API Guide
PUT method for LDAPAccountProvider(Id)
This method updates the details of a server of the LDAP Directory Service.
Description Updates the details of an LDAP server.
Privilege SECURITY_SETUP
HTTP response
codes
200
Example request
body
{
"Name": "seaquest",
"Id":2964,
"ServerType": "DNS",
"ServerName": ["10.35.195.1"],
"UserName": "test",
"Password": "test@123",
"ServerPort": 3268,
"BaseDistinguishedName" : "dc=dell,dc=com",
"NetworkTimeOut": 300,
"SearchTimeOut": 300,
"CertificateValidation": false,
"CertificateFile": ""
}
Example response
body
{
"Id": 2964,
"Name": "seaquest",
"ServerType": "DNS",
"ServerName": [
"10.35.195.1"
],
"UserName": "test",
"Password": null,
"ServerPort": 3268,
"BaseDistinguishedName": "dc=dell,dc=com",
"AttributeUserLogin": null,
"AttributeGroupMembership": null,
"SearchFilter": null,
"NetworkTimeOut": 300,
"SearchTimeOut": 300,
"CertificateValidation": false,
"CertificateFile": ""
}
Table 33. 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.
58 Application settings