Hello,
I'm trying to connect my Proxmox server to an LDAP server located internally.
Here is my configuration:
When I import the users and groups, I can see the users and the link with the groups, the synchro is good. But when I try to connect, I get a “Login failed. Please try again”.
Looking at the logs, I see the same thing:
Users are functional on other tools (grafana, jenkins, gitlab...) connected to LDAP.
Is the LDAP server connection configuration correct?
Thanks for your help
I'm trying to connect my Proxmox server to an LDAP server located internally.
Here is my configuration:
Code:
ldap: ldap-ext
base_dn ou=company,o=group,c=fr
server1 ldap.fqdn
user_attr uid
bind_dn uid=proxmox,ou=system,ou=company,o=group,c=fr
default 0
filter memberof=cn=tests,ou=groups,ou=company,o=group,c=fr
group_classes groupOfNames
group_filter (|(cn=IT*)(ou=groups)(ou=company)(o=group)(dc=fr))
group_name_attr cn
sync-defaults-options remove-vanished=acl;entry;properties,scope=both
sync_attributes email=mail
user_classes inetOrgPerson
When I import the users and groups, I can see the users and the link with the groups, the synchro is good. But when I try to connect, I get a “Login failed. Please try again”.
Looking at the logs, I see the same thing:
Code:
proxmox1 pvedaemon[53456]: authentication failure; rhost=::ffff:192.168.1.1 user=test@ldap-ext msg=Invalid credentials
Users are functional on other tools (grafana, jenkins, gitlab...) connected to LDAP.
Is the LDAP server connection configuration correct?
Thanks for your help
Last edited: