mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
23.45.2007 46e0e5909fe4dbc345a457a02934572d3eafd891
Update the configuration and a schema configuration file to eliminate trailing
spaces that were causing values to be base64-encoded.
2 files modified
4 ■■■■ changed files
opends/resource/config/config.ldif 2 ●●● patch | view | raw | blame | history
opends/resource/schema/01-pwpolicy.ldif 2 ●●● patch | view | raw | blame | history
opends/resource/config/config.ldif
@@ -52,7 +52,7 @@
objectClass: ds-cfg-access-control-handler
objectClass: ds-cfg-dseecompat-access-control-handler
ds-cfg-global-aci: (targetattr!="userPassword||authPassword")(version 3.0; acl "Anonymous read access"; allow (read,search,compare) userdn="ldap:///anyone";)
ds-cfg-global-aci: (targetattr="*")(version 3.0; acl "Self entry modification"; allow (write) userdn="ldap:///self";)
ds-cfg-global-aci: (targetattr="*")(version 3.0; acl "Self entry modification"; allow (write) userdn="ldap:///self";)
cn: Access Control Handler
ds-cfg-acl-handler-class: org.opends.server.authorization.dseecompat.AciProvider
ds-cfg-acl-handler-enabled: true
opends/resource/schema/01-pwpolicy.ldif
@@ -113,6 +113,6 @@
  MUST ( pwdAttribute ) MAY ( pwdMinAge $ pwdMaxAge $ pwdInHistory $
  pwdCheckQuality $ pwdMinLength $ pwdExpireWarning $ pwdGraceAuthNLimit $
  pwdLockout $ pwdLockoutDuration $ pwdMaxFailure $ pwdFailureCountInterval $
  pwdMustChange $ pwdAllowUserChange $ pwdSafeModify )
  pwdMustChange $ pwdAllowUserChange $ pwdSafeModify )
  X-ORIGIN 'draft-behera-ldap-password-policy' )