diff options
-rw-r--r-- | src/man/sssd-ldap.5.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 37c4f5f7f..cd827cefe 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1638,14 +1638,16 @@ <term>ldap_access_filter (string)</term> <listitem> <para> - If using access_provider = ldap, this option is + If using access_provider = ldap and + ldap_access_order = filter (default), this option is mandatory. It specifies an LDAP search filter criteria that must be met for the user to be granted access on this host. If - access_provider = ldap and this option is - not set, it will result in all users being - denied access. Use access_provider = permit to - change this default behavior. + access_provider = ldap, ldap_access_order = filter + and this option is not set, it will result in all + users being denied access. + Use access_provider = permit to change this default + behavior. </para> <para> Example: |