https://github.com/lldap/lldap logo
Gucek - Hi, has anyone tried to integrate LLDAP...
# troubleshooting
g
Hi, has anyone tried to integrate LLDAP with OTRS (ticket system)?
a
message has been deleted
g
I keep gettin an answer: DEBUG ┕━ 🐛 [debug]: | response: BindResponse(LdapBindResponse { res: LdapResult { code: NamingViolation, matcheddn: "", message: "Missing DN value", referral: [] }, saslcreds: None }) even when BaseDN is set
n
I think it's trying to do an anonymous bind. Did you set the bind dn and bind password?
g
where is no need to use password in config file. Required params are: Host, BaseDN and UID. When I try to use OpenLDAP the BaseDn is passed.
n
Right, it's not about the base DN. OpenLDAP behaves differently probably because it has anonymous binds enabled
Basically, it's trying to log in as admin without username/password, which is not allowed with LLDAP
g
Thanks a lot for your advice.
n
I think you're looking for SearchUserDN and SearchUserPw