Skip to content

OpenCSI/pam_openam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to build

In order to build this PAM module, you must have

  • git
  • A working C compiler
  • CMake
  • libcurl (and its associated headers)
  • libpam (and its associated headers)

Finally, build the module:

$ git clone https://github.com/OpenCSI/pam_openam
$ cd pam_openam
$ cmake .
$ make

Debian

$ sudo aptitude install build-essential libcurl4-openssl-dev cmake git
$ git clone https://github.com/OpenCSI/pam_openam
$ cd pam_openam
$ cmake .
$ make

Configuration

About

PAM module (and CLI tool) to validate an OpenAM token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages