Skip to Main Content

SQL & PL/SQL

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!

dbms_ldap.simple_bind_s fails when uppercase password characters are used

791303Aug 13 2010 — edited Nov 18 2010
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 16 2010
Added on Aug 13 2010
6 comments
1,461 views