LDAP management

Authenticate user credentials

Validate LDAP user credentials and create home directory if needed

post/api/ldap/authenticate

Response

Authentication successful

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Authentication successful"
}

Changes