LDAP and transaction support
Hi all,
In our system, when we create a new user account, the userName
and password are stored in ldap server, but the user profile is
stored in a separate database. Is it possible to put those two
operations in the same transaction context? I.e.: if we can't
store the profile, then ldap would rollback the entry contains
user name and password.
We are using Oracle Internet Directory version 2.0.1.
Thanks.