ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、LDAP の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにLDAP から関連するレスポンスデータを返します。
CData ADO.NET Provider for LDAP ストアドプロシージャ
Name | Description |
AddMembersToGroup | Adds users to a group. |
ChangePassword | Changes the password of the current user, provided the current password is known. To set the password without a current password (requires an administrator), use ResetPassword. Note that the User set in the connection settings must be a valid DN. Additionally, you must be connected to the server using SSL. |
GetAttributes | Returns all the attribute names and values of the specified DN. |
MoveToDN | Moves objects from one DN to another one. |
RemoveMembersFromGroup | Removes users from a group. |
ResetPassword | Resets the password of a specific user specified by DN. Use ChangePassword instead if the current password is to be authenticated first. Note that the User set in the connection settings or the AdminUser, if set when calling this procedure, must be a valid DN. Additionally, you must be connected to the server using SSL. |