Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Debug error during LDAP_BASIC Authentication

Hans KörberAug 29 2024 — edited Aug 30 2024

I'm running an APEX 24.1 application on Oracle Linux 7.9 with Oracle DB 21c XE. The application uses LDAP_BASIC authentication, but login attempts are unsuccessful. The debug log shows the following error:

Exception in "LDAP_BASIC":
Error Stack: ORA-24247: Network access denied by Access Control List (ACL)
ORA-06512: at "SYS.DBMS_LDAP_API_FFI", line 25
ORA-06512: at "SYS.DBMS_LDAP", line 48
Backtrace: ORA-06512: at "SYS.DBMS_LDAP_API_FFI", line 25
ORA-06512: at "SYS.DBMS_LDAP", line 48
ORA-06512: at "APEX_240100.WWV_FLOW_CUSTOM_AUTH_LDAP", line 70

I've already added several users to the ACL, including APEX_PUBLIC_USER, APEX_240100, ANONYMOUS, and ORDS_PUBLIC_USER, but the error persists.

I'm not sure how to proceed with debugging this issue.

Any guidance or suggestions would be greatly appreciated.

Comments
Post Details
Added on Aug 29 2024
1 comment
279 views