diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2009-08-13 13:02:28 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-08-13 09:16:20 -0400 |
commit | 2e53c10c68a86c33d97936fce02c3c53aad82bfa (patch) | |
tree | 88eb9699c29422737a9ce663319480a17a5db13b /server/examples | |
parent | 7fb74edcde011adef137357c916494409a94f1a1 (diff) | |
download | sssd-2e53c10c68a86c33d97936fce02c3c53aad82bfa.tar.gz sssd-2e53c10c68a86c33d97936fce02c3c53aad82bfa.tar.bz2 sssd-2e53c10c68a86c33d97936fce02c3c53aad82bfa.zip |
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
Diffstat (limited to 'server/examples')
-rw-r--r-- | server/examples/sssd.conf | 3 |
1 files changed, 1 insertions, 2 deletions
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 |