Mercurial > prosody-wiki
comparison mod_auth_ldap.wiki @ 403:6c54b5a7ccfb
Document ldap_scope
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 04 Nov 2013 17:44:29 +0100 |
parents | c5d049266555 |
children | eb372e6bb82f |
comparison
equal
deleted
inserted
replaced
402:421d0865f89d | 403:6c54b5a7ccfb |
---|---|
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 %s substituded for username || "(uid=%s)" || |
25 || ldap_scope || search scope. other values: "base" and "subtree" || "onelevel" || | |
25 || 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 || |
26 || 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 || |
27 | 28 |
28 = Compatibility = | 29 = Compatibility = |
29 | 30 |