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

相关文章:

  • 2021-08-03
  • 2021-07-01
  • 2021-08-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
  • 2021-08-11
猜你喜欢
  • 2021-10-14
  • 2021-09-13
  • 2021-09-03
  • 2021-06-16
  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
相关资源
相似解决方案