开发者

Calling LDAP from a Stored Procedure

开发者 https://www.devze.com 2023-01-19 10:54 出处:网络
Background I\'m trying to migrate from an LDAP identity store to a database backed implementation. There will be a migration perio开发者_StackOverflow社区d in which it will be necessary to sync any c

Background

I'm trying to migrate from an LDAP identity store to a database backed implementation. There will be a migration perio开发者_StackOverflow社区d in which it will be necessary to sync any changes to passwords on the database with the LDAP store.

My question is if its possible to make a LDAP modify call from a stored procedure on the Oracle Database. Ideally the stored procedure would be called based off a trigger on the password field.


PL/SQL programmatic access to LDAP directories is accomplished with the DBMS_LDAP and DBMS_LDAP_UTIL packages. Complete query, search and object modification is supported.

0

精彩评论

暂无评论...
验证码 换一张
取 消