1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-29 11:00:55 +02:00

LDAP authentification backend

This commit is contained in:
Alexandre Iooss
2020-09-22 12:54:12 +02:00
parent 5ac336393b
commit 07c8dc6ca1
5 changed files with 66 additions and 2 deletions

View File

@ -61,6 +61,9 @@ func main() {
log.Fatalln("Failed to load settings", err)
}
// Init authentification
//authBackend := auth.New(&cfg.Auth)
// Start web server routine
go func() {
web.ServeHTTP(&cfg.Web)