mirror of https://github.com/h44z/wg-portal.git
Log number of ldap users (#36)
This commit is contained in:
parent
1e35fb2538
commit
91b83d7882
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue