summaryrefslogtreecommitdiff
path: root/examples/LDAP
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2004-02-22 20:25:43 +0000
committerJim McDonough <jmcd@samba.org>2004-02-22 20:25:43 +0000
commitb9c35e961d44958f64e72a1c0986b998c193c570 (patch)
tree4b67806f42b422e79be385bd0e1fdeec6f777177 /examples/LDAP
parentee5dd175e5ac17112e0837dbba6d02e4dd7aa972 (diff)
downloadsamba-b9c35e961d44958f64e72a1c0986b998c193c570.tar.gz
samba-b9c35e961d44958f64e72a1c0986b998c193c570.tar.bz2
samba-b9c35e961d44958f64e72a1c0986b998c193c570.zip
Add bad password count/time attributes
(This used to be commit 184bef8413b17a0e42d1c5bce3d08ae1533818ca)
Diffstat (limited to 'examples/LDAP')
-rw-r--r--examples/LDAP/samba.schema13
1 files changed, 12 insertions, 1 deletions
diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema
index a2225faa58..8ff06f2a2a 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
@@ -313,7 +323,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