DNs in Certificate Management System
322
Netscape Certificate Management System Plug-Ins Guide • March 2002
Syntax
dnPattern := rdnPattern *[ "," rdnPattern ]
rdnPattern := avaPattern *[ "+" avaPattern ]
avaPattern := name "=" value | name "=" "$attr" "." attrName [ "."
attrNumber ] | name "="
"$dn" "." attrName [ "." attrNumber ] | "$dn" "." "$rdn" "." number
Example 1
If the configured DN pattern is
E=$attr.mail.1, CN=$attr.cn, OU=$dn.ou.2, O=$dn.o, C=US
LDAP entry:
dn: UID=jdoe, OU=IS, OU=people, O=example.com
LDAP attributes:
cn: Jane Doe
LDAP attributes:
mail: [email protected]
The subject name formulated will be as follows:
[email protected], CN=Jane Doe, OU=people, O=example.com, C=US
E=
the first ‘mail’ LDAP attribute value in user’s entry.
CN=
the (first) ‘
cn
’ LDAP attribute value in the user’s entry.
OU=
the second ‘
ou
’ value in the user’s entry DN.
O=
the (first) ‘
o
’ value in the user’s entry DN.
C=
the string ‘US’
Example 2
If the configured DN pattern is
E=$attr.mail.1, CN=$attr.cn, OU=$dn.ou.2, O=$dn.o, C=US
LDAP entry:
dn: UID=jdoe, OU=IS+OU=people, O=example.com
LDAP attributes:
cn: Jane Doe
LDAP attributes:
mail: [email protected]
The subject name formulated will be as follows:
[email protected], CN=Jane Doe, OU=people, O=example.com, C=US
E=
the first ‘
’ LDAP attribute value in user’s entry.
CN=
the (first) ‘
cn
’ LDAP attribute value in the user’s entry.
OU=
the second ‘
ou
’ value in the user’s entry DN; note the multiple AVAs in a
RDN in this example.
O=
the (first) ‘
o
’ value in the user’s entry DN.
C=
the string ‘US’
Summary of Contents for Certificate Management System 6.0
Page 1: ...Plug Ins Guide Netscape Certificate Management System Version6 0 March 2002...
Page 10: ...10 Netscape Certificate Management System Plug Ins Guide March 2002...
Page 62: ...Enrollment Forms 62 Netscape Certificate Management System Plug Ins Guide March 2002...
Page 308: ...NTEventLog Plug in Module 308 Netscape Certificate Management System Plug Ins Guide March 2002...