From 74112e7ccaff59bca963d07af3aa11520d5cb656 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Mon, 23 Feb 2004 02:47:27 +0000 Subject: Add bad password count/time attributes (This used to be commit 2fa56111d37a09702b31e1769a687b630aff1c1b) --- source3/include/smbldap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h index 14ea2de012..9ef66a14ef 100644 --- a/source3/include/smbldap.h +++ b/source3/include/smbldap.h @@ -91,6 +91,7 @@ #define LDAP_ATTR_BAD_PASSWORD_COUNT 35 #define LDAP_ATTR_LOGON_COUNT 36 #define LDAP_ATTR_MUNGED_DIAL 37 +#define LDAP_ATTR_BAD_PASSWORD_TIME 38 typedef struct _attrib_map_entry { int attrib; -- cgit