Skip to main content

LDAP

Configure LDAP as an authentication method for VADAAR users.

Use the enabled and configured LDAP server to verify a user's username and password. A VADAAR User role account, with system-wide access, is created after successfully logging in.

Configuration

Set the following configuration parameters needed for LDAP functionality. These parameters are found in the settings file located in C:\ProgramData\VADAAR-Server under the Ldap section.

{
"Ldap": {
"Enabled": true,
"Hostname": "ldap.server",
"Port": 389,
"Domain": "mydomain",
"SearchBase": "OU=Users,OU=MyOrganization,DC=mydomain"
}
}