Hello,
trying to use LDAPS with bind_dn. The error message from Proxmox server is
/etc/pve/domains.cfg
/etc/pve/priv/ldap/example.org.pw
Something which i overlooked?
Edit 01: Tried this credentials on another LDAP Application and it is working fine.
trying to use LDAPS with bind_dn. The error message from Proxmox server is
Code:
pvedaemon[11487]: authentication failure; rhost=10.101.66.25 user=r.sikorski@example.de msg=no entries returned
/etc/pve/domains.cfg
Code:
ldap: example.org
base_dn dc=example,dc=org
server1 ldap.example.org
user_attr cn
default 0
port 636
secure 1
bind_dn
uid=proxmox,ou=Internal,ou=Applications,ou=Users,dc=example,dc=org
/etc/pve/priv/ldap/example.org.pw
Code:
some-secure-password-with-succeed-when-manually-tried
Something which i overlooked?
Edit 01: Tried this credentials on another LDAP Application and it is working fine.