DNs in Certificate System
E=
CN=
OU=
this example.
O=
C=
Example 3
If the configured DN pattern is
CN=$attr.cn, $rdn.2, O=$dn.o, C=US
LDAP entry:
LDAP attributes:
LDAP attributes:
The subject name formulated will be as follows:
CN=Jane Doe, OU=IS+OU=people, O=example.com, C=US
CN=
RDN in the user's entry DN.
O=
C=
Example 4
If the configured DN pattern is
CN=$attr.cn, OU=$dn.ou.2+OU=$dn.ou.1, O=$dn.o, C=US
LDAP entry:
LDAP attributes:
LDAP attributes:
The subject name formulated will be as follows:
CN=Jane Doe, OU=people+OU=IS, O="example \, org", C=US
CN=
OU=
user's entry; note the multiple AVAs in a RDN in this example.
O=
C=
If an attribute or subject DN component does not exist, the attribute is skipped.
766
Red Hat Certificate System Administrator's Guide • September 2005
the first '
' LDAP attribute value in user's entry.
mail
the (first) '
' LDAP attribute value in the user's entry.
cn
the second '
' value in the user's entry DN; note the multiple AVAs in a RDN in
ou
the (first) '
' value in the user's entry DN.
o
the string 'US'
dn: UID=jdoe, OU=IS+OU=people, O=example.com
cn: Jane Doe
mail: jdoe@example.com
the (first) '
' LDAP attribute value in the user's entry followed by the second
cn
the (first) '
' value in the user's entry DN.
o
the string 'US'
dn: UID=jdoe, OU=IS+OU=people, O=example, org
cn: Jane Doe
mail: jdoe@example.org
the (first) '
' LDAP attribute value in the user's entry.
cn
the second '
' value in the user's entry DN followed by the first '
ou
the (first) '
' value in the user's entry DN.
o
the string 'US'
' value in the
ou
Need help?
Do you have a question about the CERTIFICATE SYSTEM 7.1 - ADMINISTRATOR and is the answer not in the manual?