bugfixes in auth/

This commit is contained in:
Lou Knauer
2022-07-25 09:33:36 +02:00
parent 2d57e4cfe8
commit a48e94ab3e
3 changed files with 26 additions and 2 deletions

View File

@@ -224,6 +224,7 @@ func main() {
if err := authentication.LdapAuth.Sync(); err != nil {
log.Fatal(err)
}
log.Info("LDAP sync successfull")
}
if flagGenJWT != "" {