From 9d8f518dffea04af11dded7d9f2ece2525813e09 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 6 Jun 2001 23:56:53 +0000 Subject: Correction to winbind nss library install process. So how do I update the manual/html pages??? (This used to be commit 73055f3f7d211ff6e45e46a56b0ea0614e78966d) --- docs/docbook/manpages/winbindd.8.sgml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docs/docbook') 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 This assumes your domain is called "DOMAIN" and your Samba workstation is called "MACHINE". - Next copy libnss_winbind.so.2 to + Next copy libnss_winbind.so to /lib and pam_winbind.so - to /lib/security. + to /lib/security. A symbolic link needs to be + made from /lib/libnss_winbind.so to + /lib/libnss_winbind.so.2. If you are using an + older version of glibc then the target of the link should be + /lib/libnss_winbind.so.1. Finally, setup a smb.conf containing directives like the following: -- cgit