Skip to content

PAM module to map user names using an arbitrary file

License

Notifications You must be signed in to change notification settings

corecode/pam_alias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

5 Commits

Repository files navigation

pam_alias - map user names using an arbitrary file

pam_alias is a PAM module which provides a way to map user names using an arbitrary file.

For example, it can rewrite mail address- or jid-style user names to local user names.

will map the user name [email protected] to loclfoo, which will then be used in turn by the following PAM modules.

Installation

make install

Usage

Add something like this to the beginning of select PAM configs:

auth required pam_alias.so file=/etc/security/useralias 

For more details, see the pam_alias(8) manual page.

Author

Copyright (c) 2012 Simon Schubert [email protected]

pam_alias is licensed under the GPL3 or later.

About

PAM module to map user names using an arbitrary file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published