From 2a85f0cf33f303e091ce6f6bea7b7a072cd81c14 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 15 Jan 2003 22:29:27 +0000 Subject: syncing docs with HEAD (This used to be commit d8fe70c3b4be548244e9d7b7ea533e64232df001) --- docs/htmldocs/winbindd.8.html | 161 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 139 insertions(+), 22 deletions(-) (limited to 'docs/htmldocs/winbindd.8.html') diff --git a/docs/htmldocs/winbindd.8.html b/docs/htmldocs/winbindd.8.html index 3aecf62509..fb8c9c0458 100644 --- a/docs/htmldocs/winbindd.8.html +++ b/docs/htmldocs/winbindd.8.html @@ -1,11 +1,12 @@ - + winbindd

winbindd

winbindd

Synopsis

winbindd [-i] [-d <debug level>] [-s <smb config file>]

[-F] [-S] [-i] [-B] [-d <debug level>] [-s <smb config file>] [-n]

DESCRIPTION

and then from the Windows NT server.

passwd:         files winbind
 group:          files winbind
 	

The following simple configuration in the @@ -192,7 +198,7 @@ CLASS="FILENAME" >

OPTIONS

-F

If specified, this parameter causes + the main winbindd process to not daemonize, + i.e. double-fork and disassociate with the terminal. + Child processes are still created as normal to service + each connection request, but the main process does not + exit. This operation mode is suitable for running + winbindd under process supervisors such + as supervise and svscan + from Daniel J. Bernstein's daemontools + package, or the AIX process monitor. +

-S

If specified, this parameter causes + winbindd to log to standard output rather + than a file.

-d debuglevel

winbindd is required.

is required. + winbindd also logs to standard output, + as if the -S parameter had been given. +

-n

Disable caching. This means winbindd will + always have to wait for a response from the domain controller + before it can respond to a client and this thus makes things + slower. The results will however be more accurate, since + results from the cache might not be up-to-date. This + might also temporarily hang winbindd if the DC doesn't respond. +

-B

Dual daemon mode. This means winbindd will run + as 2 threads. The first will answer all requests from the cache, + thus making responses to clients faster. The other will + update the cache for the query that the first has just responded. + Advantage of this is that responses are accurate and fast. +

-s|--conf=smb.conf

Specifies the location of the all-important + smb.conf file.

NAME AND ID RESOLUTION

CONFIGURATION

EXAMPLE SETUP

put the following:

passwd:     files winbind
 group:      files winbind
 	

In lines with something like this:

auth       required	/lib/security/pam_securetty.so
@@ -442,6 +547,9 @@ auth       required	/lib/security/pam_nologin.so
 auth       sufficient	/lib/security/pam_winbind.so
 auth       required     /lib/security/pam_pwdb.so use_first_pass shadow nullok
 	

Note in particular the use of the containing directives like the following:

[global]
@@ -535,6 +649,9 @@ CLASS="PROGRAMLISTING"
         security = domain
         password server = *
 	

Now start winbindd and you should find that your user and @@ -553,7 +670,7 @@ CLASS="COMMAND" >

NOTES

SIGNALS

FILES

VERSION

This man page is correct for version 2.2 of +>This man page is correct for version 3.0 of the Samba suite.

SEE ALSO

AUTHOR