From 1d65d7a6b81c59a048ecb1af74b87b32543c7bab Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 26 Oct 2009 16:39:40 -0400 Subject: Remove DP from example configuration --- server/examples/sssd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/examples/sssd.conf b/server/examples/sssd.conf index ad2213339..222414454 100644 --- a/server/examples/sssd.conf +++ b/server/examples/sssd.conf @@ -5,7 +5,7 @@ config_file_version = 2 reconnection_retries = 3 # if a backend is particularly slow you can raise this timeout here sbus_timeout = 30 -services = nss, dp, pam +services = nss, pam ; domains = LOCAL,LDAP # SSSD will not start if you don't configure any domain. # Add new domains condifgurations as [domain/] sections. -- cgit