From f365fa0877b14f578e1601c253437e50a7ec93eb Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Sat, 24 Oct 2009 16:35:02 +0000 Subject: [PATCH] fix previous commit 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 | 6 +++--- src/plugins/kdb/ldap/libkdb_ldap/kerberos.schema | 6 +++--- 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 ce221c15fa..fd226b13d3 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 b93d2d4387..9525e60d62 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 -- 2.47.2