Skip to content

Commit

Permalink
Add doc about ldap_ppolicy_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Jul 11, 2024
1 parent 99272bb commit b8e0d64
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/ldap-parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,14 @@ It is advised to set a search limit on client side if no limit is set by the ser
$ldap_size_limit = 100;
Default password policy
-----------------------
Password policies
-----------------

Configure the filter to match password policy configuration objects:

.. code-block:: php
$ldap_ppolicy_filter = "(objectClass=pwdPolicy)";
Set ``$ldap_default_ppolicy`` value if a default policy is configured in your LDAP directory.

Expand Down

0 comments on commit b8e0d64

Please sign in to comment.