diff options
-rw-r--r-- | docs/docbook/manpages/winbindd.8.sgml | 8 | ||||
-rw-r--r-- | docs/htmldocs/winbindd.8.html | 27 | ||||
-rw-r--r-- | docs/manpages/winbindd.8 | 10 |
3 files changed, 33 insertions, 12 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> diff --git a/docs/htmldocs/winbindd.8.html b/docs/htmldocs/winbindd.8.html index 0080386ee4d..938c2dcb2fc 100644 --- a/docs/htmldocs/winbindd.8.html +++ b/docs/htmldocs/winbindd.8.html @@ -593,7 +593,7 @@ CLASS="COMMAND" ><P >Next copy <TT CLASS="FILENAME" ->libnss_winbind.so.2</TT +>libnss_winbind.so</TT > to <TT CLASS="FILENAME" @@ -605,6 +605,19 @@ CLASS="FILENAME" to <TT CLASS="FILENAME" >/lib/security</TT +>. A symbolic link needs to be + made from <TT +CLASS="FILENAME" +>/lib/libnss_winbind.so</TT +> to + <TT +CLASS="FILENAME" +>/lib/libnss_winbind.so.2</TT +>. If you are using an + older version of glibc then the target of the link should be + <TT +CLASS="FILENAME" +>/lib/libnss_winbind.so.1</TT >.</P ><P >Finally, setup a smb.conf containing directives like the @@ -650,7 +663,7 @@ CLASS="COMMAND" ><DIV CLASS="REFSECT1" ><A -NAME="AEN191" +NAME="AEN194" ></A ><H2 >Notes</H2 @@ -710,7 +723,7 @@ CLASS="COMMAND" ><DIV CLASS="REFSECT1" ><A -NAME="AEN207" +NAME="AEN210" ></A ><H2 >Signals</H2 @@ -761,7 +774,7 @@ CLASS="COMMAND" ><DIV CLASS="REFSECT1" ><A -NAME="AEN224" +NAME="AEN227" ></A ><H2 >Files</H2 @@ -835,7 +848,7 @@ CLASS="FILENAME" ><DIV CLASS="REFSECT1" ><A -NAME="AEN253" +NAME="AEN256" ></A ><H2 >VERSION</H2 @@ -847,7 +860,7 @@ NAME="AEN253" ><DIV CLASS="REFSECT1" ><A -NAME="AEN256" +NAME="AEN259" ></A ><H2 >SEE ALSO</H2 @@ -875,7 +888,7 @@ TARGET="_top" ><DIV CLASS="REFSECT1" ><A -NAME="AEN263" +NAME="AEN266" ></A ><H2 >AUTHOR</H2 diff --git a/docs/manpages/winbindd.8 b/docs/manpages/winbindd.8 index 41f4cb49281..58cc79b1dd9 100644 --- a/docs/manpages/winbindd.8 +++ b/docs/manpages/winbindd.8 @@ -3,7 +3,7 @@ .\" <http://shell.ipoline.com/~elmert/hacks/docbook2X/> .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "WINBINDD" "8" "03 May 2001" "" "" +.TH "WINBINDD" "8" "08 June 2001" "" "" .SH NAME winbindd \- Name Service Switch daemon for resolving names from NT servers .SH SYNOPSIS @@ -250,9 +250,13 @@ within \fBsamedit\fR, run the command: This assumes your domain is called "DOMAIN" and your Samba workstation is called "MACHINE". .PP -Next copy \fIlibnss_winbind.so.2\fR to +Next copy \fIlibnss_winbind.so\fR to \fI/lib\fR and \fIpam_winbind.so\fR -to \fI/lib/security\fR. +to \fI/lib/security\fR. A symbolic link needs to be +made from \fI/lib/libnss_winbind.so\fR to +\fI/lib/libnss_winbind.so.2\fR. If you are using an +older version of glibc then the target of the link should be +\fI/lib/libnss_winbind.so.1\fR. .PP Finally, setup a smb.conf containing directives like the following: |