forked from grafana.jool/grafana-jool
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
806 B
806 B
Notes on FreeIPA LDAP Docker Block
Users have to be created manually. The docker-compose up command takes a few minutes to run.
Create a user
docker exec -it freeipa /bin/bash
To create a user with username: ldap-viewer and password: grafana123
kinit admin
Log in with password Secret123
ipa user-add ldap-viewer --first ldap --last viewer
ipa passwd ldap-viewer
ldappasswd -D uid=ldap-viewer,cn=users,cn=accounts,dc=example,dc=org -w test -a test -s grafana123
Enabling FreeIPA LDAP in Grafana
Copy the ldap_freeipa.toml file in this folder into your conf folder (it is gitignored already). To enable it in the .ini file to get Grafana to use this block:
[auth.ldap]
enabled = true
config_file = conf/ldap_freeipa.toml
; allow_sign_up = true