krb5_verify_user

Benjamin Kaduk kaduk at mit.edu
Tue Jan 9 21:20:34 EST 2018


On Tue, Jan 09, 2018 at 08:23:41PM +0000, Imanuel Greenfeld wrote:
> Thank you Ben.
> 
> I managed to use krb5_init_creds_password(), krb_verify_init_creds() and
> krb5_get_credetials() and each returned 0 so I'm assuming that's ok.
> 
> How do I now send a message to the server ?  I found krb5_sendauth() - do
> you have a simple example how to use this function ?

What is "the server"?  How you send a message to it depends on what
protcol you need to speak to it.

For new protocols, we generally recommend using the GSSAPI instead
of krb5_sendauth() or similar.

-Ben


More information about the Kerberos mailing list