Setting unicodePwd attribute using DBMS_LDAP
Hi,
I am using the dbms_ldap API to create, modify and delete users in Microsoft Active Directory. It's working great !!! Execept on thing...
I'm not able to modify the "unicodePwd" attribute. I always get "constraint violation error" when I try to modified it trought dbms_ldap API. Maybe it's because I'm not formatting the value of the attribute correctly. How do I format the password in BER (Basic encoding rules) format in PL/SQL.
I have succesfully connected via SSL to port 636 using dbms_ldap....The only thing, it's how to format the password using dbms_ldap api or other pl/sql api, procedure, ... ???
Here's the configuration of my Active Directory
===============================================
- Windows 2000 server SP4
- Certificate CA authority installed successfully + certificate was delivered to the server (client & server authentification)
- I'm able to connect to active directory using the port 636. (SSL)
- I'm able to modify the password using the tool "ldifde -i -f xxxxx -t 636 -s ...."
Can someone help me ?
Thanks in advance.