]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
fix previous commit lhoward/lockout2
authorLuke Howard <lukeh@padl.com>
Sat, 24 Oct 2009 16:35:02 +0000 (16:35 +0000)
committerLuke Howard <lukeh@padl.com>
Sat, 24 Oct 2009 16:35:02 +0000 (16:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/users/lhoward/lockout2@23016 dc483132-0cff-0310-8789-dd5450dbe970

src/plugins/kdb/ldap/libkdb_ldap/kerberos.ldif
src/plugins/kdb/ldap/libkdb_ldap/kerberos.schema

index ce221c15fab713820bfbfb950867a4e66b15b601..fd226b13d38c3abef3749181e691bcdc54b1a592 100644 (file)
@@ -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
index b93d2d438781b0db8be175a3e8cac29589958fc5..9525e60d6284b0bb76180400041550a6bf6feafe 100644 (file)
@@ -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