From 07898f68d0d6467fd2a1a93c38f82ade91bf6ce3 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Fri, 7 May 2004 23:11:38 +0000 Subject: [PATCH] cleanup --- tests/data/dn.out | 13 +++++++++++-- tests/data/test-dn.ldif | 8 ++++++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/tests/data/dn.out b/tests/data/dn.out index f57113dfba..6933a32d57 100644 --- a/tests/data/dn.out +++ b/tests/data/dn.out @@ -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 diff --git a/tests/data/test-dn.ldif b/tests/data/test-dn.ldif index adecbb5642..752900f87d 100644 --- a/tests/data/test-dn.ldif +++ b/tests/data/test-dn.ldif @@ -224,16 +224,20 @@ o: example # UID=jsmith, O=example, C=US // spaces # UID=jsmith;O=example;C=US // semi-colons -# // 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: description: UID=jsmith, O=example, C=US description: UID=jsmith;O=example;C=US + +# // brackets [AoOn] +dn: cn=LDAPv2,O=example,C=US +objectClass: groupOfNames +cn: LDAPv2 +member: description: # CN="John Smith",O=example,C=US // quotes -- 2.39.5