mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
19.46.2013 add2627f0d18d270b3fef2126aac29b43659173f
Minor editorial changes
1 files modified
12 ■■■■■ changed files
opendj-sdk/opendj3/src/main/docbkx/dev-guide/chap-understanding-ldap.xml 12 ●●●●● patch | view | raw | blame | history
opendj-sdk/opendj3/src/main/docbkx/dev-guide/chap-understanding-ldap.xml
@@ -191,12 +191,14 @@
  <literal>ou=People,dc=example,dc=com</literal>, an organization unit and
  parent entry for the people at Example.com. The
  <literal>ou=People</literal> entry is located under the entry with DN
  <literal>dc=example,dc=com</literal>, the root entry for Example.com.
  DC stands for domain component. The directory has other root entries, such
  <literal>dc=example,dc=com</literal>, the base entry for Example.com.
  DC stands for domain component. The directory has other base entries, such
  as <literal>cn=config</literal>, under which the configuration is accessible
  through LDAP, and potentially others such as
  <literal>dc=mycompany,dc=com</literal> or <literal>o=myOrganization</literal>.
  Thus when you look up entries, you specify the parent entry to look under
  through LDAP. A directory can serve multiple organizations, too. You might
  find <literal>dc=example,dc=com</literal>,
  <literal>dc=mycompany,dc=com</literal>, and
  <literal>o=myOrganization</literal> in the same LDAP directory.
  Therefore when you look up entries, you specify the base DN to look under
  in the same way you need to know whether to look in the New York, Paris,
  or Tokyo phone book to find a telephone number.<footnote>
  <para>The root entry for the directory, technically the entry with DN