You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Details:
Config:
connectors:
id: ldap
name: LDAP
config:
host: ldapserver:636
insecureNoSSL: true
bindDN: cn=readonlyroot,dc=cm,dc=cluster
bindPW: PASSSWORD_EX
rootCA: /etc/certs/ca.pem
userSearch:
baseDN: dc=cm,dc=cluster
filter: "(objectClass=posixAccount)"
username: uid
idAttr: uid
emailAttr: mail
nameAttr: gecos
preferredUsernameAttr: uid
groupSearch:
baseDN: ou=Group,dc=cm,dc=cluster
filter: "(objectClass=posixGroup)"
userMatchers:
- userAttr: DN
groupAttr: member
nameAttr: cn
Error:
Internal Error:
Login error: ldap: initial bind for user "cn=readonlyroot,dc=cm,dc=cluster" failed: unable to read LDAP response packet: unexpected EOF
using ldapsearch:
ldapsearch -x -D "cn=readonlyroot,dc=cm,dc=cluster" -w PASSWORD_EX
There is no error or issue (Password correct)
Any idea how to solve this ?
Beta Was this translation helpful? Give feedback.
All reactions