Mercurial > prosody-modules
comparison mod_auth_pam/README.markdown @ 2504:d407397d05ca
mod_auth_pam: Document dependencies
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 17 Feb 2017 17:54:56 +0100 |
parents | 4d73a1a6ba68 |
children |
comparison
equal
deleted
inserted
replaced
2503:7036a6e074d7 | 2504:d407397d05ca |
---|---|
1 --- | 1 --- |
2 labels: | 2 labels: |
3 - 'Stage-Alpha' | 3 - 'Stage-Alpha' |
4 - 'Type-Auth' | 4 - 'Type-Auth' |
5 summary: PAM authentication module | 5 summary: PAM authentication module |
6 ... | 6 --- |
7 | 7 |
8 Introduction | 8 Introduction |
9 ============ | 9 ============ |
10 | 10 |
11 This module makes Prosody authenticate users against PAM (Linux | 11 This module makes Prosody authenticate users against PAM (Linux |
12 Pluggable Authentication Modules) | 12 Pluggable Authentication Modules) |
13 | |
14 Dependencies | |
15 ============ | |
16 | |
17 The module depends on [lua-pam](https://github.com/devurandom/lua-pam) | |
18 and [LuaPosix](https://github.com/luaposix/luaposix). | |
13 | 19 |
14 Setup | 20 Setup |
15 ===== | 21 ===== |
16 | 22 |
17 Create a `/etc/pam.d/xmpp` with something like this: | 23 Create a `/etc/pam.d/xmpp` with something like this: |