incorporate requested changes

Signed-off-by: Christian Richter <c.richter@opencloud.eu>
This commit is contained in:
Christian Richter
2026-05-20 09:29:05 +02:00
committed by Christian Richter
parent 0351adfe6b
commit 1462301116
+1 -1
View File
@@ -1137,7 +1137,7 @@ func (i *LDAP) expandLDAPAttributeEntries(ctx context.Context, e *ldap.Entry, at
ue, err := i.getUserByDN(entryDN, searchTerm)
if err != nil {
// Ignore errors when reading a specific entry fails, just log them and continue
logger.Error().Err(err).Str("entry", entryDN).Msg("error reading attribute member entry")
logger.Warn().Err(err).Str("entry", entryDN).Msg("error reading attribute member entry")
continue
}
result = append(result, ue)