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/man | |
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/man')
-rw-r--r-- | server/man/sssd.conf.5.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml index 94efe184..833bd718 100644 --- a/server/man/sssd.conf.5.xml +++ b/server/man/sssd.conf.5.xml @@ -564,18 +564,6 @@ </para> </listitem> </varlistentry> - - <varlistentry> - <term>libPath (string)</term> - <listitem> - <para> - File name (including .so) of NSS library - used. For instance, ldap NSS library is named - libnss_ldap.so, the standard files NSS library - is named libnss_files.so - </para> - </listitem> - </varlistentry> </variablelist> </para> </refsect1> |