diff options
Diffstat (limited to 'server/examples/sssd.conf')
-rw-r--r-- | server/examples/sssd.conf | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/server/examples/sssd.conf b/server/examples/sssd.conf index 4b04c3d5..894dc753 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. |