comparison mod_auth_ldap.wiki @ 450:042161223488

mod_auth_ldap: Update configuration section
author Kim Alvefur <zash@zash.se>
date Sun, 27 Apr 2014 03:39:13 +0200
parents 7e5c6a70af1e
children eb771cbbf410
comparison
equal deleted inserted replaced
449:4b35ca4e21ef 450:042161223488
19 LDAP options are: 19 LDAP options are:
20 || *Name* || *Description* || *Default value* || 20 || *Name* || *Description* || *Default value* ||
21 || ldap_server || space-separated list of hostnames or IPs || "localhost" || 21 || ldap_server || space-separated list of hostnames or IPs || "localhost" ||
22 || ldap_rootdn || the distinguished name to auth against || "" (anonymous) || 22 || ldap_rootdn || the distinguished name to auth against || "" (anonymous) ||
23 || ldap_password || the password || "" || 23 || ldap_password || the password || "" ||
24 || ldap_filter || search filter, with $user substituded for username || "(uid=$user)" || 24 || ldap_filter || search filter, with $user and $host substituded for user- and hostname || "(uid=$user)" ||
25 || ldap_scope || search scope. other values: "base" and "subtree" || "onelevel" || 25 || ldap_scope || search scope. other values: "base" and "subtree" || "onelevel" ||
26 || ldap_tls || Use TLS to connect to LDAP? (can be true or false) || false || 26 || ldap_tls || Use TLS to connect to LDAP? (can be true or false) || false ||
27 || ldap_base || LDAP base directory which stores user accounts || this is required || 27 || ldap_base || LDAP base directory which stores user accounts || This is required ||
28 || ldap_mode || How to validate passwords. Other option is "bind" || "getpasswd" || 28 || ldap_mode || How passwords are validated. || "getpasswd" if ldap_rootdn is set, "bind" otherwise ||
29 29
30 = Modes = 30 = Modes =
31 31
32 The "getpasswd" mode requires plain text access to passwords in LDAP and 32 The "getpasswd" mode requires plain text access to passwords in LDAP and
33 feeds them into Prosodys authentication system. This enables more secure 33 feeds them into Prosodys authentication system. This enables more secure