Log number of ldap users (#36)

This commit is contained in:
h44z
2021-07-20 11:01:03 +02:00
committed by GitHub
parent 1e35fb2538
commit 91b83d7882

View File

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