CONTAP-278187: LDAP-Check private CLI call fails
Issue
Ldap check via private CLI call fails with:
curl -k -u <user>:<pass> -X GET "https://<cluster-mgmt>/api/private/cli/vserver/services/name-service/ldap/check?vserver=cifs"
{
"records": [
],
"num_records": 0,
"error":
{ "message": "Loop detected in next() for table ldap_check. Next on \"cifs\" returned \"cifs\".", "code": "262146" }
}