Create or modify user information in OID using DBMS_LDAP. [message #473097] |
Wed, 25 August 2010 17:27 |
ashokgoli
Messages: 2 Registered: August 2010
|
Junior Member |
|
|
Hi,
I am trying to create a custom package that creates users as well as modify user information in OID using DBMS_LDAP package. I was able to create the package but I am stuck on specifying the orcladmin password for the procedure DBMS_LDAP.simple_bind_s(my_session,'orcladmin','orcladminpwd');
I need to get the orcladmin password dynamically. Is there a way to achieve this?
We are planning to provide our application users the ability to add new users / modify their own OID information.
Any insight on this would be appreciated.
Thanks,
Ashok
|
|
|
|
Re: Create or modify user information in OID using DBMS_LDAP. [message #473144 is a reply to message #473111] |
Thu, 26 August 2010 04:36 |
ashokgoli
Messages: 2 Registered: August 2010
|
Junior Member |
|
|
Hi Michel,
This is where I am having an issue.
Typically, a user will login into our application and when he tries to update his personal info, the new info will need to be updated in the OID. So, everytime a user tries to update the info, do we need the orcladmin credentials to write the info to OID? I think I am missing something.
Thanks,
Ashok
|
|
|