diff options
author | Nadezhda Ivanova <nivanova@samba.org> | 2010-07-05 00:17:38 +0300 |
---|---|---|
committer | Nadezhda Ivanova <nivanova@samba.org> | 2010-07-05 00:17:38 +0300 |
commit | 81240b13b365400e2da903a7fc0af1f501bc1249 (patch) | |
tree | ddab559c7cf442bc862322f891f6ac198f53404a /librpc | |
parent | 343e9320ba4446635a50a0fa3849888f3b265e23 (diff) | |
download | samba-81240b13b365400e2da903a7fc0af1f501bc1249.tar.gz samba-81240b13b365400e2da903a7fc0af1f501bc1249.tar.bz2 samba-81240b13b365400e2da903a7fc0af1f501bc1249.zip |
s4-dsdb: Implementation of User-Change-Password and User-Force-Password-Change
These CARs need to be checked on password change and password reset operations.
Apparently the password attributes are not influenced by Write Property.
Single detele operations and modifications of dBCSPwd are let through to the
password_hash module. This is determined experimentally.
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/security.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl index 6e32b8643f..369579cb7c 100644 --- a/librpc/idl/security.idl +++ b/librpc/idl/security.idl @@ -519,6 +519,8 @@ interface security const string GUID_DRS_MONITOR_TOPOLOGY = "f98340fb-7c5b-4cdb-a00b-2ebdfa115a96"; const string GUID_DRS_REPL_SYNCRONIZE = "1131f6ab-9c07-11d1-f79f-00c04fc2dcd2"; const string GUID_DRS_RO_REPL_SECRET_SYNC = "1131f6ae-9c07-11d1-f79f-00c04fc2dcd2"; + const string GUID_DRS_USER_CHANGE_PASSWORD = "ab721a53-1e2f-11d0-9819-00aa0040529b"; + const string GUID_DRS_FORCE_CHANGE_PASSWORD = "00299570-246d-11d0-a768-00aa006e0529"; /***************************************************************/ /* validated writes guids */ |