Skip to content

Commit

Permalink
Do not serialize the TLS config
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Plourde <[email protected]>
  • Loading branch information
palourde committed Jan 10, 2018
1 parent 33a6263 commit 59df5f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uchiwa/config/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ type LdapServer struct {
GroupMemberAttribute string
Insecure bool
Security string
TLSConfig *tls.Config
TLSConfig *tls.Config `json:"-"`
UserAttribute string
UserBaseDN string
UserObjectClass string
Expand All @@ -131,7 +131,7 @@ type SSL struct {
KeyFile string
CipherSuite []string
TLSMinVersion string
TLSConfig *tls.Config
TLSConfig *tls.Config `json:"-"`
}

// UsersOptions struct contains various config tweaks
Expand Down

0 comments on commit 59df5f9

Please sign in to comment.