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
Originally posted by i1box October 17, 2023
I'd like to get LDAP auth working, but constantly getting "invalid dn syntax" error when hitting on the sync icon. Tried different possibilities, but no success.
The LDAP connection seems to work in general, just a kind of syntax problem.
this is a working simple search from the app container: ldapsearch -d 5 -h "192.168.1.249" -p 7389 -b "cn=users,dc=i1box,dc=eu" -D "cn=syspass-ldap,dc=i1box,dc=eu" -w "password"
Can someone help? THX.
The text was updated successfully, but these errors were encountered:
Discussed in #1917
Originally posted by i1box October 17, 2023
I'd like to get LDAP auth working, but constantly getting "invalid dn syntax" error when hitting on the sync icon. Tried different possibilities, but no success.
The LDAP connection seems to work in general, just a kind of syntax problem.
Tried also the https://www.forumsys.com/2022/05/10/online-ldap-test-server/ with same error msg. LDAP seems to be broken generally.
Testserver config:
Using syspass/syspass docker.
That's my config:
syspass Version:
config.xml
this is a working simple search from the app container:
ldapsearch -d 5 -h "192.168.1.249" -p 7389 -b "cn=users,dc=i1box,dc=eu" -D "cn=syspass-ldap,dc=i1box,dc=eu" -w "password"
Can someone help? THX.
The text was updated successfully, but these errors were encountered: