From e3cad4fc1c7a5e2bfdba18046e565212c68fd1e8 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 10 Apr 2012 11:08:51 +0200 Subject: Fix erronous reference to the 'allow' access_provider * Should be 'permit' instead https://fedorahosted.org/sssd/ticket/1295 Signed-off-by: Stephen Gallagher --- src/man/sssd-ldap.5.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/man/sssd-ldap.5.xml') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 3f00b6cc..0f417474 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1515,7 +1515,7 @@ 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 = allow to + denied access. Use access_provider = permit to change this default behavior. -- cgit