openldap/servers/slapd/tools
Jong Hyuk Choi a8574a450f slaptools update : replica promotion / demotion
new slapadd options
-p       : promote : If the ldif file contains syncConsumerSubentries, convert
                     them to a single syncProviderSubentry. Its contextCSN
                     attribute has the largest value of the syncreplCookie
                     attributes of the syncConsumerSubentries.
                     syncProviderSubentry in the ldif file is retained.
-p -w    : promote : Recalculate contextCSN based on entryCSN of each entry.
           create    Existing syncConsumerSubentries and syncProviderSubentry
                     are ignored and not added to the directory.
-r       : demote  : If the ldif file contains syncProviderSubentry, convert it
                     to a syncConsumerSubentry having the default syncrepl id
                     of 0. syncConsumerSubentries in the ldif file are retained.
-r -w    : demote  : Recalculate syncreplCookie based on entryCSN of each entry.
           create    Existing syncConsumerSubentries and syncProviderSubentry
                     are ignored and not added to the directory. The default
                     syncrepl id of 0 will be used for the new
                     syncConsumerSubentry.
-r -w -i %d[,%d]*  : Using the comma separated list followed by the -i option,
                     it is possible to create multiple syncConsumerSubentries
                     having the syncrepl ids specified in the list.
                     syncreplCookie values of these sycnConsumerSubentries
                     will have the same value, either from the maximum
                     entryCSN value or from the contextCSN value of the
                     syncProviderSubentry.
2003-10-07 20:01:37 +00:00
..
Makefile.in slaptools update : replica promotion / demotion 2003-10-07 20:01:37 +00:00
mimic.c slaptools update : replica promotion / demotion 2003-10-07 20:01:37 +00:00
slapadd.c slaptools update : replica promotion / demotion 2003-10-07 20:01:37 +00:00
slapadd.dsp Update control framework 2002-03-24 02:17:21 +00:00
slapcat.c slaptool update for LDAP Sync replication 2003-08-30 15:19:35 +00:00
slapcat.dsp Update control framework 2002-03-24 02:17:21 +00:00
slapcommon.c slaptools update : replica promotion / demotion 2003-10-07 20:01:37 +00:00
slapcommon.h slaptools update : replica promotion / demotion 2003-10-07 20:01:37 +00:00
slapindex.c Happy new year 2003-01-03 20:20:47 +00:00
slapindex.dsp Update control framework 2002-03-24 02:17:21 +00:00
slappasswd.c Fix -T usage 2003-06-02 22:11:54 +00:00