Install Guide

Winbind conguration for openwsman and sfcb for SUSE Linux
Enterprise Server operating system
Perform the following to congure openwsman and sfcb:
1 Back up the following les:
/etc/pam.d/openwsman
/etc/pam.d/sfcb
/etc/pam.d/system-auth
/etc/pam.d/common-account
2 Replace the content of /etc/pam.d/openwsman/ and /etc/pam.d/sfcb with the following:
%PAM-1.0
auth include common-auth
auth required /lib/security/pam_nologin.so
account include common-account
3 Replace the content of /etc/pam.d/common-auth with the following:
auth required pam_env.so
auth sufficient pam_unix2.so debug
auth sufficient pam_winbind.so use_first_pass debug
4 Replace the content of /etc/pam.d/common-account with the following:
account sufficient pam_unix2.so
account sufficient pam_winbind.so
Preinstallation Setup
15