annotate mod_auth_any.wiki @ 481:695b7bc4b889

Created wiki page through web user interface.
author MWild1@gmail.com
date Thu, 21 Aug 2014 08:07:08 +0000
parents 8331536b2615
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
463
8331536b2615 added pages for mod_auth_any, mod_auth_joomla, mod_auth_phpbb3, mod_auth_wordpress and mod_saslname
Kim Alvefur <zash@zash.se>
parents:
diff changeset
1 #summary Authentication module that accepts any username and password
8331536b2615 added pages for mod_auth_any, mod_auth_joomla, mod_auth_phpbb3, mod_auth_wordpress and mod_saslname
Kim Alvefur <zash@zash.se>
parents:
diff changeset
2 #labels Type-Auth
8331536b2615 added pages for mod_auth_any, mod_auth_joomla, mod_auth_phpbb3, mod_auth_wordpress and mod_saslname
Kim Alvefur <zash@zash.se>
parents:
diff changeset
3
8331536b2615 added pages for mod_auth_any, mod_auth_joomla, mod_auth_phpbb3, mod_auth_wordpress and mod_saslname
Kim Alvefur <zash@zash.se>
parents:
diff changeset
4 = Introduction =
8331536b2615 added pages for mod_auth_any, mod_auth_joomla, mod_auth_phpbb3, mod_auth_wordpress and mod_saslname
Kim Alvefur <zash@zash.se>
parents:
diff changeset
5
8331536b2615 added pages for mod_auth_any, mod_auth_joomla, mod_auth_phpbb3, mod_auth_wordpress and mod_saslname
Kim Alvefur <zash@zash.se>
parents:
diff changeset
6 This module accepts any username and password, which can be useful for testing.
8331536b2615 added pages for mod_auth_any, mod_auth_joomla, mod_auth_phpbb3, mod_auth_wordpress and mod_saslname
Kim Alvefur <zash@zash.se>
parents:
diff changeset
7
8331536b2615 added pages for mod_auth_any, mod_auth_joomla, mod_auth_phpbb3, mod_auth_wordpress and mod_saslname
Kim Alvefur <zash@zash.se>
parents:
diff changeset
8 = Configuration =
8331536b2615 added pages for mod_auth_any, mod_auth_joomla, mod_auth_phpbb3, mod_auth_wordpress and mod_saslname
Kim Alvefur <zash@zash.se>
parents:
diff changeset
9
8331536b2615 added pages for mod_auth_any, mod_auth_joomla, mod_auth_phpbb3, mod_auth_wordpress and mod_saslname
Kim Alvefur <zash@zash.se>
parents:
diff changeset
10 {{{
8331536b2615 added pages for mod_auth_any, mod_auth_joomla, mod_auth_phpbb3, mod_auth_wordpress and mod_saslname
Kim Alvefur <zash@zash.se>
parents:
diff changeset
11 authentication = "any"
8331536b2615 added pages for mod_auth_any, mod_auth_joomla, mod_auth_phpbb3, mod_auth_wordpress and mod_saslname
Kim Alvefur <zash@zash.se>
parents:
diff changeset
12 }}}
8331536b2615 added pages for mod_auth_any, mod_auth_joomla, mod_auth_phpbb3, mod_auth_wordpress and mod_saslname
Kim Alvefur <zash@zash.se>
parents:
diff changeset
13
8331536b2615 added pages for mod_auth_any, mod_auth_joomla, mod_auth_phpbb3, mod_auth_wordpress and mod_saslname
Kim Alvefur <zash@zash.se>
parents:
diff changeset
14 = Compatibility =
8331536b2615 added pages for mod_auth_any, mod_auth_joomla, mod_auth_phpbb3, mod_auth_wordpress and mod_saslname
Kim Alvefur <zash@zash.se>
parents:
diff changeset
15
8331536b2615 added pages for mod_auth_any, mod_auth_joomla, mod_auth_phpbb3, mod_auth_wordpress and mod_saslname
Kim Alvefur <zash@zash.se>
parents:
diff changeset
16 Should work with 0.8 and above.