Documentation ¶
Index ¶
- func CreateKerberosClientWithKeytab(ktPath string, pricipal string) (*client.Client, error)
- func CreateKerberosClientWithPassword(pricipal string, password string) (*client.Client, error)
- func ExtractUsernameAndRealm(pricipal string) (string, string)
- func MakeKrb5Request(client *client.Client, url string) []byte
- func MakeKrb5RequestWithKeytab(ktPath string, pricipal string, url string) []byte
- func MakeKrb5RequestWithPassword(pricipal string, password string, url string) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractUsernameAndRealm ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.