Hi,
While researching about an application developed with APEX using authentication through an LDAP server, I decided to create a quick app.
So I configured my LDAP server as an authentication scheme on the SHARED COMPONENTS for my particular application.
By using the TEST LDAP LOGIN on that, it gives me a user/password screen which, when I enter my user/password pair of my ldap, works fine and gives me an AUTHENTICATED answer.
then, when I try to login through my APPLICATION, it always gives me wrong password .
If i try to DEBUG the login screen, it gives me an SSL handshake failed error...
Exception in "LDAP_XYZ": Sqlerrm: ORA-31202: DBMS_LDAP: LDAP client/server error: SSL handshake failed Backtrace: ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86 ORA-06512: at "SYS.DBMS_LDAP", line 1489 ORA-06512: at "SYS.DBMS_LDAP", line 1266 ORA-06512: at "APEX_050100.WWV_FLOW_CUSTOM_AUTH_LDAP", line 79 | 2 | 1% |
| | |
I have also tried a few PL/SQL blocks that test the LDAP server and they all worked fine... only through the application it does not. EVEN that I dont have ANY OTHER authentication schema for this application,
Does anyone have any clue?