This commit is contained in:
h44z 2021-07-20 11:02:17 +02:00 committed by GitHub
parent 91b83d7882
commit 16a373f1eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ func (s *Server) SyncLdapWithUserDatabase() {
logrus.Errorf("failed to fetch users from ldap: %v", err) logrus.Errorf("failed to fetch users from ldap: %v", err)
continue continue
} }
logrus.Trace("found %d users in ldap", len(ldapUsers)) logrus.Tracef("found %d users in ldap", len(ldapUsers))
// Update existing LDAP users // Update existing LDAP users
s.updateLdapUsers(ldapUsers) s.updateLdapUsers(ldapUsers)