Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
07898f68
Commit
07898f68
authored
May 07, 2004
by
Pierangelo Masarati
Browse files
cleanup
parent
f195b20a
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/data/dn.out
View file @
07898f68
...
...
@@ -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=\
23
John Smith\
20
,dc=example,dc=net
objectClass: inetOrgPerson
cn:: I0pvaG4gU21pdGgg
sn: Smith
seeAlso: cn=\
#
John Smith\
,dc=example,dc=net
seeAlso: cn=\
23
John 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
...
...
tests/data/test-dn.ldif
View file @
07898f68
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment