From a3ae5b2f392aea5abbd894082f3028c5f96cdbd1 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 27 Oct 2009 08:45:42 -0400 Subject: [PATCH] Remove [dp] section from example config Also remove references to the DP service from the sssd.conf manpages. --- server/examples/sssd.conf | 3 --- server/man/sssd.conf.5.xml | 13 +++---------- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/server/examples/sssd.conf b/server/examples/sssd.conf index 2224144..82c6d6b 100644 --- a/server/examples/sssd.conf +++ b/server/examples/sssd.conf @@ -33,9 +33,6 @@ reconnection_retries = 3 [pam] reconnection_retries = 3 -[dp] -reconnection_retries = 3 - # Example LOCAL domain that stores all users natively in the SSSD internal # directory. These local users and groups are not visibile in /etc/passwd, it # now contains only root and system accounts. diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml index f735b07..ce220f0 100644 --- a/server/man/sssd.conf.5.xml +++ b/server/man/sssd.conf.5.xml @@ -73,15 +73,10 @@ Comma separated list of services that are - started when sssd itself starts. Since Data - Provider (dp) is a required - service, it will be started even if omitted. + started when sssd itself starts. - Default: dp - - - Supported services: dp, nss, pam + Supported services: nss, pam @@ -711,7 +706,7 @@ [sssd] domains = LOCAL -services = nss, dp, pam +services = nss, pam config_file_version = 2 sbus_timeout = 30 @@ -721,8 +716,6 @@ filter_users = root [pam] -[dp] - [domain/LOCAL] id_provider = local min_id = 1000 -- 1.6.2.5