diff options
Diffstat (limited to 'config/config.go')
-rw-r--r-- | config/config.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.go b/config/config.go index 270df49..bc4a055 100644 --- a/config/config.go +++ b/config/config.go @@ -1,9 +1,9 @@ package config type Config struct { - Realm string `json:"realm"` - KDC []string `json:"kdc"` - KPasswdServer []string `json:"kpasswd_server"` + Realm string `json:"realm"` + KDC []string `json:"kdc"` + KAdminServer string `json:"kpasswd_server"` Username string `json:"username"` Password string `json:"password"` |