From c8af938a0a7ec15c38076fc11d164f55737318f1 Mon Sep 17 00:00:00 2001
From: Gerald Carter
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