Jonathan Turner 9 лет назад
Родитель
Сommit
72bc7f381d
2 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      examples/httpServer.go
  2. BIN
      testenv/sysHTTP.testtab

+ 1 - 1
examples/httpServer.go

@@ -27,7 +27,7 @@ func main() {
 
 	// Set up handler mappings wrapping in the SPNEGOKRB5Authenticate handler wrapper
 	mux := http.NewServeMux()
-	mux.Handle("/", service.SPNEGOKRB5Authenticate(th, kt, l))
+	mux.Handle("/", service.SPNEGOKRB5Authenticate(th, kt, "", l))
 
 	// Start up the web server
 	log.Fatal(http.ListenAndServe(":9080", mux))

BIN
testenv/sysHTTP.testtab