mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
ITS#8185 fix OID collision
This commit is contained in:
parent
e5b9bdd8c5
commit
150cf51c34
2 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ olcAttributeTypes: {14}( 1.3.6.1.4.1.42.2.27.8.1.15 NAME 'pwdSafeModify' EQUAL
|
|||
olcAttributeTypes: {15}( 1.3.6.1.4.1.4754.1.99.1 NAME 'pwdCheckModule' DESC 'L
|
||||
oadable module that instantiates "check_password() function' EQUALITY caseExa
|
||||
ctIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
|
||||
olcAttributeTypes: {16}( 1.3.6.1.4.1.42.2.27.8.1.16 NAME 'pwdMaxRecordedFailur
|
||||
olcAttributeTypes: {16}( 1.3.6.1.4.1.42.2.27.8.1.30 NAME 'pwdMaxRecordedFailur
|
||||
e' EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX 1.3.6.1.4.1.
|
||||
1466.115.121.1.27 SINGLE-VALUE )
|
||||
olcObjectClasses: {0}( 1.3.6.1.4.1.4754.2.99.1 NAME 'pwdPolicyChecker' SUP top
|
||||
|
|
|
|||
|
|
@ -332,7 +332,7 @@ attributetype ( 1.3.6.1.4.1.42.2.27.8.1.15
|
|||
# is 0, it defaults to the value of pwdMaxFailure. If that value is also
|
||||
# 0, this value defaults to 5.
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.16
|
||||
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.30
|
||||
NAME 'pwdMaxRecordedFailure'
|
||||
EQUALITY integerMatch
|
||||
ORDERING integerOrderingMatch
|
||||
|
|
|
|||
Loading…
Reference in a new issue