-
Notifications
You must be signed in to change notification settings - Fork 9
Erlang GSSAPI and SPNEGO API
License
mikma/egssapi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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/<fqdn> * Store the key in "http.keytab" in the top build directory. For example using: $ kadmin.local: ktadd -k http.keytab HTTP/<fqdn> * 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.
About
Erlang GSSAPI and SPNEGO API
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published