no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
fuss:ldap [2022/04/19 08:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== X.500 Directory Specification Attribute Type ======
  
 +From [[http://www.ietf.org/rfc/rfc2253.txt|RFC2253]]:
 +
 +  * ''CN'' - common name (''commonName'').
 +  * ''OU'' - organizational unit (''organizationalUnitName'').
 +  * ''DC'' - domain component (''domainComponent''). 
 +
 +these are the most common attribute types found in an LDAP query string.
 +
 +====== Understanding LDAP Hierarchy ======
 +
 +LDAP is based on a hierarchical tree structure where a query string such as:
 +<code>
 +cn=Dev-India,ou=Distribution Groups,dc=gp,dc=gl,dc=google,dc=com
 +</code>
 +
 +is read from right to left, where right-most represents the top of the tree and the left represents a leaf.
 +
 +For the example above, the query string references the ''Dev-India'' leaf found at the bottom of the tree:
 +
 +{{fuss:fuss_ldap_hierarchy.png}}

fuss/ldap.txt · Last modified: 2022/04/19 08:28 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.