comparison mod_auth_external/README.markdown @ 1820:8de50be756e5

Various README files: Correct indentation levels, fix syntax and other small fixes
author Kim Alvefur <zash@zash.se>
date Wed, 02 Sep 2015 17:30:33 +0200
parents 4d73a1a6ba68
children ead81e222fde
comparison
equal deleted inserted replaced
1819:1b08597b5e6f 1820:8de50be756e5
15 15
16 mod\_auth\_external depends on a Lua module called 16 mod\_auth\_external depends on a Lua module called
17 [lpty](http://www.tset.de/lpty/). You can install it on many platforms 17 [lpty](http://www.tset.de/lpty/). You can install it on many platforms
18 using [LuaRocks](http://luarocks.org/), for example: 18 using [LuaRocks](http://luarocks.org/), for example:
19 19
20 sudo luarocks install lpty 20 sudo luarocks install lpty
21 21
22 Note: Earlier versions of the module did not depend on lpty. While using 22 Note: Earlier versions of the module did not depend on lpty. While using
23 the newer version is strongly recommended, you can find the [older 23 the newer version is strongly recommended, you can find the [older
24 version 24 version
25 here](https://prosody-modules.googlecode.com/hg-history/50ee38e95e754bf1034d980364f93564028b2f34/mod_auth_external/mod_auth_external.lua) 25 here](https://prosody-modules.googlecode.com/hg-history/50ee38e95e754bf1034d980364f93564028b2f34/mod_auth_external/mod_auth_external.lua)
30 30
31 As with all auth modules, there is no need to add this to 31 As with all auth modules, there is no need to add this to
32 modules\_enabled. Simply add in the global section, or for the relevant 32 modules\_enabled. Simply add in the global section, or for the relevant
33 hosts: 33 hosts:
34 34
35 authentication = "external" 35 authentication = "external"
36 36
37 These options are specific to mod\_auth\_external: 37 These options are specific to mod\_auth\_external:
38 38
39 -------------------------- ------------------------------------------------------------------------------------------------------------------------- 39 -------------------------- -------------------------------------------------------------------------------------------------------------------------
40 external\_auth\_protocol May be "generic" or "ejabberd" (the latter for compatibility with ejabberd external auth scripts. Default is "generic". 40 external\_auth\_protocol May be "generic" or "ejabberd" (the latter for compatibility with ejabberd external auth scripts. Default is "generic".