From 7476d9c6d0624a08542e11976641d086cb2eff90 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 3 Jan 2003 17:35:18 +0000 Subject: regenerate man pages (This used to be commit 4461cd3adb4051383d052fb38c357d85ee473a74) --- docs/htmldocs/winbindd.8.html | 126 +++++++++++++++++++++++++++++++++++------- 1 file changed, 105 insertions(+), 21 deletions(-) (limited to 'docs/htmldocs/winbindd.8.html') diff --git a/docs/htmldocs/winbindd.8.html b/docs/htmldocs/winbindd.8.html index 09c3513c70..fb8c9c0458 100644 --- a/docs/htmldocs/winbindd.8.html +++ b/docs/htmldocs/winbindd.8.html @@ -1,11 +1,12 @@ - + winbindd

winbindd

winbindd

Synopsis

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

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

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
@@ -475,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]
@@ -568,6 +649,9 @@ CLASS="PROGRAMLISTING"
         security = domain
         password server = *
 	

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

NOTES

SIGNALS

FILES

VERSION

SEE ALSO

AUTHOR