diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-26 16:39:40 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-26 16:40:26 -0400 |
commit | 7fab908d44da57dd378b5716fda677bd2a64f454 (patch) | |
tree | f650bd368dcd19b2091e9594c4ccfcb0669ca415 | |
parent | 42ed4b35067a9588d26fdba8360b8d04672696e2 (diff) | |
download | sssd-7fab908d44da57dd378b5716fda677bd2a64f454.tar.gz sssd-7fab908d44da57dd378b5716fda677bd2a64f454.tar.bz2 sssd-7fab908d44da57dd378b5716fda677bd2a64f454.zip |
Remove DP from example configuration
-rw-r--r-- | 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 ad221333..22241445 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/<NAME>] sections. |