You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Attribute of a group that contains the DNs of the group's members.
239
+
# Attribute on group objects indicating membership.
240
+
# Used during cache warming, should be same as part of the group-membership-search-filter.
229
241
group-member-attribute = "uniqueMember"
230
-
# On Active Directory you might use "member".
231
242
232
-
# Create an administrator role in InfluxDB and then log in as a member of the admin LDAP group. Only members of a group with the administrator role can complete admin tasks.
233
-
# For example, if tesla is the only member of the `italians` group, you must log in as tesla/password.
234
-
admin-groups = ["italians"]
243
+
# Groups whose members have admin privileges on the influxdb servers.
244
+
admin-groups = ["influx-admins"]
235
245
236
-
# These two roles would have to be created by hand if you want these LDAP group memberships to do anything.
246
+
# Mappings of LDAP groups to Influx roles.
247
+
# All Influx roles need to be manually created to take effect.
0 commit comments