MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / GSSAPIAuthConfig

Struct GSSAPIAuthConfig

config/auth.go:358–364  ·  view source on GitHub ↗

endregion region GSSAPI

Source from the content-addressed store, hash-verified

356// region GSSAPI
357
358type GSSAPIAuthConfig struct {
359 // Method is the authenticator to use for GSSAPI authentication.
360 Method GSSAPIAuthMethod `json:"method" yaml:"method"`
361
362 // Kerberos configures GSSAPI for Kerberos authentication.
363 Kerberos AuthKerberosClientConfig `json:"kerberos" yaml:"kerberos"`
364}
365
366func (c GSSAPIAuthConfig) Validate() error {
367 if err := c.Method.Validate(); err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected