$Id: README.html,v 1.12 2002/03/18 19:38:00 ttate Exp $

Ruby/PAM Module

Copyright (C) 2000,2001 Takaaki Tateishi (ttate@jaist.ac.jp)

Ruby/PAM(aka ruby-pam) is an extension library which provides the interface to PAM APIs.

System Requirements

I checked that this module can work on the following operating systems and environments.

Building and Installation

At first, you have to obtain the ruby/pam archive. It is distributed from http://kt-www.jaist.ac.jp/~ttate/ftp as ruby-pam-x.x.tar.gz. The installation process is as follows:
  1. ruby extconf.rb
  2. make
  3. make install [optional]

Methods

service, user, item : String
conv : Proc or Symbol
msec, type, flag : Integer

Structures


Exceptions

see 'pam_appl.h'

'PAM::' Constants


Others