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/man/sssd.conf.5.xml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'server/man') 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 @@ -515,9 +515,6 @@ Supported backends: - - files: traditional UNIX files (/etc/passwd) - proxy: Support a legacy NSS provider @@ -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 -- cgit