mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
ITS#9280 Add olcPPolicyDisableWrite to the objectclass
This commit is contained in:
parent
31423439c5
commit
947bbfbf5a
1 changed files with 2 additions and 1 deletions
|
|
@ -466,7 +466,8 @@ static ConfigOCs ppolicyocs[] = {
|
|||
"DESC 'Password Policy configuration' "
|
||||
"SUP olcOverlayConfig "
|
||||
"MAY ( olcPPolicyDefault $ olcPPolicyHashCleartext $ "
|
||||
"olcPPolicyUseLockout $ olcPPolicyForwardUpdates ) )",
|
||||
"olcPPolicyUseLockout $ olcPPolicyForwardUpdates $ "
|
||||
"olcPPolicyDisableWrite ) )",
|
||||
Cft_Overlay, ppolicycfg },
|
||||
{ NULL, 0, NULL }
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue