openldap/servers/slapd
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
..
back-bdb Fix HDB's use of IDL cache 2003-10-03 02:19:09 +00:00
back-dnssrv
back-hdb
back-ldap Fix segfault if entry_get is called with NULL attribute 2003-09-20 07:48:57 +00:00
back-ldbm plug modrdn memleaks 2003-09-27 07:52:20 +00:00
back-meta fix a_nvals according to back-ldap implementation (ITS#2716; at least part of it) 2003-10-04 17:18:25 +00:00
back-monitor
back-null
back-passwd
back-perl Fix typo in comment. 2003-09-30 17:11:44 +00:00
back-shell
back-sql Add memctx param to build_new_dn(). cleanup DN leaks. 2003-09-24 04:30:41 +00:00
back-tcl
overlays Starting a collection of overlays 2003-09-29 05:49:39 +00:00
schema ITS#2573 dynamic group support 2003-09-20 08:16:04 +00:00
shell-backends
slapi Use slapi_entry_dup() instead of converting entry to string and back 2003-10-07 16:09:40 +00:00
tools slaptools update : replica promotion / demotion 2003-10-07 20:01:37 +00:00
abandon.c
acl.c ITS#2497, implement value-level ACLs: 2003-09-20 03:23:10 +00:00
aclparse.c ITS#2573 dynamic group support 2003-09-20 08:16:04 +00:00
ad.c
add.c Tweak normalization in slap_entry2mods 2003-09-20 03:25:05 +00:00
at.c
attr.c
ava.c
backend.c ITS#2743 initialize rc 2003-09-29 19:54:53 +00:00
backglue.c
backover.c Initialization fixes 2003-09-29 05:04:43 +00:00
bind.c Fix for Howard's fix for ITS #2704 2003-09-23 07:40:29 +00:00
cancel.c
ch_malloc.c
compare.c
config.c slaptools update : replica promotion / demotion 2003-10-07 20:01:37 +00:00
connection.c Don't timeout slow-running operations 2003-09-27 05:36:20 +00:00
controls.c Hide experimental controls 2003-09-19 18:38:35 +00:00
cr.c
ctxcsn.c ITS#2744 2003-09-30 18:01:47 +00:00
daemon.c
delete.c
dn.c Move #include ldap_pvt.h after slap.h, to get ldap_bv2dn_x() & co. 2003-09-29 14:08:23 +00:00
entry.c
extended.c
filter.c Declare filter_escape_value_x() and make it static. 2003-09-29 14:09:31 +00:00
filterentry.c Fix crashes if test_filter is called with NULL op 2003-09-20 08:12:22 +00:00
globals.c ITS#2735 - plug memory leaks, cleanup 2003-09-23 22:52:35 +00:00
index.c
init.c
kerberos.c
libslapd.dsp
limits.c
lock.c
main.c
Makefile.in Fix typo in libslapi rule 2003-09-25 20:33:07 +00:00
matchedValues.c
modify.c
modrdn.c
mods.c
module.c
mr.c
mra.c
nt_svc.c
oc.c
oidm.c
operation.c
operational.c
passwd.c
phonetic.c
proto-slap.h slaptools update : replica promotion / demotion 2003-10-07 20:01:37 +00:00
referral.c
repl.c Add initial support for modify/increment. No over/under flow detection. 2003-08-07 16:42:40 +00:00
result.c Don't leak SLAPI_RESULT_MATCHED 2003-09-27 03:59:40 +00:00
root_dse.c Hide experimental features 2003-09-19 18:41:28 +00:00
sasl.c add "proxy" to "authorization" in a few places 2003-09-19 18:23:37 +00:00
saslauthz.c Plug memleak in slap_parseURI 2003-09-20 05:55:48 +00:00
schema_check.c
schema_init.c Check for HAVE_LONG_LONG in STRTOL macro 2003-09-22 14:01:31 +00:00
schema_prep.c ITS#2573 dynamic group support 2003-09-20 08:16:04 +00:00
schema.c
schemaparse.c
search.c
sets.c
sets.h
sl_malloc.c
slap.h no caching flag in Operation structure 2003-09-25 07:48:53 +00:00
slapd.conf
slapd.dsp
starttls.c
str2filter.c
syncrepl.c slaptools update : replica promotion / demotion 2003-10-07 20:01:37 +00:00
syntax.c
unbind.c
user.c
value.c