All Projects → timfel → krb5-auth

timfel / krb5-auth

Licence: LGPL-2.1 License
Mirror of the krb5-auth repository on RubyForge

Programming Languages

c
50402 projects - #5 most used programming language
ruby
36898 projects - #4 most used programming language
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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].