diff options
-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. |