]> git.sur5r.net Git - openldap/commitdiff
cleanup
authorPierangelo Masarati <ando@openldap.org>
Fri, 7 May 2004 23:11:38 +0000 (23:11 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 7 May 2004 23:11:38 +0000 (23:11 +0000)
tests/data/dn.out
tests/data/test-dn.ldif

index f57113dfba3eeadf3bac92f0d00a729d7319340c..6933a32d57dbaefa2e1a7976d5d14ca790d4cb9f 100644 (file)
@@ -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
index adecbb564202e4054ae7308f48fa90900008b082..752900f87d6443e750a5b59ed473a3bc84e24148 100644 (file)
@@ -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