From fe93cf2e1d44e54cb4d5abfc00ad57b826cdbdff Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 26 Oct 2009 16:39:40 -0400 Subject: [PATCH] Remove DP from example configuration --- server/examples/sssd.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/examples/sssd.conf b/server/examples/sssd.conf index ad22133..2224144 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. -- 1.6.2.5