Skip to content
Snippets Groups Projects
Commit 07898f68 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

cleanup

parent f195b20a
No related branches found
No related tags found
No related merge requests found
......@@ -44,11 +44,11 @@ cn:: QmVmb3JlDUFmdGVy
member:: Y249QmVmb3JlDUFmdGVyLGRjPWV4YW1wbGUsZGM9bmV0
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
cn:: I0pvaG4gU21pdGgg
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=\#John Smith\ ,DC=example,DC=net
......@@ -66,6 +66,15 @@ dn: o=example,c=US
objectClass: organization
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
objectClass: inetOrgPerson
cn: John Smith
......
......@@ -224,16 +224,20 @@ o: example
# UID=jsmith, O=example, C=US // spaces
# UID=jsmith;O=example;C=US // semi-colons
# <UID=jsmith,O=example,C=US> // brackets [AoOn]
dn: UID=jsmith, O=example, C=US
objectClass: inetOrgPerson
cn: J. Smith
sn: Smith
uid: jsmith
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
# <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>
# CN="John Smith",O=example,C=US // quotes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment