diff options
author | Aria <me@aria.rip> | 2023-10-01 23:41:37 +0100 |
---|---|---|
committer | Aria <me@aria.rip> | 2023-10-01 23:41:37 +0100 |
commit | 0e5077d427dc144ab70f208a4794a903d5e8a5a8 (patch) | |
tree | e23e7726d63d75a76338bab7f7ad7432de40a951 /config/config.go | |
parent | 7045a630996e08c18beb7c3d39e1b2752c8a4ba4 (diff) |
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"` |