Index of /coding/pam

Icon  Name                    Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] pam_useralias-0.1.tgz 2011-12-06 00:52 17K
pam_useralias - PAM module to map aliases to real/system users

DESCRIPTION

pam_useralias is a simple module to map a alias/systemuser pair against
values stored in a Berkeley database. The database is indexed by the
alias,  and  the  data  fields  corresponding to the alias keys are the
real/system users.

OPTIONS

db=/path/to/database

    Use the /path/to/database database for performing lookups. There
    is  no  default;  the  module  will return PAM_SERVICE_ERR if no
    database is provided.

debug

    Print debug information.

dump

    Dump all the entries in the database to the log. Don't  do  this
    by default!

tolower

    Convert alias to lowercase before performing the lookup

EXAMPLES

auth optional pam_useralias.so db=/etc/dovecot/useralias tolower