diff options
author | Tim Potter <tpot@samba.org> | 2001-06-06 23:56:53 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-06-06 23:56:53 +0000 |
commit | 9d8f518dffea04af11dded7d9f2ece2525813e09 (patch) | |
tree | a1e7683f7b2af30588db1bd718e075f30029118f /docs/docbook | |
parent | 11b2de50fc0e8bfcd810e8b07a7eb39a5d903621 (diff) | |
download | samba-9d8f518dffea04af11dded7d9f2ece2525813e09.tar.gz samba-9d8f518dffea04af11dded7d9f2ece2525813e09.tar.bz2 samba-9d8f518dffea04af11dded7d9f2ece2525813e09.zip |
Correction to winbind nss library install process. So how do I update the
manual/html pages???
(This used to be commit 73055f3f7d211ff6e45e46a56b0ea0614e78966d)
Diffstat (limited to 'docs/docbook')
-rw-r--r-- | docs/docbook/manpages/winbindd.8.sgml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/docbook/manpages/winbindd.8.sgml b/docs/docbook/manpages/winbindd.8.sgml index 5b53e504cd..602db43e11 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> |