# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1487350496 -3600
# Node ID d407397d05ca8f5cb318fbd25cc4dd79719623d5
# Parent  7036a6e074d7937c134db76cfd90fabb816f51b5
mod_auth_pam: Document dependencies

diff -r 7036a6e074d7 -r d407397d05ca mod_auth_pam/README.markdown
--- 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
 =====