-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Bind was found but type uid is not supported" - Looking up LDAP user names (lowercase/uppercase) #97
Comments
To answer myself, removing |
Hi, sorry never saw this. I did the patch back then but still don't have Synapse in use... I'm not very familiar with the code/all the specifications. The error seems to happen in the search function here: ma1sd/src/main/java/io/kamax/mxisd/backend/ldap/LdapDirectoryProvider.java Lines 76 to 84 in ae5864c
I think the exception is thrown in line 79 where something is broken when activeDirectory: true (in that case the a UPN object is used to get the localpart and this expects a @ in the UID -> not present -> throws the IllegalArgumentException ).
But in that case there should be line 76 present in the logs so I cannot really follow 😅 Could you maybe try to search |
…hutter.junixsocket-junixsocket-core-2.5.1 Bump junixsocket-core from 2.4.0 to 2.5.1
I can confirm that the issue is still present (ma1sd version 2.5.0). Setting |
#71 is expected to fix this problem, however I'm still running into an issue. As can be seen in the logs the users are actually found but no result is given to Element due to the error message
Bind was found but type uid is not supported
.In the logs when doing a search via Element I have:
My ma1sd configuration has:
If it's a configuration issue on my side it would be nice if someone could tell me what needs to be changed.
The text was updated successfully, but these errors were encountered: