MCPcopy Index your code
hub / github.com/ContainerSSH/ContainerSSH / Validate

Method Validate

config/auth.go:754–759  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

752}
753
754func (k *AuthKerberosClientConfig) Validate() error {
755 if _, err := os.Stat(k.Keytab); err != nil {
756 return wrapWithMessage(err, "keytab file %s does not exist or is inaccessible", k.Keytab)
757 }
758 return nil
759}
760
761// endregion

Callers

nothing calls this directly

Calls 1

wrapWithMessageFunction · 0.85

Tested by

no test coverage detected