Mercurial > prosody-wiki
comparison mod_auth_ldap.wiki @ 400:c5d049266555
mod_auth_ldap: Document ldap_filter option
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 09 Sep 2013 15:50:24 +0200 |
parents | 99ccedc61bca |
children | 6c54b5a7ccfb |
comparison
equal
deleted
inserted
replaced
399:c35cf2a46b78 | 400:c5d049266555 |
---|---|
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_tls || Use TLS to connect to LDAP? (can be true or false) || false || | 25 || ldap_tls || Use TLS to connect to LDAP? (can be true or false) || false || |
25 || ldap_base || LDAP base directory which stores user accounts || this is required || | 26 || ldap_base || LDAP base directory which stores user accounts || this is required || |
26 | 27 |
27 = Compatibility = | 28 = Compatibility = |
28 | 29 |
29 || trunk || Untested, but should work || | 30 || 0.8 and above || should work || |