jcmturner / gokrb5

Pure Go Kerberos library for clients and services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is keytab needed?

tooptoop4 opened this issue · comments

my goal is to host an api that windows cmdprompt users can auth to, without providing keytab or pw anywhere

You can use the client.NewWithPassword function to create a client with credentials generated from a password rather than a keytab.