After configuring LDAP, you should test it by using either the Element UI or the Element API TestLdapAuthentication method.
Error message | Description |
---|---|
xLDAPUserNotFound |
|
xLDAPBindFailed (Error: Invalid credentials) |
|
xLDAPSearchBindFailed (Error: Can’t contact LDAP server) |
The LDAP server URI is incorrect. |
xLDAPSearchBindFailed (Error: Invalid credentials) |
The read-only username or password is configured incorrectly. |
xLDAPSearchFailed (Error: No such object) |
The userSearchBaseDN is not a valid location within the LDAP tree. |
xLDAPSearchFailed (Error: Referral) |
|
{ "method":"TestLdapAuthentication", "params":{ "username":"admin1", "password":"admin1PASS }, "id": 1 }
{ "id": 1 "result": { "groups": [ "CN=StorageMgmt,OU=PTUsers,DC=prodtest,DC=solidfire,DC=net" ], "userDN": "CN=Admin1 Jones,OU=PTUsers,DC=prodtest,DC=solidfire,DC=net" } }