summaryrefslogtreecommitdiff
path: root/source3/lib/smbldap.c
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2004-03-18 20:05:00 +0000
committerJim McDonough <jmcd@samba.org>2004-03-18 20:05:00 +0000
commit2332bebd9fabc32dbc2756347338dbecc06e527b (patch)
tree08d49649a4e52c75765b6e915e7c204d3bd69469 /source3/lib/smbldap.c
parent4b9423fc2205b6f37300e134f425d0aef3022a6e (diff)
downloadsamba-2332bebd9fabc32dbc2756347338dbecc06e527b.tar.gz
samba-2332bebd9fabc32dbc2756347338dbecc06e527b.tar.bz2
samba-2332bebd9fabc32dbc2756347338dbecc06e527b.zip
merge from 3.0...LDAP password lockout support
(This used to be commit b627cee3848d73e35181c9e6fdd9931452b28e48)
Diffstat (limited to 'source3/lib/smbldap.c')
-rw-r--r--source3/lib/smbldap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c
index c15ba51306..20c2163cde 100644
--- a/source3/lib/smbldap.c
+++ b/source3/lib/smbldap.c
@@ -100,6 +100,7 @@ ATTRIB_MAP_ENTRY attrib_map_v30[] = {
{ LDAP_ATTR_MUNGED_DIAL, "sambaMungedDial" },
{ LDAP_ATTR_BAD_PASSWORD_COUNT, "sambaBadPasswordCount" },
{ LDAP_ATTR_BAD_PASSWORD_TIME, "sambaBadPasswordTime" },
+ { LDAP_ATTR_MOD_TIMESTAMP, "modifyTimestamp" },
{ LDAP_ATTR_LIST_END, NULL }
};