Skip to content
Snippets Groups Projects
Commit 855f7d44 authored by Howard Chu's avatar Howard Chu
Browse files

pwdReset was not supposed to be NO-USER-MODIFICATION

parent c49ba400
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ static struct schema_info {
"DESC 'The indication that the password has been reset' "
"EQUALITY booleanMatch "
"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 },
{ "( 1.3.6.1.4.1.42.2.27.8.1.23 "
"NAME ( 'pwdPolicySubentry' ) "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment