From 5085072530ead6c81d5e73fe11c41441470eb15b Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 23 Sep 2009 12:00:09 +0200 Subject: Remove provider=files Remove this provider type, as well as any references in the docs and examples to the "LEGACYLOCAL" migration domain. Fixes: #165 --- server/examples/sssd.conf | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'server/examples/sssd.conf') 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. -- cgit