Home > egssapi

egssapi

Egssapi is a project mainly written in C and ERLANG, based on the View license.

Erlang GSSAPI and SPNEGO API

Erlang GSSAPI and SPNEGO API.

Generic Security Services Application Program Interface (GSSAPI) and Simple and Protected GSSAPI Negotiation Mechanism (SPNEGO) support.

check

Before running "make check" you need to do the following:

  • Add a HTTP service principal for the machine you will run "make check" on. For example using: $ kadmin.local: addprinc -randkey HTTP/

  • Store the key in "http.keytab" in the top build directory. For example using: $ kadmin.local: ktadd -k http.keytab HTTP/

  • Obtain and cache a Kerberos ticket-granting ticket with kinit.

  • Run "make check"

  • The outcome is indicated by make which outputs "*** [check] Error" if an error occurred.

Previous:faucetad