Dear Proxmox Team,
Our Proxmox Version: 7.2-7.
We are trying to setup up LDAP Authentication. It works but LDAP users don't get synced into their group.
This is our LDAP tree:
LDAP config from /etc/pve/domains.cfg
What do we need to do in order to get this working?
Best regards
Alexander Fiedler
Our Proxmox Version: 7.2-7.
We are trying to setup up LDAP Authentication. It works but LDAP users don't get synced into their group.
This is our LDAP tree:
Code:
# Core-Admins, Gruppen, example, hq.example.net
dn: cn=Core-Admins,ou=Gruppen,ou=example,dc=hq,dc=example,dc=net
cn: Core-Admins
gidNumber: 5071
sambaGroupType: 2
univentionGroupType: -2147483646
sambaSID: S-1-5-21-3603376056-218413407-2892877714-11143
objectClass: univentionGroup
objectClass: univentionObject
objectClass: top
objectClass: posixGroup
objectClass: sambaGroupMapping
univentionObjectType: groups/group
memberUid: iamauser.iamauser
memberUid: iamauser.iamauser
memberUid: iamauser.iamauser
memberUid: iamauser.iamauser
uniqueMember: uid=iamauser.iamauser,ou=benutzer,ou=example,dc=hq,dc=example,dc=net
uniqueMember: uid=iamauser.iamauser,ou=benutzer,ou=example,dc=hq,dc=example,dc=net
uniqueMember: uid=iamauser.iamauser,ou=benutzer,ou=example,dc=hq,dc=example,dc=net
uniqueMember: uid=iamauser.iamauser,ou=benutzer,ou=example,dc=hq,dc=example,dc=net
LDAP config from /etc/pve/domains.cfg
Code:
ldap: ldap
base_dn dc=hq,dc=example,dc=net
server1 ucs-ad.hq.example.net
user_attr uid
bind_dn uid=ldap-auth,dc=hq,dc=example,dc=net
default 0
filter memberOf=cn=Core-Admins,ou=Gruppen,ou=example,dc=hq,dc=example,dc=net
group_filter cn=Core-Admins
port 7636
secure 1
sync-defaults-options remove-vanished=acl;entry;properties,scope=users
sync_attributes email=mailPrimaryAddress
What do we need to do in order to get this working?
Best regards
Alexander Fiedler