| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140 |
- /** BEGIN COPYRIGHT BLOCK
- * This Program is free software; you can redistribute it and/or modify it under
- * the terms of the GNU General Public License as published by the Free Software
- * Foundation; version 2 of the License.
- *
- * This Program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA 02111-1307 USA.
- *
- * In addition, as a special exception, Red Hat, Inc. gives You the additional
- * right to link the code of this Program with code not covered under the GNU
- * General Public License ("Non-GPL Code") and to distribute linked combinations
- * including the two, subject to the limitations in this paragraph. Non-GPL Code
- * permitted under this exception must only link to the code of this Program
- * through those well defined interfaces identified in the file named EXCEPTION
- * found in the source code files (the "Approved Interfaces"). The files of
- * Non-GPL Code may instantiate templates or use macros or inline functions from
- * the Approved Interfaces without causing the resulting work to be covered by
- * the GNU General Public License. Only Red Hat, Inc. may make changes or
- * additions to the list of Approved Interfaces. You must obey the GNU General
- * Public License in all respects for all of the Program code and other code used
- * in conjunction with the Program except the Non-GPL Code covered by this
- * exception. If you modify this file, you may extend this exception to your
- * version of the file, but you are not obligated to do so. If you do not wish to
- * provide this exception without modification, you must delete this exception
- * statement from your version and license this file solely under the GPL without
- * exception.
- *
- *
- * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
- * Copyright (C) 2005 Red Hat, Inc.
- * All rights reserved.
- * END COPYRIGHT BLOCK **/
- #ifdef HAVE_CONFIG_H
- # include <config.h>
- #endif
- /* repl5_replica_config.c - replica configuration over ldap */
- #include <ctype.h> /* for isdigit() */
- #include "repl.h" /* ONREPL - this is bad */
- #include "repl5.h"
- #include "cl5_api.h"
- #include "cl5.h"
- /* CONFIG_BASE: no need to optimize */
- #define CONFIG_BASE "cn=mapping tree,cn=config"
- #define CONFIG_FILTER "(objectclass=nsDS5Replica)"
- #define TASK_ATTR "nsds5Task"
- #define CL2LDIF_TASK "CL2LDIF"
- #define LDIF2CL_TASK "LDIF2CL"
- #define CLEANRUV "CLEANRUV"
- #define CLEANRUVLEN 8
- #define REPLICA_RDN "cn=replica"
- int slapi_log_urp = SLAPI_LOG_REPL;
- /* Forward Declartions */
- static int replica_config_add (Slapi_PBlock *pb, Slapi_Entry* e, Slapi_Entry* entryAfter, int *returncode, char *returntext, void *arg);
- static int replica_config_modify (Slapi_PBlock *pb, Slapi_Entry* e, Slapi_Entry* entryAfter, int *returncode, char *returntext, void *arg);
- static int replica_config_post_modify (Slapi_PBlock *pb, Slapi_Entry* e, Slapi_Entry* entryAfter, int *returncode, char *returntext, void *arg);
- static int replica_config_delete (Slapi_PBlock *pb, Slapi_Entry* e, Slapi_Entry* entryAfter, int *returncode, char *returntext, void *arg);
- static int replica_config_search (Slapi_PBlock *pb, Slapi_Entry* e, Slapi_Entry* entryAfter, int *returncode, char *returntext, void *arg);
- static int replica_config_change_type_and_id (Replica *r, const char *new_type, const char *new_id, char *returntext, int apply_mods);
- static int replica_config_change_updatedn (Replica *r, const LDAPMod *mod, char *returntext, int apply_mods);
- static int replica_config_change_flags (Replica *r, const char *new_flags, char *returntext, int apply_mods);
- static int replica_execute_task (Object *r, const char *task_name, char *returntext, int apply_mods);
- static int replica_execute_cl2ldif_task (Object *r, char *returntext);
- static int replica_execute_ldif2cl_task (Object *r, char *returntext);
- static int replica_execute_cleanruv_task (Object *r, ReplicaId rid, char *returntext);
- static int replica_cleanup_task (Object *r, const char *task_name, char *returntext, int apply_mods);
- static int replica_task_done(Replica *replica);
-
- static multimaster_mtnode_extension * _replica_config_get_mtnode_ext (const Slapi_Entry *e);
- /*
- * Note: internal add/modify/delete operations should not be run while
- * s_configLock is held. E.g., slapi_modify_internal_pb via replica_task_done
- * in replica_config_post_modify.
- */
- static PRLock *s_configLock;
- static int
- dont_allow_that(Slapi_PBlock *pb, Slapi_Entry* entryBefore, Slapi_Entry* e, int *returncode, char *returntext, void *arg)
- {
- *returncode = LDAP_UNWILLING_TO_PERFORM;
- return SLAPI_DSE_CALLBACK_ERROR;
- }
- int
- replica_config_init()
- {
- s_configLock = PR_NewLock ();
- if (s_configLock == NULL)
- {
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name, "replica_config_init: "
- "failed to cretate configuration lock; NSPR error - %d\n",
- PR_GetError ());
- return -1;
- }
- /* config DSE must be initialized before we get here */
- slapi_config_register_callback(SLAPI_OPERATION_ADD, DSE_FLAG_PREOP, CONFIG_BASE, LDAP_SCOPE_SUBTREE,
- CONFIG_FILTER, replica_config_add, NULL);
- slapi_config_register_callback(SLAPI_OPERATION_MODIFY, DSE_FLAG_PREOP, CONFIG_BASE, LDAP_SCOPE_SUBTREE,
- CONFIG_FILTER, replica_config_modify,NULL);
- slapi_config_register_callback(SLAPI_OPERATION_MODRDN, DSE_FLAG_PREOP, CONFIG_BASE, LDAP_SCOPE_SUBTREE,
- CONFIG_FILTER, dont_allow_that, NULL);
- slapi_config_register_callback(SLAPI_OPERATION_DELETE, DSE_FLAG_PREOP, CONFIG_BASE, LDAP_SCOPE_SUBTREE,
- CONFIG_FILTER, replica_config_delete,NULL);
- slapi_config_register_callback(SLAPI_OPERATION_SEARCH, DSE_FLAG_PREOP, CONFIG_BASE, LDAP_SCOPE_SUBTREE,
- CONFIG_FILTER, replica_config_search,NULL);
- slapi_config_register_callback(SLAPI_OPERATION_MODIFY, DSE_FLAG_POSTOP,
- CONFIG_BASE, LDAP_SCOPE_SUBTREE,
- CONFIG_FILTER, replica_config_post_modify,
- NULL);
- return 0;
- }
- void
- replica_config_destroy ()
- {
- if (s_configLock)
- {
- PR_DestroyLock (s_configLock);
- s_configLock = NULL;
- }
- /* config DSE must be initialized before we get here */
- slapi_config_remove_callback(SLAPI_OPERATION_ADD, DSE_FLAG_PREOP, CONFIG_BASE, LDAP_SCOPE_SUBTREE,
- CONFIG_FILTER, replica_config_add);
- slapi_config_remove_callback(SLAPI_OPERATION_MODIFY, DSE_FLAG_PREOP, CONFIG_BASE, LDAP_SCOPE_SUBTREE,
- CONFIG_FILTER, replica_config_modify);
- slapi_config_remove_callback(SLAPI_OPERATION_MODRDN, DSE_FLAG_PREOP, CONFIG_BASE, LDAP_SCOPE_SUBTREE,
- CONFIG_FILTER, dont_allow_that);
- slapi_config_remove_callback(SLAPI_OPERATION_DELETE, DSE_FLAG_PREOP, CONFIG_BASE, LDAP_SCOPE_SUBTREE,
- CONFIG_FILTER, replica_config_delete);
- slapi_config_remove_callback(SLAPI_OPERATION_SEARCH, DSE_FLAG_PREOP, CONFIG_BASE, LDAP_SCOPE_SUBTREE,
- CONFIG_FILTER, replica_config_search);
- slapi_config_remove_callback(SLAPI_OPERATION_MODIFY, DSE_FLAG_PREOP,
- CONFIG_BASE, LDAP_SCOPE_SUBTREE,
- CONFIG_FILTER, replica_config_post_modify);
- }
- static int
- replica_config_add (Slapi_PBlock *pb, Slapi_Entry* e, Slapi_Entry* entryAfter,
- int *returncode, char *errorbuf, void *arg)
- {
- Replica *r = NULL;
- multimaster_mtnode_extension *mtnode_ext;
- char *replica_root = (char*)slapi_entry_attr_get_charptr (e, attr_replicaRoot);
- char buf [SLAPI_DSE_RETURNTEXT_SIZE];
- char *errortext = errorbuf ? errorbuf : buf;
-
- if (errorbuf)
- {
- errorbuf[0] = '\0';
- }
-
- *returncode = LDAP_SUCCESS;
- PR_Lock (s_configLock);
- /* add the dn to the dn hash so we can tell this replica is being configured */
- replica_add_by_dn(replica_root);
- mtnode_ext = _replica_config_get_mtnode_ext (e);
- PR_ASSERT (mtnode_ext);
- if (mtnode_ext->replica)
- {
- PR_snprintf (errortext, SLAPI_DSE_RETURNTEXT_SIZE, "replica already configured for %s", replica_root);
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name, "replica_config_add: %s\n", errortext);
- *returncode = LDAP_UNWILLING_TO_PERFORM;
- goto done;
- }
- /* create replica object */
- r = replica_new_from_entry (e, errortext, PR_TRUE /* is a newly added entry */);
- if (r == NULL)
- {
- *returncode = LDAP_OPERATIONS_ERROR;
- goto done;
- }
- /* Set the mapping tree node state, and the referrals from the RUV */
- /* if this server is a 4.0 consumer the referrals are set by legacy plugin */
- if (!replica_is_legacy_consumer (r))
- consumer5_set_mapping_tree_state_for_replica(r, NULL);
- /* ONREPL if replica is added as writable we need to execute protocol that
- introduces new writable replica to the topology */
- mtnode_ext->replica = object_new (r, replica_destroy); /* Refcnt is 1 */
- /* add replica object to the hash */
- *returncode = replica_add_by_name (replica_get_name (r), mtnode_ext->replica); /* Increments object refcnt */
- /* delete the dn from the dn hash - done with configuration */
- replica_delete_by_dn(replica_root);
- done:
- PR_Unlock (s_configLock);
- /* slapi_ch_free accepts NULL pointer */
- slapi_ch_free ((void**)&replica_root);
- if (*returncode != LDAP_SUCCESS)
- {
- if (mtnode_ext->replica)
- object_release (mtnode_ext->replica);
- return SLAPI_DSE_CALLBACK_ERROR;
- }
- else
- return SLAPI_DSE_CALLBACK_OK;
- }
- static int
- replica_config_modify (Slapi_PBlock *pb, Slapi_Entry* entryBefore, Slapi_Entry* e,
- int *returncode, char *returntext, void *arg)
- {
- int rc= 0;
- LDAPMod **mods;
- int i, apply_mods;
- multimaster_mtnode_extension *mtnode_ext;
- Replica *r = NULL;
- char *replica_root = NULL;
- char buf [SLAPI_DSE_RETURNTEXT_SIZE];
- char *errortext = returntext ? returntext : buf;
- char *config_attr, *config_attr_value;
- Slapi_Operation *op;
- void *identity;
- if (returntext)
- {
- returntext[0] = '\0';
- }
- *returncode = LDAP_SUCCESS;
- /* just let internal operations originated from replication plugin to go through */
- slapi_pblock_get (pb, SLAPI_OPERATION, &op);
- slapi_pblock_get (pb, SLAPI_PLUGIN_IDENTITY, &identity);
- if (operation_is_flag_set(op, OP_FLAG_INTERNAL) &&
- (identity == repl_get_plugin_identity (PLUGIN_MULTIMASTER_REPLICATION)))
- {
- *returncode = LDAP_SUCCESS;
- return SLAPI_DSE_CALLBACK_OK;
- }
- replica_root = (char*)slapi_entry_attr_get_charptr (e, attr_replicaRoot);
- PR_Lock (s_configLock);
-
- mtnode_ext = _replica_config_get_mtnode_ext (e);
- PR_ASSERT (mtnode_ext);
- if (mtnode_ext->replica)
- object_acquire (mtnode_ext->replica);
- if (mtnode_ext->replica == NULL)
- {
- PR_snprintf (errortext, SLAPI_DSE_RETURNTEXT_SIZE, "replica does not exist for %s", replica_root);
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name, "replica_config_modify: %s\n",
- errortext);
- *returncode = LDAP_OPERATIONS_ERROR;
- goto done;
- }
- r = object_get_data (mtnode_ext->replica);
- PR_ASSERT (r);
- slapi_pblock_get(pb, SLAPI_MODIFY_MODS, &mods);
- for (apply_mods = 0; apply_mods <= 1; apply_mods++)
- {
- /* we only allow the replica ID and type to be modified together e.g.
- if converting a read only replica to a master or vice versa -
- we will need to change both the replica ID and the type at the same
- time - we must disallow changing the replica ID if the type is not
- being changed and vice versa
- */
- char *new_repl_id = NULL;
- char *new_repl_type = NULL;
- if (*returncode != LDAP_SUCCESS)
- break;
- for (i = 0; (mods[i] && (LDAP_SUCCESS == rc)); i++)
- {
- if (*returncode != LDAP_SUCCESS)
- break;
- config_attr = (char *) mods[i]->mod_type;
- PR_ASSERT (config_attr);
- /* disallow modifications or removal of replica root,
- replica name and replica state attributes */
- if (strcasecmp (config_attr, attr_replicaRoot) == 0 ||
- strcasecmp (config_attr, attr_replicaName) == 0 ||
- strcasecmp (config_attr, attr_state) == 0)
- {
- *returncode = LDAP_UNWILLING_TO_PERFORM;
- PR_snprintf (errortext, SLAPI_DSE_RETURNTEXT_SIZE, "modification of %s attribute is not allowed",
- config_attr);
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name, "replica_config_modify: %s\n",
- errortext);
- }
- /* this is a request to delete an attribute */
- else if (mods[i]->mod_op & LDAP_MOD_DELETE || mods[i]->mod_bvalues == NULL
- || mods[i]->mod_bvalues[0]->bv_val == NULL)
- {
- /* currently, you can only remove referral,
- legacy consumer or bind dn attribute */
- if (strcasecmp (config_attr, attr_replicaBindDn) == 0)
- {
- *returncode = replica_config_change_updatedn (r, mods[i], errortext, apply_mods);
- }
- else if (strcasecmp (config_attr, attr_replicaReferral) == 0)
- {
- if (apply_mods) {
- replica_set_referrals(r, NULL);
- if (!replica_is_legacy_consumer (r)) {
- consumer5_set_mapping_tree_state_for_replica(r, NULL);
- }
- }
- }
- else if (strcasecmp (config_attr, type_replicaLegacyConsumer) == 0)
- {
- if (apply_mods)
- replica_set_legacy_consumer (r, PR_FALSE);
- }
- else
- {
- *returncode = LDAP_UNWILLING_TO_PERFORM;
- PR_snprintf (errortext, SLAPI_DSE_RETURNTEXT_SIZE, "deletion of %s attribute is not allowed", config_attr);
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name, "replica_config_modify: %s\n",
- errortext);
- }
- }
- else /* modify an attribute */
- {
- config_attr_value = (char *) mods[i]->mod_bvalues[0]->bv_val;
- if (strcasecmp (config_attr, attr_replicaBindDn) == 0)
- {
- *returncode = replica_config_change_updatedn (r, mods[i],
- errortext, apply_mods);
- }
- else if (strcasecmp (config_attr, attr_replicaType) == 0)
- {
- new_repl_type = slapi_ch_strdup(config_attr_value);
- }
- else if (strcasecmp (config_attr, attr_replicaId) == 0)
- {
- new_repl_id = slapi_ch_strdup(config_attr_value);
- }
- else if (strcasecmp (config_attr, attr_flags) == 0)
- {
- *returncode = replica_config_change_flags (r, config_attr_value,
- errortext, apply_mods);
- }
- else if (strcasecmp (config_attr, TASK_ATTR) == 0)
- {
- *returncode = replica_execute_task (mtnode_ext->replica, config_attr_value,
- errortext, apply_mods);
- }
- else if (strcasecmp (config_attr, attr_replicaReferral) == 0)
- {
- if (apply_mods)
- {
- Slapi_Mod smod;
- Slapi_ValueSet *vs= slapi_valueset_new();
- slapi_mod_init_byref(&smod,mods[i]);
- slapi_valueset_set_from_smod(vs, &smod);
- replica_set_referrals (r, vs);
- slapi_mod_done(&smod);
- slapi_valueset_free(vs);
- if (!replica_is_legacy_consumer (r)) {
- consumer5_set_mapping_tree_state_for_replica(r, NULL);
- }
- }
- }
- else if (strcasecmp (config_attr, type_replicaPurgeDelay) == 0)
- {
- if (apply_mods && config_attr_value && config_attr_value[0])
- {
- PRUint32 delay;
- if (isdigit (config_attr_value[0]))
- {
- delay = (unsigned int)atoi(config_attr_value);
- replica_set_purge_delay(r, delay);
- }
- else
- *returncode = LDAP_OPERATIONS_ERROR;
- }
- }
- else if (strcasecmp (config_attr, type_replicaTombstonePurgeInterval) == 0)
- {
- if (apply_mods && config_attr_value && config_attr_value[0])
- {
- long interval;
- interval = atol (config_attr_value);
- replica_set_tombstone_reap_interval (r, interval);
- }
- }
- else if (strcasecmp (config_attr, type_replicaLegacyConsumer) == 0)
- {
- if (apply_mods)
- {
- PRBool legacy = (strcasecmp (config_attr_value, "on") == 0) ||
- (strcasecmp (config_attr_value, "true") == 0) ||
- (strcasecmp (config_attr_value, "yes") == 0) ||
- (strcasecmp (config_attr_value, "1") == 0);
- replica_set_legacy_consumer (r, legacy);
- }
- }
- /* ignore modifiers attributes added by the server */
- else if (strcasecmp (config_attr, "modifytimestamp") == 0 ||
- strcasecmp (config_attr, "modifiersname") == 0)
- {
- *returncode = LDAP_SUCCESS;
- }
- else
- {
- *returncode = LDAP_UNWILLING_TO_PERFORM;
- PR_snprintf (errortext, SLAPI_DSE_RETURNTEXT_SIZE,
- "modification of attribute %s is not allowed in replica entry", config_attr);
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name, "replica_config_modify: %s\n",
- errortext);
- }
- }
- }
- if (new_repl_id || new_repl_type)
- {
- *returncode = replica_config_change_type_and_id(r, new_repl_type,
- new_repl_id, errortext,
- apply_mods);
- slapi_ch_free_string(&new_repl_id);
- slapi_ch_free_string(&new_repl_type);
- }
- }
- done:
- if (mtnode_ext->replica)
- object_release (mtnode_ext->replica);
-
- /* slapi_ch_free accepts NULL pointer */
- slapi_ch_free ((void**)&replica_root);
- PR_Unlock (s_configLock);
- if (*returncode != LDAP_SUCCESS)
- {
- return SLAPI_DSE_CALLBACK_ERROR;
- }
- else
- {
- return SLAPI_DSE_CALLBACK_OK;
- }
- }
- static int
- replica_config_post_modify(Slapi_PBlock *pb,
- Slapi_Entry* entryBefore,
- Slapi_Entry* e,
- int *returncode,
- char *returntext,
- void *arg)
- {
- int rc= 0;
- LDAPMod **mods;
- int i, apply_mods;
- multimaster_mtnode_extension *mtnode_ext;
- Replica *r = NULL;
- char *replica_root = NULL;
- char buf [SLAPI_DSE_RETURNTEXT_SIZE];
- char *errortext = returntext ? returntext : buf;
- char *config_attr, *config_attr_value;
- Slapi_Operation *op;
- void *identity;
- int flag_need_cleanup = 0;
- if (returntext)
- {
- returntext[0] = '\0';
- }
- *returncode = LDAP_SUCCESS;
- /* just let internal operations originated from replication plugin to go through */
- slapi_pblock_get (pb, SLAPI_OPERATION, &op);
- slapi_pblock_get (pb, SLAPI_PLUGIN_IDENTITY, &identity);
- if (operation_is_flag_set(op, OP_FLAG_INTERNAL) &&
- (identity == repl_get_plugin_identity (PLUGIN_MULTIMASTER_REPLICATION)))
- {
- *returncode = LDAP_SUCCESS;
- return SLAPI_DSE_CALLBACK_OK;
- }
- replica_root = (char*)slapi_entry_attr_get_charptr (e, attr_replicaRoot);
- PR_Lock (s_configLock);
-
- mtnode_ext = _replica_config_get_mtnode_ext (e);
- PR_ASSERT (mtnode_ext);
- if (mtnode_ext->replica)
- object_acquire (mtnode_ext->replica);
- if (mtnode_ext->replica == NULL)
- {
- PR_snprintf (errortext, SLAPI_DSE_RETURNTEXT_SIZE,
- "replica does not exist for %s", replica_root);
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
- "replica_config_post_modify: %s\n",
- errortext);
- *returncode = LDAP_OPERATIONS_ERROR;
- goto done;
- }
- r = object_get_data (mtnode_ext->replica);
- PR_ASSERT (r);
- slapi_pblock_get(pb, SLAPI_MODIFY_MODS, &mods);
- for (apply_mods = 0; apply_mods <= 1; apply_mods++)
- {
- /* we only allow the replica ID and type to be modified together e.g.
- if converting a read only replica to a master or vice versa -
- we will need to change both the replica ID and the type at the same
- time - we must disallow changing the replica ID if the type is not
- being changed and vice versa
- */
- if (*returncode != LDAP_SUCCESS)
- break;
- for (i = 0; (mods[i] && (LDAP_SUCCESS == rc)); i++)
- {
- if (*returncode != LDAP_SUCCESS)
- break;
- config_attr = (char *) mods[i]->mod_type;
- PR_ASSERT (config_attr);
- /* disallow modifications or removal of replica root,
- replica name and replica state attributes */
- if (strcasecmp (config_attr, attr_replicaRoot) == 0 ||
- strcasecmp (config_attr, attr_replicaName) == 0 ||
- strcasecmp (config_attr, attr_state) == 0)
- {
- *returncode = LDAP_UNWILLING_TO_PERFORM;
- PR_snprintf (errortext, SLAPI_DSE_RETURNTEXT_SIZE,
- "modification of %s attribute is not allowed",
- config_attr);
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
- "replica_config_post_modify: %s\n",
- errortext);
- }
- /* this is a request to delete an attribute */
- else if (mods[i]->mod_op & LDAP_MOD_DELETE ||
- mods[i]->mod_bvalues == NULL ||
- mods[i]->mod_bvalues[0]->bv_val == NULL)
- {
- ;
- }
- else /* modify an attribute */
- {
- config_attr_value = (char *) mods[i]->mod_bvalues[0]->bv_val;
- if (strcasecmp (config_attr, TASK_ATTR) == 0)
- {
- flag_need_cleanup = 1;
- }
- }
- }
- }
- done:
- PR_Unlock (s_configLock);
- /* slapi_ch_free accepts NULL pointer */
- slapi_ch_free_string (&replica_root);
- /* Call replica_cleanup_task after s_configLock is reliesed */
- if (flag_need_cleanup)
- {
- *returncode = replica_cleanup_task(mtnode_ext->replica,
- config_attr_value,
- errortext, apply_mods);
- }
- if (mtnode_ext->replica)
- object_release (mtnode_ext->replica);
-
- if (*returncode != LDAP_SUCCESS)
- {
- return SLAPI_DSE_CALLBACK_ERROR;
- }
- else
- {
- return SLAPI_DSE_CALLBACK_OK;
- }
- }
- static int
- replica_config_delete (Slapi_PBlock *pb, Slapi_Entry* e, Slapi_Entry* entryAfter,
- int *returncode, char *returntext, void *arg)
- {
- multimaster_mtnode_extension *mtnode_ext;
- Replica *r;
- PR_Lock (s_configLock);
- mtnode_ext = _replica_config_get_mtnode_ext (e);
- PR_ASSERT (mtnode_ext);
- if (mtnode_ext->replica)
- {
- char ebuf[BUFSIZ];
- /* remove object from the hash */
- r = (Replica*)object_get_data (mtnode_ext->replica);
- PR_ASSERT (r);
- /* The changelog for this replica is no longer valid, so we should remove it. */
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name, "replica_config_delete: "
- "Warning: The changelog for replica %s is no longer valid since "
- "the replica config is being deleted. Removing the changelog.\n",
- escape_string(slapi_sdn_get_dn(replica_get_root(r)),ebuf));
- cl5DeleteDBSync(mtnode_ext->replica);
- replica_delete_by_name (replica_get_name (r));
- object_release (mtnode_ext->replica);
- mtnode_ext->replica = NULL;
- }
- PR_Unlock (s_configLock);
- *returncode = LDAP_SUCCESS;
- return SLAPI_DSE_CALLBACK_OK;
- }
- static int
- replica_config_search (Slapi_PBlock *pb, Slapi_Entry* e, Slapi_Entry* entryAfter, int *returncode,
- char *returntext, void *arg)
- {
- multimaster_mtnode_extension *mtnode_ext;
- int changeCount = 0;
- PRBool reapActive = PR_FALSE;
- char val [64];
- /* add attribute that contains number of entries in the changelog for this replica */
-
- PR_Lock (s_configLock);
-
- mtnode_ext = _replica_config_get_mtnode_ext (e);
- PR_ASSERT (mtnode_ext);
-
- if (mtnode_ext->replica) {
- Replica *replica;
- object_acquire (mtnode_ext->replica);
- if (cl5GetState () == CL5_STATE_OPEN) {
- changeCount = cl5GetOperationCount (mtnode_ext->replica);
- }
- replica = (Replica*)object_get_data (mtnode_ext->replica);
- if (replica) {
- reapActive = replica_get_tombstone_reap_active(replica);
- }
- object_release (mtnode_ext->replica);
- }
- sprintf (val, "%d", changeCount);
- slapi_entry_add_string (e, type_replicaChangeCount, val);
- slapi_entry_attr_set_int(e, "nsds5replicaReapActive", (int)reapActive);
- PR_Unlock (s_configLock);
- return SLAPI_DSE_CALLBACK_OK;
- }
- static int
- replica_config_change_type_and_id (Replica *r, const char *new_type,
- const char *new_id, char *returntext,
- int apply_mods)
- {
- int type;
- ReplicaType oldtype;
- ReplicaId rid;
- ReplicaId oldrid;
- PR_ASSERT (r);
- oldtype = replica_get_type(r);
- oldrid = replica_get_rid(r);
- if (new_type == NULL) /* by default - replica is read-only */
- {
- type = REPLICA_TYPE_READONLY;
- }
- else
- {
- type = atoi (new_type);
- if (type <= REPLICA_TYPE_UNKNOWN || type >= REPLICA_TYPE_END)
- {
- PR_snprintf (returntext, SLAPI_DSE_RETURNTEXT_SIZE, "invalid replica type %d", type);
- return LDAP_OPERATIONS_ERROR;
- }
- }
- /* disallow changing type to itself just to permit a replica ID change */
- if (oldtype == type)
- {
- PR_snprintf (returntext, SLAPI_DSE_RETURNTEXT_SIZE, "replica type is already %d - not changing", type);
- return LDAP_OPERATIONS_ERROR;
- }
- if (type == REPLICA_TYPE_READONLY)
- {
- rid = READ_ONLY_REPLICA_ID; /* default rid for read only */
- }
- else if (!new_id)
- {
- PR_snprintf (returntext, SLAPI_DSE_RETURNTEXT_SIZE, "a replica ID is required when changing replica type to read-write");
- return LDAP_UNWILLING_TO_PERFORM;
- }
- else
- {
- int temprid = atoi (new_id);
- if (temprid <= 0 || temprid >= READ_ONLY_REPLICA_ID)
- {
- PR_snprintf (returntext, SLAPI_DSE_RETURNTEXT_SIZE,
- "attribute %s must have a value greater than 0 "
- "and less than %d",
- attr_replicaId, READ_ONLY_REPLICA_ID);
- return LDAP_UNWILLING_TO_PERFORM;
- }
- else
- {
- rid = (ReplicaId)temprid;
- }
- }
- /* error if old rid == new rid */
- if (oldrid == rid)
- {
- PR_snprintf (returntext, SLAPI_DSE_RETURNTEXT_SIZE, "replica ID is already %d - not changing", rid);
- return LDAP_OPERATIONS_ERROR;
- }
- if (apply_mods)
- {
- replica_set_type (r, type);
- replica_set_rid(r, rid);
- /* Set the mapping tree node, and the list of referrals */
- /* if this server is a 4.0 consumer the referrals are set by legacy plugin */
- if (!replica_is_legacy_consumer(r))
- consumer5_set_mapping_tree_state_for_replica(r, NULL);
- }
- return LDAP_SUCCESS;
- }
- static int
- replica_config_change_updatedn (Replica *r, const LDAPMod *mod, char *returntext,
- int apply_mods)
- {
- PR_ASSERT (r);
- if (apply_mods)
- {
- Slapi_Mod smod;
- Slapi_ValueSet *vs= slapi_valueset_new();
- slapi_mod_init_byref(&smod, (LDAPMod *)mod); /* cast away const */
- slapi_valueset_set_from_smod(vs, &smod);
- replica_set_updatedn(r, vs, mod->mod_op);
- slapi_mod_done(&smod);
- slapi_valueset_free(vs);
- }
- return LDAP_SUCCESS;
- }
- static int replica_config_change_flags (Replica *r, const char *new_flags,
- char *returntext, int apply_mods)
- {
- PR_ASSERT (r);
- if (apply_mods)
- {
- PRUint32 flags;
- flags = atol (new_flags);
- replica_replace_flags (r, flags);
- }
- return LDAP_SUCCESS;
- }
- static int replica_execute_task (Object *r, const char *task_name, char *returntext,
- int apply_mods)
- {
-
- if (strcasecmp (task_name, CL2LDIF_TASK) == 0)
- {
- if (apply_mods)
- {
- return replica_execute_cl2ldif_task (r, returntext);
- }
- else
- return LDAP_SUCCESS;
- }
- else if (strcasecmp (task_name, LDIF2CL_TASK) == 0)
- {
- if (apply_mods)
- {
- return replica_execute_ldif2cl_task (r, returntext);
- }
- else
- return LDAP_SUCCESS;
- }
- else if (strncasecmp (task_name, CLEANRUV, CLEANRUVLEN) == 0)
- {
- int temprid = atoi(&(task_name[CLEANRUVLEN]));
- if (temprid <= 0 || temprid >= READ_ONLY_REPLICA_ID){
- PR_snprintf(returntext, SLAPI_DSE_RETURNTEXT_SIZE,
- "Invalid replica id for task - %s", task_name);
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
- "replica_execute_task: %s\n", returntext);
- return LDAP_OPERATIONS_ERROR;
- }
- if (apply_mods)
- {
- return replica_execute_cleanruv_task (r, (ReplicaId)temprid, returntext);
- }
- else
- return LDAP_SUCCESS;
- }
- else
- {
- PR_snprintf(returntext, SLAPI_DSE_RETURNTEXT_SIZE, "unsupported replica task - %s", task_name);
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
- "replica_execute_task: %s\n", returntext);
- return LDAP_OPERATIONS_ERROR;
- }
-
- }
- static int
- replica_cleanup_task (Object *r, const char *task_name, char *returntext,
- int apply_mods)
- {
- int rc = LDAP_SUCCESS;
- if (apply_mods) {
- Replica *replica = (Replica*)object_get_data (r);
- if (NULL == replica) {
- rc = LDAP_OPERATIONS_ERROR;
- } else {
- rc = replica_task_done(replica);
- }
- }
- return rc;
- }
- static int
- replica_task_done(Replica *replica)
- {
- int rc = LDAP_OPERATIONS_ERROR;
- char *replica_dn = NULL;
- Slapi_DN *replica_sdn = NULL;
- Slapi_PBlock *pb = NULL;
- LDAPMod *mods [2];
- LDAPMod mod;
- if (NULL == replica) {
- return rc;
- }
- /* dn: cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config */
- replica_dn = slapi_ch_smprintf("%s,cn=\"%s\",%s",
- REPLICA_RDN,
- slapi_sdn_get_dn(replica_get_root(replica)),
- CONFIG_BASE);
- if (NULL == replica_dn) {
- return rc;
- }
- replica_sdn = slapi_sdn_new_dn_passin(replica_dn);
- pb = slapi_pblock_new();
- mods[0] = &mod;
- mods[1] = NULL;
- mod.mod_op = LDAP_MOD_DELETE | LDAP_MOD_BVALUES;
- mod.mod_type = (char *)TASK_ATTR;
- mod.mod_bvalues = NULL;
- slapi_modify_internal_set_pb_ext(pb, replica_sdn, mods, NULL/* controls */,
- NULL/* uniqueid */,
- repl_get_plugin_identity (PLUGIN_MULTIMASTER_REPLICATION),
- 0/* flags */);
- slapi_modify_internal_pb (pb);
- slapi_pblock_get(pb, SLAPI_PLUGIN_INTOP_RESULT, &rc);
- if ((rc != LDAP_SUCCESS) && (rc != LDAP_NO_SUCH_ATTRIBUTE)) {
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
- "replica_task_done: "
- "failed to remove (%s) attribute from (%s) entry; "
- "LDAP error - %d\n",
- TASK_ATTR, replica_dn, rc);
- }
- slapi_pblock_destroy (pb);
- slapi_sdn_free(&replica_sdn);
- return rc;
- }
- static int replica_execute_cl2ldif_task (Object *r, char *returntext)
- {
- int rc;
- Object *rlist [2];
- Replica *replica;
- char fName [MAXPATHLEN];
- char *clDir = NULL;
- if (cl5GetState () != CL5_STATE_OPEN)
- {
- PR_snprintf (returntext, SLAPI_DSE_RETURNTEXT_SIZE, "changelog is not open");
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
- "replica_execute_cl2ldif_task: %s\n", returntext);
- rc = LDAP_OPERATIONS_ERROR;
- goto bail;
- }
- rlist[0] = r;
- rlist[1] = NULL;
- /* file is stored in the changelog directory and is named
- <replica name>.ldif */
- clDir = cl5GetDir ();
- if (NULL == clDir) {
- rc = LDAP_OPERATIONS_ERROR;
- goto bail;
- }
- replica = (Replica*)object_get_data (r);
- if (NULL == replica) {
- rc = LDAP_OPERATIONS_ERROR;
- goto bail;
- }
- PR_snprintf (fName, MAXPATHLEN, "%s/%s.ldif", clDir, replica_get_name (replica));
- slapi_ch_free_string (&clDir);
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
- "Beginning changelog export of replica \"%s\"\n",
- replica_get_name(replica));
- rc = cl5ExportLDIF (fName, rlist);
- if (rc == CL5_SUCCESS) {
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
- "Finished changelog export of replica \"%s\"\n",
- replica_get_name(replica));
- rc = LDAP_SUCCESS;
- } else {
- PR_snprintf (returntext, SLAPI_DSE_RETURNTEXT_SIZE,
- "Failed changelog export replica %s; "
- "changelog error - %d", replica_get_name(replica), rc);
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
- "replica_execute_cl2ldif_task: %s\n", returntext);
- rc = LDAP_OPERATIONS_ERROR;
- }
- bail:
- return rc;
- }
- static int replica_execute_ldif2cl_task (Object *r, char *returntext)
- {
- int rc, imprc = 0;
- Object *rlist [2];
- Replica *replica;
- char fName [MAXPATHLEN];
- char *clDir = NULL;
- changelog5Config config;
- if (cl5GetState () != CL5_STATE_OPEN)
- {
- PR_snprintf (returntext, SLAPI_DSE_RETURNTEXT_SIZE, "changelog is not open");
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
- "replica_execute_ldif2cl_task: %s\n", returntext);
- rc = LDAP_OPERATIONS_ERROR;
- goto bail;
- }
- rlist[0] = r;
- rlist[1] = NULL;
- /* file is stored in the changelog directory and is named
- <replica name>.ldif */
- clDir = cl5GetDir ();
- if (NULL == clDir) {
- rc = LDAP_OPERATIONS_ERROR;
- goto bail;
- }
- replica = (Replica*)object_get_data (r);
- if (NULL == replica) {
- rc = LDAP_OPERATIONS_ERROR;
- goto bail;
- }
- PR_snprintf (fName, MAXPATHLEN, "%s/%s.ldif", clDir, replica_get_name (replica));
- rc = cl5Close();
- if (rc != CL5_SUCCESS)
- {
- PR_snprintf (returntext, SLAPI_DSE_RETURNTEXT_SIZE,
- "failed to close changelog to import changelog data; "
- "changelog error - %d", rc);
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
- "replica_execute_ldif2cl_task: %s\n", returntext);
- rc = LDAP_OPERATIONS_ERROR;
- goto bail;
- }
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
- "Beginning changelog import of replica \"%s\"\n",
- replica_get_name(replica));
- imprc = cl5ImportLDIF (clDir, fName, rlist);
- slapi_ch_free_string (&clDir);
- if (CL5_SUCCESS == imprc)
- {
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
- "Finished changelog import of replica \"%s\"\n",
- replica_get_name(replica));
- }
- else
- {
- PR_snprintf (returntext, SLAPI_DSE_RETURNTEXT_SIZE,
- "Failed changelog import replica %s; "
- "changelog error - %d", replica_get_name(replica), rc);
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
- "replica_execute_ldif2cl_task: %s\n", returntext);
- imprc = LDAP_OPERATIONS_ERROR;
- }
- changelog5_read_config (&config);
- /* restart changelog */
- rc = cl5Open (config.dir, &config.dbconfig);
- if (CL5_SUCCESS == rc)
- {
- rc = LDAP_SUCCESS;
- }
- else
- {
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
- "replica_execute_ldif2cl_task: failed to start changelog at %s\n",
- config.dir?config.dir:"null config dir");
- rc = LDAP_OPERATIONS_ERROR;
- }
- bail:
- changelog5_config_done(&config);
- /* if cl5ImportLDIF returned an error, report it first. */
- return imprc?imprc:rc;
- }
- static multimaster_mtnode_extension *
- _replica_config_get_mtnode_ext (const Slapi_Entry *e)
- {
- const char *replica_root;
- Slapi_DN *sdn = NULL;
- mapping_tree_node *mtnode;
- multimaster_mtnode_extension *ext = NULL;
- char ebuf[BUFSIZ];
- /* retirve root of the tree for which replica is configured */
- replica_root = slapi_entry_attr_get_charptr (e, attr_replicaRoot);
- if (replica_root == NULL)
- {
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name, "replica_config_add: "
- "configuration entry %s missing %s attribute\n",
- escape_string(slapi_entry_get_dn((Slapi_Entry *)e), ebuf),
- attr_replicaRoot);
- return NULL;
- }
- sdn = slapi_sdn_new_dn_passin (replica_root);
- /* locate mapping tree node for the specified subtree */
- mtnode = slapi_get_mapping_tree_node_by_dn (sdn);
- if (mtnode == NULL)
- {
- slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name, "replica_config_add: "
- "failed to locate mapping tree node for dn %s\n",
- escape_string(slapi_sdn_get_dn(sdn), ebuf));
- }
- else
- {
- /* check if replica object already exists for the specified subtree */
- ext = (multimaster_mtnode_extension *)repl_con_get_ext (REPL_CON_EXT_MTNODE, mtnode);
- }
-
- slapi_sdn_free (&sdn);
- return ext;
- }
- static int
- replica_execute_cleanruv_task (Object *r, ReplicaId rid, char *returntext)
- {
- int rc = 0;
- Object *RUVObj;
- RUV *local_ruv = NULL;
- Replica *replica = (Replica*)object_get_data (r);
- PR_ASSERT (replica);
- RUVObj = replica_get_ruv(replica);
- PR_ASSERT(RUVObj);
- local_ruv = (RUV*)object_get_data (RUVObj);
- /* Need to check that :
- * - rid is not the local one
- * - rid is not the last one
- */
- if ((replica_get_rid(replica) == rid) ||
- (ruv_replica_count(local_ruv) <= 1)) {
- return LDAP_UNWILLING_TO_PERFORM;
- }
- rc = ruv_delete_replica(local_ruv, rid);
- replica_set_ruv_dirty(replica);
- replica_write_ruv(replica);
- object_release(RUVObj);
- /* Update Mapping Tree to reflect RUV changes */
- consumer5_set_mapping_tree_state_for_replica(replica, NULL);
-
- if (rc != RUV_SUCCESS){
- return LDAP_OPERATIONS_ERROR;
- }
- return LDAP_SUCCESS;
- }
|