From 293bb31f2747b402ce39152497facd42a5593f9c Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 29 Jun 2009 16:03:35 -0400 Subject: Remove redundant libPath option from proxy provider The libPath should be constructed from the libName. There is no benefit to specifying it separately. --- server/examples/sssd.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'server/examples/sssd.conf') diff --git a/server/examples/sssd.conf b/server/examples/sssd.conf index 1841152a..ab8007a1 100644 --- a/server/examples/sssd.conf +++ b/server/examples/sssd.conf @@ -47,7 +47,6 @@ description = Domains served by SSSD ; ; provider = proxy ; libName = files -; libPath = libnss_files.so.2 # optionally a file named sssdproxylocal can be place in pam.d configured to # check pam_unix only and pam_sss can be used in the normal pam stack @@ -87,7 +86,6 @@ description = Domains served by SSSD ; ; provider = proxy ; libName = ldap -; libPath = libnss_ldap.so.2 ; #if a backend is particularly slow you can raise this timeout here ; timeout = 60 -- cgit