Displaying 1 result from an estimated 1 matches for "ch21".
Did you mean:
ch1
2004 Jan 01
0
Winbind not quite working yet
...Winbind to authenticate users that don't have local
accounts on a SAMBA BDC.
I have (3) BDCs (1) PDC running OpenLDAP 2.1.23 pass backend and Samba
3.0. These are on RedHat 8.0 systems. 3 BDC are also slave LDAP and 1
master directory server on the PDC.
I went through the Samba documentation CH21 and made modifications to
the BDCs and PDC as follows:
nsswitch.conf files winbind for passwd and group
pam.d/login
#%PAM-1.0
#auth required /lib/security/pam_securetty.so
auth sufficient /lib/security/pam_winbind.so
auth sufficient /lib/security/pam_unix.so use_first_p...