Hi,
I'm trying to set up LDAP authentication and group+user syncing on my homelab proxmox VE server. The users and groups are imported just fine, but I cannot seem to get the sync tool to automatically add my users to the LDAP groups that are also imported. After scouring the wiki and googling around, it seems likely that this is impossible with PVE without modifications (but I haven't been able to find anyone saying so definitively), or that I am missing some kind of configuration.
I've attached my user.cfg, domains.cfg below, and a screenshot of my current LDAP layout.
Could anyone point me in the right direction, or confirm that this, indeed, is not possible?
Jona
I'm trying to set up LDAP authentication and group+user syncing on my homelab proxmox VE server. The users and groups are imported just fine, but I cannot seem to get the sync tool to automatically add my users to the LDAP groups that are also imported. After scouring the wiki and googling around, it seems likely that this is impossible with PVE without modifications (but I haven't been able to find anyone saying so definitively), or that I am missing some kind of configuration.
I've attached my user.cfg, domains.cfg below, and a screenshot of my current LDAP layout.
Could anyone point me in the right direction, or confirm that this, indeed, is not possible?
Jona
user.cfg:
domains.cfg:
Code:
user:ou-ser@LDAP-local:1:0::::::
user:standalone-user@LDAP-local:1:0::::::
user:root@pam:1:0::::::
group:testgroup-LDAP-local:::
group:testou-LDAP-local:::
domains.cfg:
Code:
pve: pve
comment Proxmox VE authentication server
pam: pam
comment Linux PAM standard authentication
ldap: LDAP-local
base_dn DC=ldap-server,DC=internal
server1 ldap-server.internal
user_attr uid
default 0
group_classes organizationalUnit, posixGroup
secure 0
sync-defaults-options full=1,purge=1,scope=both
Attachments
Last edited: