diff options
author | Jim McDonough <jmcd@samba.org> | 2004-02-23 02:47:33 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2004-02-23 02:47:33 +0000 |
commit | 401959b7d7b3a29dbd1734318e5f6eb1248859f8 (patch) | |
tree | 7b0f001c1343bfa0cf31a8906c51dfb42201e2f5 /source3/lib | |
parent | b9c35e961d44958f64e72a1c0986b998c193c570 (diff) | |
download | samba-401959b7d7b3a29dbd1734318e5f6eb1248859f8.tar.gz samba-401959b7d7b3a29dbd1734318e5f6eb1248859f8.tar.bz2 samba-401959b7d7b3a29dbd1734318e5f6eb1248859f8.zip |
Add bad password count/time attributes
(This used to be commit 003318939f7e476f5f2a5f345e8a81a228fc89a7)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/smbldap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c index dc2f425c09..e122acd188 100644 --- a/source3/lib/smbldap.c +++ b/source3/lib/smbldap.c @@ -98,6 +98,8 @@ ATTRIB_MAP_ENTRY attrib_map_v30[] = { { LDAP_ATTR_OBJCLASS, "objectClass" }, { LDAP_ATTR_ACB_INFO, "sambaAcctFlags" }, { LDAP_ATTR_MUNGED_DIAL, "sambaMungedDial" }, + { LDAP_ATTR_BAD_PASSWORD_COUNT, "sambaBadPasswordCount" }, + { LDAP_ATTR_BAD_PASSWORD_TIME, "sambaBadPasswordTime" }, { LDAP_ATTR_LIST_END, NULL } }; |