mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
cleanup
This commit is contained in:
parent
f195b20a1f
commit
07898f68d0
2 changed files with 17 additions and 4 deletions
|
|
@ -44,11 +44,11 @@ cn:: QmVmb3JlDUFmdGVy
|
||||||
member:: Y249QmVmb3JlDUFmdGVyLGRjPWV4YW1wbGUsZGM9bmV0
|
member:: Y249QmVmb3JlDUFmdGVyLGRjPWV4YW1wbGUsZGM9bmV0
|
||||||
description: CN=Before\0dAfter,DC=example,DC=net
|
description: CN=Before\0dAfter,DC=example,DC=net
|
||||||
|
|
||||||
dn: cn=\#John Smith\ ,dc=example,dc=net
|
dn: cn=\23John Smith\20,dc=example,dc=net
|
||||||
objectClass: inetOrgPerson
|
objectClass: inetOrgPerson
|
||||||
cn:: I0pvaG4gU21pdGgg
|
cn:: I0pvaG4gU21pdGgg
|
||||||
sn: Smith
|
sn: Smith
|
||||||
seeAlso: cn=\#John Smith\ ,dc=example,dc=net
|
seeAlso: cn=\23John Smith\20,dc=example,dc=net
|
||||||
description: CN=\23John Smith\20,DC=example,DC=net
|
description: CN=\23John Smith\20,DC=example,DC=net
|
||||||
description: CN=\#John Smith\ ,DC=example,DC=net
|
description: CN=\#John Smith\ ,DC=example,DC=net
|
||||||
|
|
||||||
|
|
@ -66,6 +66,15 @@ dn: o=example,c=US
|
||||||
objectClass: organization
|
objectClass: organization
|
||||||
o: example
|
o: example
|
||||||
|
|
||||||
|
dn: uid=jsmith,o=example,c=US
|
||||||
|
objectClass: inetOrgPerson
|
||||||
|
cn: J. Smith
|
||||||
|
sn: Smith
|
||||||
|
uid: jsmith
|
||||||
|
seeAlso: uid=jsmith,o=example,c=US
|
||||||
|
description: UID=jsmith, O=example, C=US
|
||||||
|
description: UID=jsmith;O=example;C=US
|
||||||
|
|
||||||
dn: cn=John Smith,o=example,c=US
|
dn: cn=John Smith,o=example,c=US
|
||||||
objectClass: inetOrgPerson
|
objectClass: inetOrgPerson
|
||||||
cn: John Smith
|
cn: John Smith
|
||||||
|
|
|
||||||
|
|
@ -224,16 +224,20 @@ o: example
|
||||||
|
|
||||||
# UID=jsmith, O=example, C=US // spaces
|
# UID=jsmith, O=example, C=US // spaces
|
||||||
# UID=jsmith;O=example;C=US // semi-colons
|
# UID=jsmith;O=example;C=US // semi-colons
|
||||||
# <UID=jsmith,O=example,C=US> // brackets [AoOn]
|
|
||||||
dn: UID=jsmith, O=example, C=US
|
dn: UID=jsmith, O=example, C=US
|
||||||
objectClass: inetOrgPerson
|
objectClass: inetOrgPerson
|
||||||
cn: J. Smith
|
cn: J. Smith
|
||||||
sn: Smith
|
sn: Smith
|
||||||
uid: jsmith
|
uid: jsmith
|
||||||
seeAlso: UID=jsmith;O=example;C=US
|
seeAlso: UID=jsmith;O=example;C=US
|
||||||
manager: <UID=jsmith,O=example,C=US>
|
|
||||||
description: UID=jsmith, O=example, C=US
|
description: UID=jsmith, O=example, C=US
|
||||||
description: UID=jsmith;O=example;C=US
|
description: UID=jsmith;O=example;C=US
|
||||||
|
|
||||||
|
# <UID=jsmith,O=example,C=US> // brackets [AoOn]
|
||||||
|
dn: cn=LDAPv2,O=example,C=US
|
||||||
|
objectClass: groupOfNames
|
||||||
|
cn: LDAPv2
|
||||||
|
member: <UID=jsmith,O=example,C=US>
|
||||||
description: <UID=jsmith,O=example,C=US>
|
description: <UID=jsmith,O=example,C=US>
|
||||||
|
|
||||||
# CN="John Smith",O=example,C=US // quotes
|
# CN="John Smith",O=example,C=US // quotes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue