Skip to content

Commit

Permalink
[DNM] DEBUG SHOW FILTER
Browse files Browse the repository at this point in the history
  • Loading branch information
evrardjp-cagip committed Dec 20, 2024
1 parent a4b82c3 commit cb13cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/authprovider/ldap.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func GetUserGroups(userDN string) ([]string, error) {
}

// TODO: REMOVE THIS, ONLY DEBUGGING PURPOSES
utils.Log.Debug().Msg(fmt.Sprintf("User %s is in groups %v", userDN, results.Entries))
utils.Log.Debug().Msg(fmt.Sprintf("User %s is in groups %v, query is on dn %v, filtering %v", userDN, results.Entries, req.BaseDN, req.Filter))

var groups []string
for _, entry := range results.Entries {
Expand Down

0 comments on commit cb13cec

Please sign in to comment.