Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.
FILL BLANK - What is the name of the root element of the LDAP tree holding the configuration of an OpenLDAP server that is using directory based configuration? (Specify ONLY the element's name without any additional information.)
Correct answer is: cn=config
The slapd-config configuration tree has a very specific structure. The root of the tree is named “cn=config” and contains global configuration settings.
from: https://www.openldap.org/doc/admin24/slapdconf2.html
If you have an obsolete slapd.conf configuration, you can simply convert it into the new cn=config database.
from : https://wiki.archlinux.org/title/OpenLDAP
Tip:
The SLAPD (Standalone LDAP Daemon) is a background service (runs as daemon) which is located in /etc/conf.d/slapd
By default, OpenLDAP will listen unencrypted on all interfaces. To make it only listen on local IP interfaces, you may edit the environment file read by slapd.service:
Start /etc/conf.d/slapd
SLAPD_URLS="ldap://127.0.0.1/ ldap://[::1]"
SLAPD_OPTIONS=
From: https://wiki.archlinux.org/title/OpenLDAP
I must correct my answer here !
The object name of the main element is „config“
which means Cn=config but the element which hold the entire configuration is “slaps”. In order words, the service element of LDAP configuration is
slapd
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Admingui
Highly Voted 3 years, 11 months agoblahalt
Most Recent 1 month, 1 week agoSDXIN
3 months, 2 weeks agoTomba
7 months, 1 week agoArmina
2 years, 5 months agoArmina
2 years, 4 months agochavezdf
3 years, 10 months agoFabelhaftZuverlaessigerGorilla
3 years, 11 months ago