API Guide

Table 34. Attributes
Attribute name Description
Id ID of the LDAP account provider.
Name Directory name
ServerType Server type of the directory—DNS or Manual.
ServerName Server name of the directory service.
UserName User name of the directory service.
Password Password of the directory service.
BaseDistinguishedName Domain names for search base. Example: dc=dell, dc=com.
AttributeUserLogin User login details.
AttributeGroupMembership Group member information.
SearchFilter Search type.
NetworkTimeOut Network timeout value.
SearchTimeOut Search timeout value.
CertificateValidation Enable or disable certificate validation for the directory service.
CertificateFile Certificate file for authentication.
/api/AccountService/ExternalAccountProvider/Actions/
ExternalAccountProvider.TestLDAPConnection
This URI enables you to test the LDAP Directory Service connection.
POST method for ExternalAccountProvider.TestLDAPConnection
This method tests the LDAP Directory Service connection.
Description
Tests the LDAP Directory Service connection.
Privilege SECURITY_SETUP
HTTP response
codes
200
Example
Example for ServerType: MANUAL
Input:
{
"Name": "seaquest",
"Id":1,
"ServerType": "MANUAL",
"ServerName": ["10.35.195.1"],
"UserName": "Admin",
"Password": "",
"ServerPort": 636,
"BaseDistinguishedName" : "dc=dell,dc=com",
"AttributeUserLogin": null,
"AttributeGroupMembership": null,
"NetworkTimeOut": 300,
"SearchTimeOut": 300,
"CertificateValidation": false,
"CertificateFile": ""
}
Output:
{
56 Application settings