ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、LDAP の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにLDAP から関連するレスポンスデータを返します。
CData ADO.NET Provider for LDAP ストアドプロシージャ
| Name | Description |
| AddMembersToGroup | Adds specified users to a group in the LDAP directory. The group and user entries are identified by their Distinguished Names (DNs). |
| ChangePassword | Changes the password of the current user. Requires the current password for authentication. Use ResetPassword for administrator-level password resets. The User in the connection settings must be a valid DN, and the connection must use SSL for security. |
| GetAttributes | Retrieves all attribute names and their corresponding values for a specified Distinguished Name (DN) in the LDAP directory. |
| MoveToDN | Moves an object from one Distinguished Name (DN) location to another in the LDAP directory. |
| RemoveMembersFromGroup | Removes specified users from a group in the LDAP directory. The group and users are identified by their Distinguished Names (DNs). |
| ResetPassword | Resets the password for a specific user identified by DN. Use this procedure for administrator-level resets when the current password is not required. The AdminUser or User in the connection settings must be a valid DN, and the connection must use SSL. |