From d6b65c36b2b0391a37a78963fd679460b5bba60a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 14 May 2009 12:21:37 -0400 Subject: Treat the local provider as a special case The local provider needs no backend, so we'll create a special provider entry for it called "local" that will not attempt to retrieve provider configuration but will remain in the service list so it can be updated when the config file changes. --- server/examples/sssd.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'server/examples/sssd.conf') diff --git a/server/examples/sssd.conf b/server/examples/sssd.conf index a480b549d..1841152a9 100644 --- a/server/examples/sssd.conf +++ b/server/examples/sssd.conf @@ -60,6 +60,7 @@ description = Domains served by SSSD ; [domains/LOCAL] ; description = LOCAL Users domain +; provider = local ; enumerate = 3 ; minId = 500 ; maxId = 999 -- cgit