From 2e53c10c68a86c33d97936fce02c3c53aad82bfa Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 13 Aug 2009 13:02:28 +0200 Subject: Make "files" a reserved word for legacy local domain This patch introduces provider=files as a valid provider. Upon loading the backend, its properties in confdb are overwritten to those that represent legacy local domain. Also document this in sssd.conf(5) and example config --- server/examples/sssd.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'server/examples') diff --git a/server/examples/sssd.conf b/server/examples/sssd.conf index ab8007a1..d57bed70 100644 --- a/server/examples/sssd.conf +++ b/server/examples/sssd.conf @@ -45,8 +45,7 @@ description = Domains served by SSSD ; magicPrivateGroups = FALSE ; legacy = TRUE ; -; provider = proxy -; libName = files +; provider = files # optionally a file named sssdproxylocal can be place in pam.d configured to # check pam_unix only and pam_sss can be used in the normal pam stack -- cgit