From d55b849d7740aee9795a8ded94d3a2db5b94cc02 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 12 May 2000 13:05:26 +0000 Subject: Added signal handling section. (This used to be commit ad5447220032b7f80251e0a5123f7f96b496ffcd) --- docs/htmldocs/winbindd.8.html | 38 ++++++++++++++++++++++++++++---------- 1 file changed, 28 insertions(+), 10 deletions(-) (limited to 'docs/htmldocs') diff --git a/docs/htmldocs/winbindd.8.html b/docs/htmldocs/winbindd.8.html index 1e6b822d34..d0bdbbfccf 100644 --- a/docs/htmldocs/winbindd.8.html +++ b/docs/htmldocs/winbindd.8.html @@ -169,7 +169,7 @@ the shell for that user.

To setup winbindd for user and group lookups plus authentication from a domain controller use something like the following setup. This was tested on a RedHat 6.2 Linux box. -

In /etc/nsswitch.conf put the following: +

In /etc/nsswitch.conf put the following:

 
    passwd:     files winbind
@@ -177,7 +177,7 @@ tested on a RedHat 6.2 Linux box.
 
 
-

In /etc/pam.d/* replace the auth lines with something like this: +

In /etc/pam.d/* replace the auth lines with something like this:

 
 	auth       required	/lib/security/pam_securetty.so
@@ -187,8 +187,8 @@ tested on a RedHat 6.2 Linux box.
 
 
-

Note in particular the use of the sufficient keyword and the -use_first_pass keyword. +

Note in particular the use of the sufficient keyword and the +use_first_pass keyword.

Now replace the account lines with this:

 
@@ -211,10 +211,10 @@ program like this:
 
 
-

This assumes your domain is called DOMAIN and your Samba workstation -is called MACHINE. -

Next copy libnss_winbind.so.2 to /lib and pam_winbind.so to -/lib/security. +

This assumes your domain is called DOMAIN and your Samba workstation +is called MACHINE. +

Next copy libnss_winbind.so.2 to /lib and pam_winbind.so to +/lib/security.

Finally, setup a smb.conf containing directives like the following:

 
@@ -233,11 +233,29 @@ is called MACHINE.
 
 

Now start winbindd and you should find that your user and group database is expanded to include your NT users and groups, and that you -can login to your unix box as a domain user, using the DOMAIN+user +can login to your unix box as a domain user, using the DOMAIN+user syntax for the username. You may wish to use the commands "getent passwd" and "getent group" to confirm the correct operation of winbindd. -

NOTE: nmbd must be running on the local machine for winbindd to work. +

NOTE: nmbd must be running on the local machine for +winbindd to work. +

+

SIGNALS

+ +

The following signals can be used to manipulate the +winbindd daemon. +

+

SIGHUP
+

Reload the smb.conf file and apply any parameter changes to the running +version of winbindd. This signal also clears any +cached user and group information. +

SIGUSR1
+

The SIGUSR1 signal will cause winbindd to +write status information to the winbind log file including information +about the number of user and group ids allocated by +winbindd. +

Log files are stored in the filename specified by the log file parameter. +

FILES

-- cgit