Hi,
I am attempting to setup LDAP authentication in Proxmox 6.0.
Previously, on Proxmox 5.4 - I had to edit the /etc/pve/domains.cfg file, in order to add the new LDAP realm - as per the Proxmox documentation at https://pve.proxmox.com/wiki/User_Management#pveum_authentication_realms - e.g.:
However, I setup a new Proxmox 6.0 cluster, and I went into /etc/pve - and I don't see any domains.cfg file?
Is this file somewhere else now in Proxmox 6.0? Or how do you setup authentication realms now?
I am attempting to setup LDAP authentication in Proxmox 6.0.
Previously, on Proxmox 5.4 - I had to edit the /etc/pve/domains.cfg file, in order to add the new LDAP realm - as per the Proxmox documentation at https://pve.proxmox.com/wiki/User_Management#pveum_authentication_realms - e.g.:
Code:
root@syd1:/etc/pve# cat domains.cfg
pam: pam
comment Linux PAM standard authentication
pve: pve
comment Proxmox VE authentication server
ldap: example.com
base_dn dc=example,dc=io
server1 ldap.google.com
user_attr uid
cert /root/Google_2022_05_22_3494.crt
certkey /root/Google_2022_05_22_3494.key
port 636
secure 1
verify 1
Code:
root@examplemtv-vm01:/etc/pve# ls
authkey.pub authkey.pub.old corosync.conf datacenter.cfg local lxc nodes openvz priv pve-root-ca.pem pve-www.key qemu-server storage.cfg user.cfg vzdump.cron
Last edited: