From 4efce62e69a8242645dbdb4ec490dfba858e697d 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(-) diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 1e0c2740a..cd9a519a4 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1512,7 +1512,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