diff --git a/main/main.go b/main/main.go index a6d7ba7..2b2e544 100644 --- a/main/main.go +++ b/main/main.go @@ -2,7 +2,6 @@ package main import ( "git.stuve.uni-ulm.de/stuve-it/stuve-it-backend/ldapApi" - "git.stuve.uni-ulm.de/stuve-it/stuve-it-backend/ldapSync" "git.stuve.uni-ulm.de/stuve-it/stuve-it-backend/logger" "git.stuve.uni-ulm.de/stuve-it/stuve-it-backend/messages" "git.stuve.uni-ulm.de/stuve-it/stuve-it-backend/qrApi" @@ -24,9 +23,9 @@ func main() { app := pocketbase.New() // setup ldap sync - app.OnBeforeServe().Add(func(e *core.ServeEvent) error { - return ldapSync.InitLdapSync(app) - }) + //app.OnBeforeServe().Add(func(e *core.ServeEvent) error { + // return ldapSync.InitLdapSync(app) + //}) // setup ldap login app.OnBeforeServe().Add(func(e *core.ServeEvent) error {