IRIS ldap not working
See original GitHub issueHi,
My goal is to enable LDAP authentication for Iris.
I’m using Iris in a Docker container built from Master branch (Commits on Apr 11, 2022: 6a8a70b1a377636dacdd580e2ba226880be2d79a).
Users are already created in Oncall, LDAP authentication works in Oncall, and user synchronization from oncal to iris is also functional.
I added to the Iris configuration an Auth section very similar to what I already have in oncall but this causes the unavailability of Iris.
#LDAP Auth
auth:
ldap_url: 'ldap://ldap.mycorp.intra'
ldap_user_suffix: ''
ldap_bind_user: 'MYCORP\svc-iris'
ldap_bind_password: 'XXXXXXXXX'
ldap_base_dn: 'DC=mycorp,DC=intra'
ldap_search_filter: '(&(objectClass=person)(sAMAccountName=%s))'
The web interface returns the error message Internal Server Error
Logfile /home/iris/var/log/uwsgi/error.log contains --- no python application found, check your startup logs for errors ---
I’m not sure it’s a bug maybe I wrote the configuration wrong. Can you help me?
Issue Analytics
- State:
- Created a year ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
LDAP Authentication | InterSystems IRIS for Health 2022.2
This allows you to confirm that it properly connects to the LDAP server or troubleshoot any issues that arise. To test a configuration:...
Read more >EECS LDAP logins not working - IRIS
We are investigating an issue with EECS Windows Domain Controllers, preventing LDAP-to-Windows password passthrough from working.
Read more >Iris Guide for Users - NERSC Documentation
Forgot your username? ... Problems accessing Iris? Obtaining a User Account. Navigating Around Iris. Navigational Items at the Top; Sorting the Display Data....
Read more >LDAP v. IRIS - IETF
LDAP v. IRIS. Specific things that ldap-whois has that IRIS does not. people-years of development effort; hashing around server implementation issues, ...
Read more >Do I need to enable LDAP authentication for my Cache ...
Enable LDAP and related features for the instance. · Create an LDAP configuration for the instance of InterSystems IRIS. · Set up a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Many thanks @jrgp it was linked to https now that I added SSL it’s good
Try:
Also make sure that you have authentication enabled globally.
Also it might be worth to post your full log files, the error
no python application found, check your startup logs for errors ---
usually has some sever root cause in your current config.