diff options
author | Jeremy Allison <jra@samba.org> | 2004-07-07 22:46:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:09 -0500 |
commit | 1c5867502a47371e24519ffeb4165c69cab63482 (patch) | |
tree | cb02e1b714da10cbdfede8ec23b0c19b266bd7f4 /source3/include/smbldap.h | |
parent | b42a10a8ef770b5d26fa703482ab477ad082fd16 (diff) | |
download | samba-1c5867502a47371e24519ffeb4165c69cab63482.tar.gz samba-1c5867502a47371e24519ffeb4165c69cab63482.tar.xz samba-1c5867502a47371e24519ffeb4165c69cab63482.zip |
r1388: Adding password history code for ldap backend, based on a patch from
"Jianliang Lu" <j.lu@tiesse.com>. Multi-string attribute changed to
linearised pstring due to ordering issues. A few other changes to
fix race conditions. I will add the tdb backend code next. This code
compiles but has not yet been tested with password history policy
set to greater than zero. Targeted for 3.0.6.
Jeremy.
(This used to be commit dd54b2a3c45e202e504ad69d170eb798da4e6fc9)
Diffstat (limited to 'source3/include/smbldap.h')
-rw-r--r-- | source3/include/smbldap.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h index c7de7d84b37..b94577178b3 100644 --- a/source3/include/smbldap.h +++ b/source3/include/smbldap.h @@ -93,8 +93,9 @@ #define LDAP_ATTR_LOGON_COUNT 36 #define LDAP_ATTR_MUNGED_DIAL 37 #define LDAP_ATTR_BAD_PASSWORD_TIME 38 - -#define LDAP_ATTR_SID_LIST 40 +#define LDAP_ATTR_PWD_HISTORY 39 +#define LDAP_ATTR_SID_LIST 40 +#define LDAP_ATTR_MOD_TIMESTAMP 41 typedef struct _attrib_map_entry { int attrib; |