diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-09-28 11:04:29 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-10-04 15:08:57 +1100 |
commit | 60cbc98051b430fc09358a09866c69a54cc726bc (patch) | |
tree | 7b8568e7fbc1b1b32396ba537d952192f55631ff /source4/setup | |
parent | fb937afbecb61896e8e8e56c19bbc193fc573e15 (diff) | |
download | samba-60cbc98051b430fc09358a09866c69a54cc726bc.tar.gz samba-60cbc98051b430fc09358a09866c69a54cc726bc.tar.bz2 samba-60cbc98051b430fc09358a09866c69a54cc726bc.zip |
s4-dsdb: added new control DSDB_MODIFY_PARTIAL_REPLICA
this control tells the partition module that the DN being created is a
partial replica, so it should modify the @PARTITION object to add the
partialReplica attribute
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/schema_samba4.ldif | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/setup/schema_samba4.ldif b/source4/setup/schema_samba4.ldif index aa3426dbf8..496a73296e 100644 --- a/source4/setup/schema_samba4.ldif +++ b/source4/setup/schema_samba4.ldif @@ -192,6 +192,7 @@ #Allocated: (not used anymore) DSDB_CONTROL_SEARCH_APPLY_ACCESS 1.3.6.1.4.1.7165.4.3.15 #Allocated: LDB_CONTROL_PROVISION_OID 1.3.6.1.4.1.7165.4.3.16 #Allocated: DSDB_CONTROL_NO_GLOBAL_CATALOG 1.3.6.1.4.1.7165.4.3.17 +#Allocated: DSDB_CONTROL_PARTIAL_REPLICA 1.3.6.1.4.1.7165.4.3.18 # Extended 1.3.6.1.4.1.7165.4.4.x #Allocated: DSDB_EXTENDED_REPLICATED_OBJECTS_OID 1.3.6.1.4.1.7165.4.4.1 |