summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2004-02-22 20:25:39 +0000
committerJim McDonough <jmcd@samba.org>2004-02-22 20:25:39 +0000
commit51a8d050e9242192c2670b09242cf4fdbbae8940 (patch)
tree4088b370d87e8ebce264a4adab902e58891cedac /examples
parent6ccb90acfd8591f6ef0d91b4ada89c5ad8ac98d5 (diff)
downloadsamba-51a8d050e9242192c2670b09242cf4fdbbae8940.tar.gz
samba-51a8d050e9242192c2670b09242cf4fdbbae8940.tar.xz
samba-51a8d050e9242192c2670b09242cf4fdbbae8940.zip
Add bad password count/time attributes
Diffstat (limited to 'examples')
-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 2f1b8e8ff25..12ce1730282 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