summaryrefslogtreecommitdiffstats
path: root/server/examples/sssd.conf
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2009-09-23 12:00:09 +0200
committerSimo Sorce <ssorce@redhat.com>2009-09-23 12:32:58 -0400
commit5085072530ead6c81d5e73fe11c41441470eb15b (patch)
tree7bea32ceccbe69d005d80b6cee1ac592fab4540d /server/examples/sssd.conf
parent03bf23e432511cb513d14397c477db86681d4dff (diff)
downloadsssd-5085072530ead6c81d5e73fe11c41441470eb15b.tar.gz
sssd-5085072530ead6c81d5e73fe11c41441470eb15b.tar.xz
sssd-5085072530ead6c81d5e73fe11c41441470eb15b.zip
Remove provider=files
Remove this provider type, as well as any references in the docs and examples to the "LEGACYLOCAL" migration domain. Fixes: #165
Diffstat (limited to 'server/examples/sssd.conf')
-rw-r--r--server/examples/sssd.conf17
1 files changed, 0 insertions, 17 deletions
diff --git a/server/examples/sssd.conf b/server/examples/sssd.conf
index 4b04c3d5c..894dc753e 100644
--- a/server/examples/sssd.conf
+++ b/server/examples/sssd.conf
@@ -42,23 +42,6 @@ description = Domains served by SSSD
# Then add the list of domains (in the order you want them to be
# queried in the 'domains" attribute above and uncomment it
-# Example LOCAL domain that proxies to /etc/passwd and /etc/group files
-# This configuration is meant mostly as a migration path to be able to store
-# additional information about users while still keeping /etc/passwd
-# authoritative.
-
-; [domains/LOCAL]
-; description = LOCAL migration domain
-; enumerate = true
-; minId = 500
-;
-; 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
-; auth-module = proxy
-; pam-target = sssdproxylocal
-
# Example LOCAL domain that stores all users natively in the SSSD internal
# directory. These local users and groups are not visibile in /etc/passwd, it
# now contains only root and system accounts.