From c8af938a0a7ec15c38076fc11d164f55737318f1 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 24 Apr 2001 19:09:42 +0000 Subject: syncing up changes in 2.2 (This used to be commit ffbbe67dbfde7f7ce4bb70becfc696c395dbf6b2) --- docs/htmldocs/winbindd.8.html | 52 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 43 insertions(+), 9 deletions(-) (limited to 'docs/htmldocs/winbindd.8.html') diff --git a/docs/htmldocs/winbindd.8.html b/docs/htmldocs/winbindd.8.html index a98b7a2864..0080386ee4 100644 --- a/docs/htmldocs/winbindd.8.html +++ b/docs/htmldocs/winbindd.8.html @@ -37,7 +37,7 @@ NAME="AEN8" >nmblookup [-d debuglevel] [-i] [-S] [-r] [-A] [-h] [-B <broadcast address>] [-U <unicast address>] [-d <debug level>] [-s <smb config file>] [-i <NetBIOS scope>] [-T] {name}

[-d debuglevel] [-i] [-S] [-r] [-A] [-h] [-B <broadcast address>] [-U <unicast address>] [-d <debug level>] [-s <smb config file>] [-i <NetBIOS scope>] [-T] {name}

and then from the Windows NT server.

passwd:         files winbind
 group:          files winbind
 	

Default: winbind uid = <empty string> +>winbind uid = <empty string>

Default: winbind gid = <empty string> +>winbind gid = <empty string>

system call will not return any data.

Warning:Warning: Turning off user enumeration may cause some programs to behave oddly. For example, the finger program relies on having access to the full user list when @@ -404,9 +412,8 @@ CLASS="COMMAND" > system call will not return any data.

Warning:Warning: Turning off group enumeration may cause some programs to behave oddly.

put the following:

passwd:     files winbind
 group:      files winbind
 	

In lines with something like this:

auth       required	/lib/security/pam_securetty.so
@@ -512,6 +534,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 Finally, setup a smb.conf containing directives like the following:

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

Now start winbindd and you should find that your user and -- cgit