New option to enable local auth for everyone
This commit is contained in:
parent
ff5cefa7ac
commit
b572938283
3 changed files with 13 additions and 9 deletions
1
auth.go
1
auth.go
|
@ -11,6 +11,7 @@ import (
|
|||
)
|
||||
|
||||
var LocalAuthFunc = checkAuthKrb5
|
||||
var allowLocalAuth bool
|
||||
var localAuthUsers arrayFlags
|
||||
|
||||
type loginForm struct {
|
||||
|
|
Reference in a new issue