diff options
| author | David Boreham <dboreham@redhat.com> | 2005-03-31 22:00:46 +0000 |
|---|---|---|
| committer | David Boreham <dboreham@redhat.com> | 2005-03-31 22:00:46 +0000 |
| commit | ff2e6525088908ba32f727d92f0ea861b1cfa0b4 (patch) | |
| tree | eb2f3fa50a44bf4b9e24fa9ed6221827c7efdf41 /ldap/servers/plugins/replication/repl_globals.c | |
| parent | 3e4f39cde6b1e1fa0395c2f7bce0e13eaa0ead88 (diff) | |
| download | ds-ff2e6525088908ba32f727d92f0ea861b1cfa0b4.tar.gz ds-ff2e6525088908ba32f727d92f0ea861b1cfa0b4.tar.xz ds-ff2e6525088908ba32f727d92f0ea861b1cfa0b4.zip | |
New windows sync code
Diffstat (limited to 'ldap/servers/plugins/replication/repl_globals.c')
| -rw-r--r-- | ldap/servers/plugins/replication/repl_globals.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ldap/servers/plugins/replication/repl_globals.c b/ldap/servers/plugins/replication/repl_globals.c index bfabf777..d69e35ae 100644 --- a/ldap/servers/plugins/replication/repl_globals.c +++ b/ldap/servers/plugins/replication/repl_globals.c @@ -93,7 +93,9 @@ const char *type_nsds5ReplicaSessionPauseTime = "nsds5ReplicaSessionPauseTime"; const char *type_nsds7WindowsReplicaArea = "nsds7WindowsReplicaSubtree"; const char *type_nsds7DirectoryReplicaArea = "nsds7DirectoryReplicaSubtree"; const char *type_nsds7CreateNewUsers = "nsds7NewWinUserSyncEnabled"; - +const char *type_nsds7CreateNewGroups = "nsds7NewWinGroupSyncEnabled"; +const char *type_nsds7WindowsDomain = "nsds7WindowsDomain"; +const char *type_nsds7DirsyncCookie = "nsds7DirsyncCookie"; /* To Allow Consumer Initialisation when adding an agreement - */ const char *type_nsds5BeginReplicaRefresh = "nsds5BeginReplicaRefresh"; |
