summaryrefslogtreecommitdiffstats
path: root/server/man
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/man
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/man')
-rw-r--r--server/man/sssd.conf.5.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml
index edf308926..d1f859c44 100644
--- a/server/man/sssd.conf.5.xml
+++ b/server/man/sssd.conf.5.xml
@@ -516,9 +516,6 @@
Supported backends:
</para>
<para>
- files: traditional UNIX files (<filename>/etc/passwd</filename>)
- </para>
- <para>
proxy: Support a legacy NSS provider
</para>
<para>
@@ -637,7 +634,7 @@ description = Service Monitor Configuration
[domains]
description = Domains served by SSSD
-domains = LOCAL,FILES
+domains = LOCAL
[domains/LOCAL]
description = LOCAL Users domain
@@ -647,13 +644,6 @@ maxId = 30000
legacy = FALSE
magicPrivateGroups = TRUE
provider = local
-
-[domains/FILES]
-description = Users stored in UNIX files
-enumerate = TRUE
-minId = 500
-maxId = 4999
-provider = files
</programlisting>
</para>
</refsect1>