Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smondet/simple_pam

Tiny binding around PAM
https://github.com/smondet/simple_pam

Last synced: 16 days ago
JSON representation

Tiny binding around PAM

Awesome Lists containing this project

README

        

simple_pam
==========

Tiny binding around PAM

## Installation:

oasis setup
ocaml setup.ml -configure [--prefix (), then the user/password is valid for the given service definition (usually /etc/pam/<service>).

if it throws a Failure exception, then the user, password, or service are wrong :)

# Author(s):

The code in `src/lib/simple_pam_stubs.c` has been extracted from XEN-API:
https://github.com/xen-org/xen-api

Copyright (C) 2006-2009 Citrix Systems Inc.

Sebastien Mondet (http://seb.mondet.org)