mirror of
				https://github.com/nitnelave/lldap.git
				synced 2023-04-12 14:25:13 +00:00 
			
		
		
		
	Update grafana_ldap_config.toml
fix typos and attributes
This commit is contained in:
		
							parent
							
								
									7e1ce10df1
								
							
						
					
					
						commit
						eede20eebe
					
				@ -20,7 +20,7 @@ ssl_skip_verify = false
 | 
				
			|||||||
# client_key = "/path/to/client.key"
 | 
					# client_key = "/path/to/client.key"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Search user bind dn
 | 
					# Search user bind dn
 | 
				
			||||||
bind_dn = "cn=<your grafana user>,ou=people,dc=example,dc=org"
 | 
					bind_dn = "uid=<your grafana user>,ou=people,dc=example,dc=org"
 | 
				
			||||||
# Search user bind password
 | 
					# Search user bind password
 | 
				
			||||||
# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
 | 
					# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
 | 
				
			||||||
bind_password = "<grafana user password>"
 | 
					bind_password = "<grafana user password>"
 | 
				
			||||||
@ -44,6 +44,6 @@ username = "uid"
 | 
				
			|||||||
# If you want to map your ldap groups to grafana's groups, see: https://grafana.com/docs/grafana/latest/auth/ldap/#group-mappings
 | 
					# If you want to map your ldap groups to grafana's groups, see: https://grafana.com/docs/grafana/latest/auth/ldap/#group-mappings
 | 
				
			||||||
# As a quick example, here is how you would map lldap's admin group to grafana's admin
 | 
					# As a quick example, here is how you would map lldap's admin group to grafana's admin
 | 
				
			||||||
# [[servers.group_mappings]]
 | 
					# [[servers.group_mappings]]
 | 
				
			||||||
# group_dn = "cn=lldap_admin,ou=groups,c=example,dc=org"
 | 
					# group_dn = "uid=lldap_admin,ou=groups,dc=example,dc=org"
 | 
				
			||||||
# org_role = "Admin"
 | 
					# org_role = "Admin"
 | 
				
			||||||
# grafana_admin = true
 | 
					# grafana_admin = true
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user