diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2009-09-23 12:00:09 +0200 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-09-23 12:32:58 -0400 |
commit | 5085072530ead6c81d5e73fe11c41441470eb15b (patch) | |
tree | 7bea32ceccbe69d005d80b6cee1ac592fab4540d /server/examples | |
parent | 03bf23e432511cb513d14397c477db86681d4dff (diff) | |
download | sssd-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')
-rw-r--r-- | server/examples/sssd.conf | 17 | ||||
-rw-r--r-- | server/examples/sssdproxylocal | 5 |
2 files changed, 0 insertions, 22 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. diff --git a/server/examples/sssdproxylocal b/server/examples/sssdproxylocal deleted file mode 100644 index 063dbff36..000000000 --- a/server/examples/sssdproxylocal +++ /dev/null @@ -1,5 +0,0 @@ -#%PAM-1.0 -auth required pam_unix.so - -account required pam_unix.so - |