Skip to content

supersaiyen/omniauth-pam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmniAuth PAM

Allows you to authenticate against PAM using OmniAuth.

Usage

use OmniAuth:Strategies::PAM

There are no configuration options. It's been tested under Debian 6.0 (Squeeze) and Ruby 1.9.3, but there's no reason why it won't work anywhere which doesn't have PAM correctly configured. Note: The above is assumed for Sinatra, check the OmniAuth docs for Rails, et. al. usage.

Then navigate to '/auth/pam'.

On Debian/Ubuntu you will need the libpam0g-dev package to compile the rpam gem. Others, I don't know.

This strategy only supports Ruby 1.9. Read here about 1.8 support.

Author / License

Copyright Nick Charlton 2012. Licensed under the MIT license.

About

A PAM strategy for OmniAuth.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%