question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IRIS ldap not working

See original GitHub issue

Hi,

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:closed
  • Created a year ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
bla-ckboxcommented, May 10, 2022

Many thanks @jrgp it was linked to https now that I added SSL it’s good

1reaction
roockcommented, May 9, 2022

Try:

auth:
  module: 'iris.ui.auth.ldap'

Also make sure that you have authentication enabled globally.

server:
  disable_auth: False

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found