The
krb5_init_context ();
function initializes the
Fa context
structure and reads the configuration file
/etc/krb5.conf
The structure should be freed by calling
krb5_free_context ();
when it is no longer being used.
RETURN VALUES
krb5_init_context ();
returns 0 to indicate success.
Otherwise an errno code is returned.
Failure means either that something bad happened during initialization
(typically
Bq ENOMEM )
or that Kerberos should not be used
Bq ENXIO .