Update of /cvsroot/perl-ldap/ldap/data
In directory usw-pr-cvs1:/tmp/cvs-serv25464/data
Modified Files:
00-cmp2.ldif
Log Message:
Ensure dashes are only output between parts of an LDAP update entry
Index: 00-cmp2.ldif
===================================================================
RCS file: /cvsroot/perl-ldap/ldap/data/00-cmp2.ldif,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- 00-cmp2.ldif 2000/05/03 12:28:41 1.1.1.1
+++ 00-cmp2.ldif 2001/10/29 16:48:12 1.2
@@ -16,6 +16,12 @@
counting: one
counting: two
counting: three
+first: 1
+first: 2
+first: 3
+second: a
+second: b
+second: c
dn: o=University of Michigan, c=US
changetype: modify
@@ -28,6 +34,16 @@
counting: one
counting: two
counting: three
+-
+add: first
+first: 1
+first: 2
+first: 3
+-
+add: second
+second: a
+second: b
+second: c
-
replace: telephonenumber
telephonenumber: 911
|