summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-06-06 23:56:53 +0000
committerTim Potter <tpot@samba.org>2001-06-06 23:56:53 +0000
commit73055f3f7d211ff6e45e46a56b0ea0614e78966d (patch)
treee5ff2fee7edf11d6bcc180f5eb27fafacc0ee1dd /docs
parentd0c276c2429fa19cd95ca887654e049593de68d5 (diff)
downloadsamba-73055f3f7d211ff6e45e46a56b0ea0614e78966d.tar.gz
samba-73055f3f7d211ff6e45e46a56b0ea0614e78966d.tar.xz
samba-73055f3f7d211ff6e45e46a56b0ea0614e78966d.zip
Correction to winbind nss library install process. So how do I update the
manual/html pages???
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/manpages/winbindd.8.sgml8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/docbook/manpages/winbindd.8.sgml b/docs/docbook/manpages/winbindd.8.sgml
index 5b53e504cdb..602db43e113 100644
--- a/docs/docbook/manpages/winbindd.8.sgml
+++ b/docs/docbook/manpages/winbindd.8.sgml
@@ -331,9 +331,13 @@ auth required /lib/security/pam_pwdb.so use_first_pass shadow nullok
<para>This assumes your domain is called "DOMAIN" and your Samba
workstation is called "MACHINE". </para>
- <para>Next copy <filename>libnss_winbind.so.2</filename> to
+ <para>Next copy <filename>libnss_winbind.so</filename> to
<filename>/lib</filename> and <filename>pam_winbind.so</filename>
- to <filename>/lib/security</filename>.</para>
+ to <filename>/lib/security</filename>. A symbolic link needs to be
+ made from <filename>/lib/libnss_winbind.so</filename> to
+ <filename>/lib/libnss_winbind.so.2</filename>. If you are using an
+ older version of glibc then the target of the link should be
+ <filename>/lib/libnss_winbind.so.1</filename>.</para>
<para>Finally, setup a smb.conf containing directives like the
following: </para>