]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9280 Add olcPPolicyDisableWrite to the objectclass
authorOndřej Kuzník <ondra@mistotebe.net>
Wed, 8 Jul 2020 08:53:59 +0000 (09:53 +0100)
committerOndřej Kuzník <ondra@mistotebe.net>
Wed, 8 Jul 2020 13:47:03 +0000 (14:47 +0100)
servers/slapd/overlays/ppolicy.c

index ea1b798559ce75133bcb48b399fa01aebdfc82f0..d718b676dcee292c00e6f629945e36d2eba7216d 100644 (file)
@@ -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 }
 };