You can use the DisableLdapAuthentication method to disable LDAP authentication and remove all LDAP configuration settings. This method does not remove any configured cluster admin accounts for users or groups. After LDAP authentication has been disabled, cluster admins that are configured to use LDAP authentication can no longer access the cluster.
This method has no input parameters.
This method has no return values.
Requests for this method are similar to the following example:
{ "method": "DisableLdapAuthentication", "params": {}, "id": 1 }
This method returns a response similar to the following example:
{ "id": 1, "result": {} }
9.6