Written by

Sr Application Development Analyst at The Ohio State University Wexner Medical Center
Question Scott Roth · Dec 14, 2023

LDAP Logging

I am trying to troubleshoot an issue with LDAP and a specific user. Besides what is in the Audit Database is there another way to look to see the LDAP functionality that is being called and the response, like there is with OAuth and the ISCLOG? The Audit Log is returning a failure (Unexpected - /api/atelier login failure | InterSystems Developer Community) for this particular user, and I want to get proof that it might be something with the LDAP and not IRIS.

Thanks

Scott

Product version: IRIS 2022.1
$ZV: IRIS for UNIX (Red Hat Enterprise Linux 8 for x86-64) 2022.1 (Build 209U) Tue May 31 2022 12:13:24 EDT

Comments

Tani Frankel · Dec 14, 2023

Maybe using the Portal built-in "Test LDAP Authentication" can help.

See Docs.

0
Scott Roth  Dec 15, 2023 to Tani Frankel

Didn't give me any more additional information on the error besides what was in the Audit Database, but thanks.

0
Scott Roth · Feb 2, 2024

I am wondering if the Query against LDAP is taking too long and timing out in a response, even though he is getting an Invalid Username/password error returned but this happens when he tries to sign in from VS Code using /api/atelier. I tried increasing the timeout, but it doesn't seem to make a difference. I tried adjusting the Base DN search, and the Nested Group search to no avail.

0
Timo Lindenschmid · Feb 7, 2024

Hi, there was a breaking change after upgrading some IRIS version in regards to credential stored in IRIS for ldap connections.

Can the user logon to SMP using LDAP successfully? If not, then it might be worth a try deleting the user account for the user marked as LDAP. in IRIS, It will get recreated on next successful login.

0