diff options
author | Gerald Carter <jerry@samba.org> | 2001-06-08 15:43:39 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-06-08 15:43:39 +0000 |
commit | 4521d6a89b6e42f4fa3d1a7c5d44c8a86cc8df20 (patch) | |
tree | 76a04fac6856e97d95bd45dfa17043a16259dc31 /docs/manpages/winbindd.8 | |
parent | 3414c71f6de04d0ba26841bceac381498f43ecad (diff) | |
download | samba-4521d6a89b6e42f4fa3d1a7c5d44c8a86cc8df20.tar.gz samba-4521d6a89b6e42f4fa3d1a7c5d44c8a86cc8df20.tar.bz2 samba-4521d6a89b6e42f4fa3d1a7c5d44c8a86cc8df20.zip |
syc up docs with 2.2
(This used to be commit 1e1a8ad528256f7e977534f25af6c250ab6a2a83)
Diffstat (limited to 'docs/manpages/winbindd.8')
-rw-r--r-- | docs/manpages/winbindd.8 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/manpages/winbindd.8 b/docs/manpages/winbindd.8 index 72f603e374..99bd0615a0 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" "24 April 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: |