Update of /cvsroot/perl-ldap/ldap/lib/Net/LDAP
In directory sc8-pr-cvs1:/tmp/cvs-serv20579/lib/Net/LDAP
Modified Files:
LDIF.pod
Log Message:
Fixes from Peter Marschall
Index: LDIF.pod
===================================================================
RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP/LDIF.pod,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- LDIF.pod 1 Jan 2004 09:43:19 -0000 1.10
+++ LDIF.pod 20 Jan 2004 07:06:43 -0000 1.11
@@ -87,11 +87,17 @@
C<Net::LDAP::LDIF> will warn with an appropriate message if C<-w> is
in effect. The method that was called will return C<undef>.
+=back
+
=item change =E<gt> 1
Write entry changes to the LDIF file instead of the entries itself.
I.e. write LDAP operations acting on the entries to the file instead of the entries contents.
+=item lowercase =E<gt> 1
+
+Convert attribute names to lowercase when writing.
+
=item version =E<gt> '1'
Set the LDIF version to write to the resulting LDIF file.
@@ -100,13 +106,13 @@
The default is I<undef> meaning no version information is written to the LDIF file.
-=back
+=item wrap =E<gt> 78
-=back
+Number of columns where output line wrapping shall occur.
-=item change =E<gt> 1
+Default is 78. Setting it to 40 or lower inhibits wrapping.
-Write out LDIF change records instead of plain entries.
+=back
=back
|