Distinguished Name (DN)
String
Attribute type
DC
domainComponent
CN
commonName
OU
organizationalUnitName
O
organizationName
STREET
streetAddress
L
localityName
ST
stateOrProvinceName
C
countryName
UID
userid
Examples
(1)
OU=Admins,OU=Accounts,DC=test,DC=coma. organizationUnitName (OU)
OU=Admins: defines a Organizational Unit (OU) calledAdminsOU=Accounts: defines the parent of theAdminsOU. This means thatAdminsis a child nested insideAccounts
b. domainComponent (DC)
DC=testandDC=comwhich forms the domain name:test.com
(2)
CN=Users,DC=test,DC=coma. commonName (CN)
CN=Users: Common Name (CN)
b. domainComponent (DC)
DC=testandDC=comwhich forms the domain name:test.com
Last updated