Software /
code /
prosody-modules
Changeset
2504:d407397d05ca
mod_auth_pam: Document dependencies
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 17 Feb 2017 17:54:56 +0100 |
parents | 2503:7036a6e074d7 |
children | 2505:1398f3f76c0f |
files | mod_auth_pam/README.markdown |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_auth_pam/README.markdown Tue Feb 14 09:54:13 2017 +0100 +++ b/mod_auth_pam/README.markdown Fri Feb 17 17:54:56 2017 +0100 @@ -3,7 +3,7 @@ - 'Stage-Alpha' - 'Type-Auth' summary: PAM authentication module -... +--- Introduction ============ @@ -11,6 +11,12 @@ This module makes Prosody authenticate users against PAM (Linux Pluggable Authentication Modules) +Dependencies +============ + +The module depends on [lua-pam](https://github.com/devurandom/lua-pam) +and [LuaPosix](https://github.com/luaposix/luaposix). + Setup =====