From 81240b13b365400e2da903a7fc0af1f501bc1249 Mon Sep 17 00:00:00 2001 From: Nadezhda Ivanova Date: Mon, 5 Jul 2010 00:17:38 +0300 Subject: 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. --- librpc/idl/security.idl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'librpc/idl/security.idl') 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 */ -- cgit