-
Notifications
You must be signed in to change notification settings - Fork 507
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
LDAP module in docker with PostgreSQL installation not working #3485
Comments
Have Connect & Fetch Attributes fields been saved after saving settings? Check errors in Manage > Logs > App Logs. Are you able to automatically import users from ldap.forumsys.com? See details in Troubleshooting section of https://freescout.net/module/ldap/ |
No, the fields are empty after saving. But after manual import, the mappings were put down correctly.
|
This Can you attach screenshot of your mapping settings.
|
Are you using any non-official modules? You need to figure out why mapping fields are not saved. Try to check the value of
|
And we are still waiting for this:
|
Enabled Following, Maisen's Extendet Mail Vars and Unassigned Count community modules.
Unfortunately, the server is on a local network without Internet, I can't check ldap.forumsys.com. |
Deactivate and delete all community modules, clear cache, restart service - it didn't help. |
Check what you have in "ldap_attrs" option in DB "options" table:
|
|
One more thing to check: can you connect to PostgreSQL and get the structure of the
We need to know the type of the |
Also add the following code to the line 52 in /app/Option.php:
After that open LDAP settings page, click "Connect & Fetch Attributes" and save settings. Then go to "Manage > Logs > App Logs" and send us two lines starting with "[LDAP value]" and "[LDAP serialized_value]". |
|
The problem here is in |
Fixed in LDAP Integration Module v1.0.31. |
I am using an installation using Docker (php7.4-1.17.40) and the "LDAP Integration" module (1.0.30). After activating the module and entering the necessary settings, the "Connect & Fetch Attributes" button worked successfully. Specified the following parameters:
E-mail -> mail
First Name -> given name
Last Name -> sn
Job Title -> title
Phone Number -> telephonenumber
After that, I set "DNs and Filters"
dc=domain,dc=local(objectclass=person)
I chose "Automatic Import" and "LDAP Authentication" and saved the settings. But the "Import Now" button remained inactive and the import of users did not occur. I cleared the cache, deactivated-activated the module, restarted the module - nothing helped.
It turned out to go inside the container and execute "/www/html # php artisan adldap:import". But LDAP Authentication and automatic import do not work. When creating a ticket, imported users cannot be selected. What else do I need to configure?
The text was updated successfully, but these errors were encountered: