Skip to content

Authentication Sources - Active Directory

Active Directory

Suppose you have variables like belows

  • SERVER=192.168.88.236
  • DOMAIN=testferrum.com
  • USER=administrator (read only user is a good choice)

active directory connection config

Username field

Default username field is sAMAccountName, Default installations uses this value.

Groupname field

Default groupname fields is memberOf. Default installations uses this value.

Allowed groups

You can add only allowed active directory groups. If user belongs one of these groups, then allowed

Login

Just enter username (without domain) and password for login

active directory login