Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
490 views
in Technique[技术] by (71.8m points)

ldap - Base DN vs Root DN?

How exactly can the term Base DN be distinguished from the term Root DN in the context of LDAP?

Is the Root DN the root of the directory tree ( e.g. dc=example,dc=com), while the Base DN is the DN from which I am currently running my queries (e.g. ou=beta,o=alpha,dc=example,dc=com)? Implying that the Base DN could be the Root DN - also apparently that would be a bad idea considering the administration of the data store.

Or are Root-DN and Base-DN two words for the same thing (e.g. dc= example,dc=com)?

question from:https://stackoverflow.com/questions/65830137/base-dn-vs-root-dn

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Root dn is the dn with empty string ("") and root entry generally includes information about ldap server like supported controls, supported auth mechanisms etc.

"dc=example,dc=com" is an example of the domain name one level below the root dn.

Base dn concept is used for generally search operations and base dn implies the dn of the basis entry. So Root dn is not dc=example,dc=com. Base dn can be anything.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...