diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-06-29 16:03:35 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-06-30 10:15:28 -0400 |
commit | 293bb31f2747b402ce39152497facd42a5593f9c (patch) | |
tree | 9e39909f58b0c6fe90caa44e78d036d46c0c88fe /server/examples | |
parent | 6d376e52755384bb16a360be1075622903e3e9e9 (diff) | |
download | sssd-293bb31f2747b402ce39152497facd42a5593f9c.tar.gz sssd-293bb31f2747b402ce39152497facd42a5593f9c.tar.bz2 sssd-293bb31f2747b402ce39152497facd42a5593f9c.zip |
Remove redundant libPath option from proxy provider
The libPath should be constructed from the libName. There is no
benefit to specifying it separately.
Diffstat (limited to 'server/examples')
-rw-r--r-- | server/examples/sssd.conf | 2 |
1 files changed, 0 insertions, 2 deletions
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 |