kerberos

Version, currently master branch1 version
  • master branchlatestMay 17, 2019

github.com/wied03/crystal-gss

Doodling w Crystal

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  kerberos:
    github: wied03/crystal-gss
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT

Dependencies

This version declares no dependencies.

README

crystal-gss

Doodling w Crystal

Beginnings/rough first cut at a GSSAPI wrapper in Crystal that uses the MIT KRB5/GSSAPI C library

Compiling/using

Expects Heimdal to be installed at a Homebrew style location with a pkgconfig in /usr/local/opt/heimdal/lib/pkgconfig

After you brew install crystal-lang krb5, then just run make from this directory and that will produce the executable.