Hello everyone,
I am currently trying to implement LDAP Sync for our Proxmox cluster.
Basically it's working fine, the only thing I don't get to sync are the user to group associations when a user is in a nested group.
This is the relevant content of my domains.cfg:
When running the sync, all Users in the group "ProxmoxAdmin" are created. Also all groups starting with "Proxmox*" are created.
Is it at all posssible to sync nested group associations? If so, can someone give me hint on how the group_filter should look like?
Thank you very much
I am currently trying to implement LDAP Sync for our Proxmox cluster.
Basically it's working fine, the only thing I don't get to sync are the user to group associations when a user is in a nested group.
This is the relevant content of my domains.cfg:
Code:
ad: example.local
comment Active Directory authentication
domain example.local
server1 dc1.example.local
bind_dn CN=Proxmox,OU=LDAP,OU=ServiceAccounts,DC=example,DC=local
default 0
filter (&(objectCategory=person)(objectClass=user)(memberOf:1.2.840.113556.1.4.1941:=CN=ProxmoxAdmin,OU=example Groups,DC=example,DC=local))
group_classes group
group_filter (&(objectCategory=group)(objectClass=group)(sAMAccountName=Proxmox*))
group_name_attr cn
secure 0
server2 dc2.example.local
sync-defaults-options full=1,purge=1,scope=both
sync_attributes email=mail
user_classes person
When running the sync, all Users in the group "ProxmoxAdmin" are created. Also all groups starting with "Proxmox*" are created.
Is it at all posssible to sync nested group associations? If so, can someone give me hint on how the group_filter should look like?
Thank you very much
Last edited: