-
Notifications
You must be signed in to change notification settings - Fork 59
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
Problem with LDAP user lookup after upgrade #215
Comments
Hi. You've included the stack trace, but not the actual error itself (which is the most important piece of information here). |
Ok, so the error itself is Array to string conversion in model/user.php on line 173. That doesn't make a whole lot of sense for that particular line of code though. Perhaps you have an older or modified version? What is actually on line 173 for you? |
Printing variable $group_member it consists of a single string with DNs, no spaces. A workaround for adding the user is by setting admin to 1 and commenting out this part:
|
Good day, after upgrading to Debian12 we experience issues with LDAP lookup for new users.
Running 0.2.7 or 0.2.8 (php8.1 and php8.2) issue remains. Existing LDAP users are OK - new LDAP users get an "Oops!" logging in and are not added to the user list in dns-ui.
Below is a sanitized part from apache error log:
The text was updated successfully, but these errors were encountered: