From 09df21597db6fa5e8b954bea810b9bf7c98bafb4 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Tue, 2 Oct 2012 13:11:49 +0200 Subject: manpage: ldap_access_filter is not always mandatory https://fedorahosted.org/sssd/ticket/1540 --- src/man/sssd-ldap.5.xml | 12 +++++++----- 1 file 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 @@ ldap_access_filter (string) - 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. Example: -- cgit