summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins/replication/repl_globals.c
diff options
context:
space:
mode:
authorDavid Boreham <dboreham@redhat.com>2005-03-11 02:44:17 +0000
committerDavid Boreham <dboreham@redhat.com>2005-03-11 02:44:17 +0000
commita957eeb8962ee1611b2546fda2bb11a5c909e59b (patch)
treea954c178f40f3531a52b01227c48e7a2df8d8894 /ldap/servers/plugins/replication/repl_globals.c
parent9a7d1e1fd10a644ed17952acd18f755470d4744a (diff)
downloadds-a957eeb8962ee1611b2546fda2bb11a5c909e59b.tar.gz
ds-a957eeb8962ee1611b2546fda2bb11a5c909e59b.tar.xz
ds-a957eeb8962ee1611b2546fda2bb11a5c909e59b.zip
Merge over new code: fractional replication, wan replication and windows sync plus associated UI
Diffstat (limited to 'ldap/servers/plugins/replication/repl_globals.c')
-rw-r--r--ldap/servers/plugins/replication/repl_globals.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/ldap/servers/plugins/replication/repl_globals.c b/ldap/servers/plugins/replication/repl_globals.c
index 4a1e6ac6..bfabf777 100644
--- a/ldap/servers/plugins/replication/repl_globals.c
+++ b/ldap/servers/plugins/replication/repl_globals.c
@@ -8,6 +8,7 @@
#include "repl.h"
char *repl_plugin_name = REPL_PLUGIN_NAME;
+char *windows_repl_plugin_name = REPL_PLUGIN_NAME;
char *repl_plugin_name_cl = REPL_PLUGIN_NAME " - changelog program";
/* String constants (no need to change these for I18N) */
@@ -88,6 +89,12 @@ const char *type_nsds5ReplicaTimeout = "nsds5ReplicaTimeout";
const char *type_nsds5ReplicaBusyWaitTime = "nsds5ReplicaBusyWaitTime";
const char *type_nsds5ReplicaSessionPauseTime = "nsds5ReplicaSessionPauseTime";
+/* windows sync specifica attributes */
+const char *type_nsds7WindowsReplicaArea = "nsds7WindowsReplicaSubtree";
+const char *type_nsds7DirectoryReplicaArea = "nsds7DirectoryReplicaSubtree";
+const char *type_nsds7CreateNewUsers = "nsds7NewWinUserSyncEnabled";
+
+
/* To Allow Consumer Initialisation when adding an agreement - */
const char *type_nsds5BeginReplicaRefresh = "nsds5BeginReplicaRefresh";