mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
pwdReset was not supposed to be NO-USER-MODIFICATION
This commit is contained in:
parent
c49ba400db
commit
855f7d44e9
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ static struct schema_info {
|
||||||
"DESC 'The indication that the password has been reset' "
|
"DESC 'The indication that the password has been reset' "
|
||||||
"EQUALITY booleanMatch "
|
"EQUALITY booleanMatch "
|
||||||
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 "
|
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 "
|
||||||
"SINGLE-VALUE USAGE directoryOperation NO-USER-MODIFICATION )",
|
"SINGLE-VALUE USAGE directoryOperation )",
|
||||||
&ad_pwdReset },
|
&ad_pwdReset },
|
||||||
{ "( 1.3.6.1.4.1.42.2.27.8.1.23 "
|
{ "( 1.3.6.1.4.1.42.2.27.8.1.23 "
|
||||||
"NAME ( 'pwdPolicySubentry' ) "
|
"NAME ( 'pwdPolicySubentry' ) "
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue