API Guide

Table Of Contents
"CertificateFile": ""
}
Example for ServerType: DNS
Input:
{
"Name": "LDAP",
"ServerType": "DNS",
"ServerName": [ ],
"DnsServer":
[
"dell.com"
],
"UserName": null,
"Password": "",
"ServerPort": 636,
"BindDN": null,
"BindPassword": "",
"BaseDistinguishedName": "dc=dell,dc=com",
"AttributeUserLogin": null,
"AttributeGroupMembership": null,
"SearchFilter": null,
"NetworkTimeOut": 120,
"SearchTimeOut": 120,
"CertificateValidation": false,
"CertificateFile": ""
}
Output:
{
"Name": "LDAP",
"ServerType": "DNS",
"ServerName":
[
"ausdcdell1.dell.com",
"rdudc12dell01.dell.com",
"pendc12dell01.dell.com",
"ausdc12dell02.dell.com",
"ausdc12dell01.dell.com",
"limdc12dell01.dell.com",
"ausdc12dell05.dell.com",
"ausdc12dell06.dell.com",
"rdudc12dell02.dell.com",
"ausdc12dell03.dell.com"
],
"DnsServer":
[
"dell.com"
],
"UserName": null,
"Password": "",
"ServerPort": 636,
"BindDN": null,
"BindPassword": "",
"BaseDistinguishedName": "dc=dell,dc=com",
"AttributeUserLogin": null,
"AttributeGroupMembership": null,
"SearchFilter": null,
"NetworkTimeOut": 120,
"SearchTimeOut": 120,
"CertificateValidation": false,
"CertificateFile": ""
}
Table 35. Attributes
Attribute name Description
Id ID of the LDAP account provider.
Name Directory name.
Application settings 59