Users Guide

理下システムソフトウェアのインストール」を参照してください
sfbc openwsman をデフォルト設定でもって設定するには、以下のコマンドを実行します
#./ autoconf_cim_component.sh
WSMAN サーバー証明書作成
WSMAN 用に新しい証明書を作成するか、既存の証明書を再利用することができます
しい証明書作成
/etc/openwsman ディレクトリにあるowsmangencert.sh を実行することによりWSMAN サーバー用の新しいサーバー証明書を作成できますこのスクリプトはopenwsman RPM
よって提供されますウィザードの手順に従いサーバー証明書を作成します
証明書再利用
自己署名または CA 署名された証明書がある場合、/etc/openwsman/openwsman.conf [server] タグのでグループされた ssl_cert_file ssl_key_file の値を既存
の証明書の値で更新することによりopenwsman サーバーにして同じ署名書を使用できます
sfcb および openwsman
sfcb openwsman の実行:
l /etc/init.d/sfcb start
l /etc/init.d/openwsman start
管理下システムは設定済みでServer Administrator ウェブサーバーによる使用の準備が整っています
Red Hat Enterprise Linux オペレーティングシステムにおける openwsman および sfcb Winbind 設定
1. 以下のファイルをバックアップします
l /etc/pam.d/openwsman
l /etc/pam.d/sfcb
l /etc/pam.d/system-auth
2. /etc/pam.d/openwsman /etc/pam.d/sfcb のコンテンツを以下で置換します
auth required pam_stack.so service=system-auth
auth required /lib/security/pam_nologin.so
account required pam_stack.so service=system-auth
3. /etc/pam.d/system-auth のコンテンツを以下で置換します
#%PAM-1.0
# このファイルは自動的に生成されました。
# ユーザーによる変更は、次回 authconfig を実行したときに破壊されます。
auth required /lib/security/$ISA/pam_env.so
auth sufficient /lib/security/$ISA/pam_unix.so likeauth nullok
auth sufficient /lib/security/$ISA/pam_krb5.so use_first_pass
auth sufficient /lib/security/$ISA/pam_winbind.so use_first_pass
auth required /lib/security/$ISA/pam_deny.so
account required /lib/security/$ISA/pam_unix.so broken_shadow
account sufficient /lib/security/$ISA/pam_succeed_if.so uid 100 quiet