From a363d988a7fdfa5b287346e7c0f2725fa210efff Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 13 Nov 2009 20:17:54 +0000 Subject: [PATCH] The default value of option ldap_filter is: undefined. SVN Revision: 2742 --- doc/guide.html | 2 +- doc/guide.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guide.html b/doc/guide.html index e9b382a14..d0667c8c7 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -1652,7 +1652,7 @@ value is "%u".
{ldap_filter, Filter}
RFC 4515 LDAP filter. The -default is none. Example: +default Filter value is: undefined. Example: "(&(objectClass=shadowAccount)(memberOf=Jabber Users))". Please, do not forget to close brackets and do not use superfluous whitespaces. Also you must not use ldap_uidattr attribute in filter because this diff --git a/doc/guide.tex b/doc/guide.tex index b8669b840..837d51c64 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -2201,7 +2201,7 @@ You can authenticate users against an LDAP directory. Available options are: \titem{\{ldap\_filter, Filter\}}\ind{options!ldap\_filter}\ind{protocols!RFC 4515: LDAP String Representation of Search Filters} \footahref{http://tools.ietf.org/html/rfc4515}{RFC 4515} LDAP filter. The - default is \term{none}. Example: + default Filter value is: \term{undefined}. Example: \term{"(\&(objectClass=shadowAccount)(memberOf=Jabber Users))"}. Please, do not forget to close brackets and do not use superfluous whitespaces. Also you \emph{must not} use \option{ldap\_uidattr} attribute in filter because this