mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
73 lines
2.5 KiB
Plaintext
73 lines
2.5 KiB
Plaintext
dn: dc=example,dc=com
|
|
objectClass: domain
|
|
objectClass: domainRelatedObject
|
|
dc: example
|
|
associatedDomain: example.com
|
|
|
|
dn: ou=LDAPv3,dc=example,dc=com
|
|
objectClass: organizationalUnit
|
|
ou: LDAPv3
|
|
description: RFC 2253 compliant DN string representation
|
|
|
|
dn: cn=Must Succeed,ou=LDAPv3,dc=example,dc=com
|
|
objectClass: groupOfNames
|
|
cn: Must Succeed
|
|
member: cn=Must Succeed,ou=LDAPv3,dc=example,dc=com
|
|
member:
|
|
member: uid=jsmith,dc=example,dc=net
|
|
member: cn=J. Smith+ou=Sales,dc=example,dc=net
|
|
member: cn=John Smith\2C III,dc=example,dc=net
|
|
member: ou=Sales\3B Data\2BAlgorithms,dc=example,dc=net
|
|
member:: Y249QmVmb3JlDUFmdGVyLGRjPWV4YW1wbGUsZGM9bmV0
|
|
member: cn=\23John Smith\20,dc=example,dc=net
|
|
member:: Y249THXEjWnEhw==
|
|
seeAlso: cn=John Smith\2C III,dc=example,dc=net
|
|
seeAlso: ou=Sales\3B Data\2BAlgorithms,dc=example,dc=net
|
|
seeAlso: cn=\23John Smith\20,dc=example,dc=net
|
|
description: "member" values contain specific DN forms;
|
|
description: "seeAlso" values contain DN forms already defined as "member",
|
|
description: but in a different string representation;
|
|
description: the following "description" values contain the "member" and
|
|
description: "seeAlso" DN string representations used above.
|
|
description: ""
|
|
description: UID=jsmith,DC=example,DC=net
|
|
description: OU=Sales+CN=J. Smith,DC=example,DC=net
|
|
description: CN=John Smith\, III,DC=example,DC=net
|
|
description: CN=John Smith\2C III,DC=example,DC=net
|
|
description: OU=Sales\; Data\+Algorithms,DC=example,DC=net
|
|
description: OU=Sales\3B Data\2BAlgorithms,DC=example,DC=net
|
|
description: CN=Before\0dAfter,DC=example,DC=net
|
|
description: CN=\23John Smith\20,DC=example,DC=net
|
|
description: CN=\#John Smith\ ,DC=example,DC=net
|
|
description: CN=Lu\C4\8Di\C4\87
|
|
|
|
dn: ou=LDAPv2,dc=example,dc=com
|
|
objectClass: organizationalUnit
|
|
ou: LDAPv2
|
|
description: RFC 1777 compliant DN string representation
|
|
|
|
dn: cn=May Succeed 1,ou=LDAPv2,dc=example,dc=com
|
|
objectClass: groupOfNames
|
|
cn: May Succeed 1
|
|
member:
|
|
description: " " // space, quote characters (") are not part of the string
|
|
|
|
dn: cn=May Succeed 3,ou=LDAPv2,dc=example,dc=com
|
|
objectClass: groupOfNames
|
|
cn: May Succeed 3
|
|
member: uid=jsmith,o=example,c=US
|
|
description: UID=jsmith, O=example, C=US // spaces
|
|
|
|
dn: cn=May Succeed 4,ou=LDAPv2,dc=example,dc=com
|
|
objectClass: groupOfNames
|
|
cn: May Succeed 4
|
|
member: uid=jsmith,o=example,c=US
|
|
description: UID=jsmith;O=example;C=US // semi-colons
|
|
|
|
dn: cn=May Succeed 6,ou=LDAPv2,dc=example,dc=com
|
|
objectClass: groupOfNames
|
|
cn: May Succeed 6
|
|
member: cn=John Smith,o=example,c=US
|
|
description: CN="John Smith",O=example,C=US // quotes
|
|
|