Install Guide

用于 SUSE Linux Enterprise Server 操作系统 openwsman
sfcb Winbind 配置
(执行以下步骤以配置 openwsman sfcb
1 备份以下文件:
/etc/pam.d/openwsman
/etc/pam.d/sfcb
/etc/pam.d/system-auth
/etc/pam.d/common-account
2 /etc/pam.d/openwsman/ /etc/pam.d/sfcb 的内容替换为以下:
%PAM-1.0
auth include common-auth
auth required /lib/security/pam_nologin.so
account include common-account
3 /etc/pam.d/common-auth 的内容替换为以下:
auth required pam_env.so
auth sufficient pam_unix2.so debug
auth sufficient pam_winbind.so use_first_pass debug
4 /etc/pam.d/common-account 的内容替换为以下:
account sufficient pam_unix2.so
account sufficient pam_winbind.so
预安装设置
15