diff options
author | Pavel Březina <pbrezina@redhat.com> | 2012-10-02 13:11:49 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-10-05 18:50:27 +0200 |
commit | 09df21597db6fa5e8b954bea810b9bf7c98bafb4 (patch) | |
tree | fe2aea96c924ef30a9e519d9f82d2e5f92dd542f /src/man | |
parent | 3882325ff60f89d0c312e9519bdfd1351978fd73 (diff) | |
download | sssd-09df21597db6fa5e8b954bea810b9bf7c98bafb4.tar.gz sssd-09df21597db6fa5e8b954bea810b9bf7c98bafb4.tar.bz2 sssd-09df21597db6fa5e8b954bea810b9bf7c98bafb4.zip |
manpage: ldap_access_filter is not always mandatory
https://fedorahosted.org/sssd/ticket/1540
Diffstat (limited to 'src/man')
-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 37c4f5f7..cd827cef 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: |