baz2
10-26-2002, 02:38 PM
Hope someone here can help. If not, maybe someone can point me to another forum somewhere.
I have a Redhat 8.0 server up and running Samba with security=domain. Works fine. Now I'm trying to configure winbind. I'm generally following the following instructions:
http://www.samba.org/samba/docs/Samba-HOWTO-Collection.html#AEN2208
I have smbd and winbindd working together. I can do the "getent passwd" command and see all the winbind extensions to my passwd file for all the users on the domain. But I still cannot get a login, locally or remote.
I've made the following changes, based on the HOWTO:
The /etc/pam.d/login file can be changed nearly the same way. It now looks like this:
auth required /lib/security/pam_securetty.so
auth sufficient /lib/security/pam_winbind.so
auth sufficient /lib/security/pam_unix.so use_first_pass
auth required /lib/security/pam_stack.so service=system-auth
auth required /lib/security/pam_nologin.so
account sufficient /lib/security/pam_winbind.so
account required /lib/security/pam_stack.so service=system-auth
password required /lib/security/pam_stack.so service=system-auth
session required /lib/security/pam_stack.so service=system-auth
session optional /lib/security/pam_console.so
--------------------
What else am I missing? I seem so close.
I have a Redhat 8.0 server up and running Samba with security=domain. Works fine. Now I'm trying to configure winbind. I'm generally following the following instructions:
http://www.samba.org/samba/docs/Samba-HOWTO-Collection.html#AEN2208
I have smbd and winbindd working together. I can do the "getent passwd" command and see all the winbind extensions to my passwd file for all the users on the domain. But I still cannot get a login, locally or remote.
I've made the following changes, based on the HOWTO:
The /etc/pam.d/login file can be changed nearly the same way. It now looks like this:
auth required /lib/security/pam_securetty.so
auth sufficient /lib/security/pam_winbind.so
auth sufficient /lib/security/pam_unix.so use_first_pass
auth required /lib/security/pam_stack.so service=system-auth
auth required /lib/security/pam_nologin.so
account sufficient /lib/security/pam_winbind.so
account required /lib/security/pam_stack.so service=system-auth
password required /lib/security/pam_stack.so service=system-auth
session required /lib/security/pam_stack.so service=system-auth
session optional /lib/security/pam_console.so
--------------------
What else am I missing? I seem so close.