jcmturner / gokrb5

Pure Go Kerberos library for clients and services
Apache License 2.0
723 stars 245 forks source link

is keytab needed? #495

Closed tooptoop4 closed 1 year ago

tooptoop4 commented 1 year ago

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

jcmturner commented 1 year ago

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