diff options
author | Jim McDonough <jmcd@samba.org> | 2004-02-22 20:25:39 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2004-02-22 20:25:39 +0000 |
commit | 6ba430dd8ec030359de0bc8295cb0db76912dbb0 (patch) | |
tree | 80932d1cd235bddec253e97ade842cc59519ed3e /examples | |
parent | c64ff63349c0ed5409db1a20be8d9c5bce6ab501 (diff) | |
download | samba-6ba430dd8ec030359de0bc8295cb0db76912dbb0.tar.gz samba-6ba430dd8ec030359de0bc8295cb0db76912dbb0.tar.bz2 samba-6ba430dd8ec030359de0bc8295cb0db76912dbb0.zip |
Add bad password count/time attributes
(This used to be commit 51a8d050e9242192c2670b09242cf4fdbbae8940)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/LDAP/samba.schema | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema index 2f1b8e8ff2..12ce173028 100644 --- a/examples/LDAP/samba.schema +++ b/examples/LDAP/samba.schema @@ -202,6 +202,16 @@ attributetype ( 1.3.6.1.4.1.7165.2.1.32 NAME 'sambaKickoffTime' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) +attributetype ( 1.3.6.1.4.1.7165.2.1.48 NAME 'sambaBadPasswordCount' + DESC 'Bad password attempt count' + EQUALITY integerMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) + +attributetype ( 1.3.6.1.4.1.7165.2.1.49 NAME 'sambaBadPasswordTime' + DESC 'Time of the last bad password attempt' + EQUALITY integerMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) + ## ## string settings @@ -345,7 +355,8 @@ objectclass ( 1.3.6.1.4.1.7165.2.2.6 NAME 'sambaSamAccount' SUP top AUXILIARY sambaPwdCanChange $ sambaPwdMustChange $ sambaAcctFlags $ displayName $ sambaHomePath $ sambaHomeDrive $ sambaLogonScript $ sambaProfilePath $ description $ sambaUserWorkstations $ - sambaPrimaryGroupSID $ sambaDomainName $ sambaMungedDial)) + sambaPrimaryGroupSID $ sambaDomainName $ sambaMungedDial $ + sambaBadPasswordCount $ sambaBadPasswordTime)) ## ## Group mapping info |