Skip to content
Snippets Groups Projects
Commit 8fdc29da authored by Josh Soref's avatar Josh Soref
Browse files

spelling: missing

parent 12d043c7
Branches
Tags
No related merge requests found
...@@ -619,7 +619,7 @@ func (c *ldapConnector) groups(ctx context.Context, user ldap.Entry) ([]string, ...@@ -619,7 +619,7 @@ func (c *ldapConnector) groups(ctx context.Context, user ldap.Entry) ([]string,
for _, group := range groups { for _, group := range groups {
name := getAttr(*group, c.GroupSearch.NameAttr) name := getAttr(*group, c.GroupSearch.NameAttr)
if name == "" { if name == "" {
// Be obnoxious about missing missing attributes. If the group entry is // Be obnoxious about missing attributes. If the group entry is
// missing its name attribute, that indicates a misconfiguration. // missing its name attribute, that indicates a misconfiguration.
// //
// In the future we can add configuration options to just log these errors. // In the future we can add configuration options to just log these errors.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment