diff options
author | Matthieu Patou <mat@matws.net> | 2010-06-15 02:23:11 +0400 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-20 00:43:08 +0200 |
commit | 3ebe56062297e52cf31499c6eb63c7ce70073bcc (patch) | |
tree | 1b8a423340cd624b94ced8bcd96095643422f356 /source4/setup | |
parent | 9c5f0ed7298e666fcfa05257fc7abfb6d3208433 (diff) | |
download | samba-3ebe56062297e52cf31499c6eb63c7ce70073bcc.tar.gz samba-3ebe56062297e52cf31499c6eb63c7ce70073bcc.tar.bz2 samba-3ebe56062297e52cf31499c6eb63c7ce70073bcc.zip |
ldb: add a new control bypassioperationnal
Signed-off-by: Jelmer Vernooij <jelmer@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 112fd22555..b8ef5d6f51 100644 --- a/source4/setup/schema_samba4.ldif +++ b/source4/setup/schema_samba4.ldif @@ -184,6 +184,7 @@ #Allocated: DSDB_CONTROL_PASSWORD_HASH_VALUES_OID 1.3.6.1.4.1.7165.4.3.9 #Allocated: DSDB_CONTROL_PASSWORD_CHANGE_OLD_PW_CHECKED_OID 1.3.6.1.4.1.7165.4.3.10 #Allocated: DSDB_CONTROL_APPLY_LINKS 1.3.6.1.4.1.7165.4.3.11 +#Allocated: LDB_CONTROL_BYPASSOPERATIONAL_OID 1.3.6.1.4.1.7165.4.3.13 # 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 |