[Ultrapossum-cvs 1076] utils/misc/ldifdiff 1.9,1.10,ldifdiff

Back to archive index

Masato Taruishi taru****@users*****
2004年 10月 30日 (土) 15:34:55 JST


===================================================================
RCS file: utils/misc/ldifdiff/ldifdiff,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- utils/misc/ldifdiff/ldifdiff	2004/10/30 05:46:14	1.9
+++ utils/misc/ldifdiff/ldifdiff	2004/10/30 06:34:55	1.10
@@ -2,6 +2,35 @@
 # GPL copyright 2004 by VA Linux Systems Japan, K.K
 #   Writen by Masato Taruishi <taru****@valin*****>
 
+=head1 NAME
+
+ldifdiff - compare two ldif files
+
+=head1 SYNOPSIS
+
+B<ldifdiff> <old> <new>
+
+=head1 DESCRIPTION
+
+B<ldifdiff> compares two ldif files and prints the difference
+in the format of the reduced slapd.replog(5) for ldapmodify(1).
+
+If you modify the directory which consists of entries specified
+by the old ldif file by using the output, then the directory will
+be same as the directory which consists of entries specified by
+the new ldif file. So, you can use this program to synchronize
+two LDAP servers.
+
+=head1 SEE ALSO
+
+slapd.replog(5), ldapmodify(1)
+
+=head1 AUTHOR
+
+Masato Taruishi <taru****@valin*****>
+
+=cut
+
 use strict;
 use Getopt::Long;
 use File::Temp qw/ tempfile /;



Ultrapossum-cvs メーリングリストの案内
Back to archive index