summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Howard <lukeh@padl.com>2009-10-24 16:35:02 +0000
committerLuke Howard <lukeh@padl.com>2009-10-24 16:35:02 +0000
commitf365fa0877b14f578e1601c253437e50a7ec93eb (patch)
tree8044bea065c2b3e75f1b11eac7dfb6932a81488f
parentf8162752fa6c6cb1387734b9ef0353ebc2b6b9bb (diff)
downloadkrb5-lhoward/lockout2.tar.gz
fix previous commitlhoward/lockout2
git-svn-id: svn://anonsvn.mit.edu/krb5/users/lhoward/lockout2@23016 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/plugins/kdb/ldap/libkdb_ldap/kerberos.ldif6
-rw-r--r--src/plugins/kdb/ldap/libkdb_ldap/kerberos.schema6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/kdb/ldap/libkdb_ldap/kerberos.ldif b/src/plugins/kdb/ldap/libkdb_ldap/kerberos.ldif
index ce221c15f..fd226b13d 100644
--- a/src/plugins/kdb/ldap/libkdb_ldap/kerberos.ldif
+++ b/src/plugins/kdb/ldap/libkdb_ldap/kerberos.ldif
@@ -342,7 +342,7 @@ attributetypes: ( 2.16.840.1.113719.1.301.4.34.1
dn: cn=schema
changetype: modify
add: attributetypes
-attributetypes: ( 1.3.6.1.4.1.5322.21.1.1
+attributetypes: ( 1.3.6.1.4.1.5322.21.2.1
NAME 'krbPwdMaxFailure'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
@@ -354,7 +354,7 @@ attributetypes: ( 1.3.6.1.4.1.5322.21.1.1
dn: cn=schema
changetype: modify
add: attributetypes
-attributetypes: ( 1.3.6.1.4.1.5322.21.1.2
+attributetypes: ( 1.3.6.1.4.1.5322.21.2.2
NAME 'krbPwdFailureCountInterval'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
@@ -366,7 +366,7 @@ attributetypes: ( 1.3.6.1.4.1.5322.21.1.2
dn: cn=schema
changetype: modify
add: attributetypes
-attributetypes: ( 1.3.6.1.4.1.5322.21.1.3
+attributetypes: ( 1.3.6.1.4.1.5322.21.2.3
NAME 'krbPwdLockoutDuration'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
diff --git a/src/plugins/kdb/ldap/libkdb_ldap/kerberos.schema b/src/plugins/kdb/ldap/libkdb_ldap/kerberos.schema
index b93d2d438..9525e60d6 100644
--- a/src/plugins/kdb/ldap/libkdb_ldap/kerberos.schema
+++ b/src/plugins/kdb/ldap/libkdb_ldap/kerberos.schema
@@ -272,7 +272,7 @@ attributetype ( 2.16.840.1.113719.1.301.4.34.1
##### Number of consecutive pre-authentication failures before lockout
-attributetype ( 1.3.6.1.4.1.5322.21.1.1
+attributetype ( 1.3.6.1.4.1.5322.21.2.1
NAME 'krbPwdMaxFailure'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
@@ -281,7 +281,7 @@ attributetype ( 1.3.6.1.4.1.5322.21.1.1
##### Period after which bad preauthentication count will be reset
-attributetype ( 1.3.6.1.4.1.5322.21.1.2
+attributetype ( 1.3.6.1.4.1.5322.21.2.2
NAME 'krbPwdFailureCountInterval'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
@@ -290,7 +290,7 @@ attributetype ( 1.3.6.1.4.1.5322.21.1.2
##### Period in which lockout is enforced
-attributetype ( 1.3.6.1.4.1.5322.21.1.3
+attributetype ( 1.3.6.1.4.1.5322.21.2.3
NAME 'krbPwdLockoutDuration'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27