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.
- Settings File
- Environment Variables
{
"Ldap": {
"Enabled": true,
"Hostname": "ldap.server",
"Port": 389,
"Domain": "mydomain",
"SearchBase": "OU=Users,OU=MyOrganization,DC=mydomain"
}
}
VADAAR_Ldap__Enabled="true"
VADAAR_Ldap__Hostname="ldap.server"
VADAAR_Ldap__Port="389"
VADAAR_Ldap__Domain="mydomain"
VADAAR_Ldap__SearchBase="OU=Users,OU=MyOrganization,DC=mydomain"