Correction to winbind nss library install process. So how do I update the
authorTim Potter <tpot@samba.org>
Wed, 6 Jun 2001 23:56:53 +0000 (23:56 +0000)
committerTim Potter <tpot@samba.org>
Wed, 6 Jun 2001 23:56:53 +0000 (23:56 +0000)
manual/html pages???
(This used to be commit 73055f3f7d211ff6e45e46a56b0ea0614e78966d)

docs/docbook/manpages/winbindd.8.sgml

index 5b53e504cdbfd4bb15aff79556790fa028c41139..602db43e113476083fd83cf95af080e363536484 100644 (file)
@@ -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>