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/man | |
parent | 03bf23e432511cb513d14397c477db86681d4dff (diff) | |
download | sssd2-5085072530ead6c81d5e73fe11c41441470eb15b.tar.gz sssd2-5085072530ead6c81d5e73fe11c41441470eb15b.tar.xz sssd2-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.xml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml index edf30892..d1f859c4 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> |