dbms_ldap.simple_bind_s fails when uppercase password characters are used
791303Aug 13 2010 — edited Nov 18 2010Hi,
I've this strange problem : the call of this function DBMS_LDAP.simple_bind_s(my_session, ldap_user, ldap_passwd); fails when the ldap_password parameter contains uppercase characters even if correct (my ldap server is AD and with these credentials i can log on on windows).
The function raises the following exception : "Invalid credentials. 80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 52e, vece"
I'm doing something wrong or there is some issue with dbms_ldap package used in conjunction with AD ?
I've tested on both oracle 9.2 and 11.1 on linux.
TIA
Sergio Sette