- 添加用户名和密码
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