1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Correction to winbind nss library install process. So how do I update the

manual/html pages???
(This used to be commit 73055f3f7d)
This commit is contained in:
Tim Potter 2001-06-06 23:56:53 +00:00
parent 11b2de50fc
commit 9d8f518dff

View 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>