Skip to content

chrismoos/krb5-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby bindings for the Kerberos library

This is an implementation of Ruby bindings for the Kerberos library.

To build a gem, you'll want to:

$ rake gem
$ sudo gem install pkg/krb5-auth-{VERSION}.gem

To build an RPM, you'll want to:

$ rake rpm
$ sudo rpm -Uvh pkg/{i386,x86_64}/rubygem-krb5-auth-{VERSION}.{i386,x86_64}.rpm

and then install the resulting RPM.

To build it just for development, you'll want to:
$ rake build

To build the documentation, make sure you have rdoc installed, and then:
$ rake rdoc

About

Mirror of the krb5-auth repository on RubyForge

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 93.2%
  • Ruby 6.8%