πLDAP
Datasentinel seamlessly integrates with LDAP for user authentication.
The Datasentinel frontend is stored as a Grafana plugin and utilizes the Grafana authentication method for streamlined user access and secure login.
To configure LDAP authentication, the Grafana configuration files must be modified accordingly. See Grafana documentation
Only authentication is managed by a LDAP server.
The management of profiles, privileges, and role-based access continues to be handled through the Datasentinel Interface or API
Enable LDAP Authentication
Edit main config file
/datasentinel/soft/grafana/src/github.com/grafana/grafana/conf/defaults.iniEnable ldap authentication in the auth.ldap section.
#################################### Auth LDAP ###########################
[auth.ldap]
# Enable LDAP
enabled = true
# Configuration file
config_file = /datasentinel/soft/ldap.toml
allow_sign_up = true
# LDAP backround sync (Enterprise only)
# At 1 am every day
sync_cron = "0 0 1 * * *"
#
# IMPORTANT: deactivates ldap synchronization
active_sync_enabled = falseConfigure LDAP Access
Edit configuration file
Restart Grafana
Verify
You can now connect to Datasentinel with a ldap user.
View logs
Output example
Last updated