cobbler的web界面

  • 添加用户名和密码
useradd test 
echo "123456" | passwd --stdin test
  • 修改认证方式为pam
#vim /etc/cobbler/modules.conf
[authentication]
module = authn_pam
  • 添加系统用户到cobbler中
    
#vim /etc/cobbler/users.conf
[admins]
admin = "test"
  • 重启服务
systemctl restart cobblerd
cobbler sync
  • 进入
注意是https不是http
https://192.168.1.30/cobbler_web
posted @ 2018-04-18 18:44  你很棒  阅读(346)  评论(0编辑  收藏  举报