From 315de1c26336e6c94296449fd24018580c6a9caa Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Fri, 17 Jan 2014 17:50:37 +0800 Subject: sssd supports usernames in allowed_uids. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index dca4a96..085ba24 100644 --- a/README +++ b/README @@ -29,7 +29,7 @@ Example of sssd.conf: services = nss, pam, ssh, ifp [ifp] - allowed_uids = 48, 0 + allowed_uids = apache, root user_attributes = +mail, +telephoneNumber, +givenname, +sn The module itself needs to be loaded into Apache's configuration file -- cgit