|
|
@@ -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))
|