comparison mod_auth_ldap.wiki @ 422:7e5c6a70af1e

update
author Kim Alvefur <zash@zash.se>
date Fri, 24 Jan 2014 18:23:31 +0100
parents eb372e6bb82f
children 042161223488
comparison
equal deleted inserted replaced
421:87df2ef1ee59 422:7e5c6a70af1e
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 %s substituded for username || "(uid=%s)" || 24 || ldap_filter || search filter, with $user substituded for username || "(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 to validate passwords. Other option is "bind" || "getpasswd" ||
29 29