AD LDAP-1.1124.2100
AD/LDAP | |
|---|---|
Author: Jerry Chae
This plugin is built over Python LDAP solution. The plugin contains major operations of LDAP (Linux) and they can also work with Microsoft Active Directory (AD) via its LDAP API. For Active Directory, all operations are fully compatible except for the [Create] operation. User may observe some incompatibility in the settings of “credentials” when executing the [Create] operation on Active Directory. Primary Features and Functions
|
Contents
How to set parameters
How to set parameters
0. List of operations
1. Get
Example of Return Value (CSV)
Example of error messages
a) When “invalid User ID or User Password” has been used.
b) When the service is not active.
2. Search
NOTE
In case no result “no result”
“Get” operation get one result, but “Search” operation can get one more results.
Example of Retune Value in CSV
3. Create
Example of Retune Value in CSV
4. Modify
Example of Retune Value in CSV
5. Delete
Successful execution will return char string [deleted] Example.
Return Code
Code | Meaning |
|---|---|
0 | Execution successful |
1 | Execution failed |