1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/dsdb/common
Amitay Isaacs 9318e00a1f dsdb: Fix the password expiry calculation
As per Section 3.1.1.4.5.26 [MS-ADTS.pdf], password is expired if

  pwdLastSet = null, or
  pwdLastSet = 0, or
  (maxPwdAge != 0x8000000000000000 and (ST - pwdLastSet) > maxPwdAge)
2011-11-18 14:38:28 +11:00
..
tests ldb: use #include <ldb.h> for ldb 2011-02-10 06:51:07 +01:00
dsdb_access.c dsdb: Handle the case when extended rights string is NULL 2011-11-02 07:03:40 +01:00
dsdb_dn.c ldb: use #include <ldb.h> for ldb 2011-02-10 06:51:07 +01:00
dsdb_dn.h s4-dsdb: added dn_format attribute of a dsdb_attribute 2011-08-04 16:17:25 +10:00
util_groups.c s4-auth Remove special case for account_sid from auth_serversupplied_info 2011-01-20 23:44:05 +01:00
util_samr.c s4-dsdb Print clearer error messages when invalid account flags are specified on add 2011-09-05 11:25:38 +10:00
util.c dsdb: Fix the password expiry calculation 2011-11-18 14:38:28 +11:00
util.h s4-dsdb: added new control DSDB_MODIFY_PARTIAL_REPLICA 2011-10-04 15:08:57 +11:00