diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-10-05 14:59:59 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-10-07 15:28:13 +0200 |
commit | bcb02129c3eaa3e22b74f65a44c7059a298831a3 (patch) | |
tree | 40051f66fe80c474cfd1d01cbe96bdf0354d2a6c /source4/setup | |
parent | 94899cd83ce2270d7760e0f9bb472b80de89f80b (diff) | |
download | samba-bcb02129c3eaa3e22b74f65a44c7059a298831a3.tar.gz |
s4:dsdb/password_hash: add DSDB_CONTROL_PASSWORD_BYPASS_LAST_SET_OID
Which allows the caller to pass a given 'pwdLastSet' value
(every useful for migrations).
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Fri Oct 7 15:28:13 CEST 2011 on sn-devel-104
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 bfa6dd094a6..5f4a20a2f08 100644 --- a/source4/setup/schema_samba4.ldif +++ b/source4/setup/schema_samba4.ldif @@ -194,6 +194,7 @@ #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 #Allocated: DSDB_CONTROL_DBCHECK 1.3.6.1.4.1.7165.4.3.19 +#Allocated: DSDB_CONTROL_PASSWORD_BYPASS_LAST_SET_OID 1.3.6.1.4.1.7165.4.3.20 # 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 |