aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/guide.html2
-rw-r--r--doc/guide.tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide.html b/doc/guide.html
index 9943f4264..fdd0414ab 100644
--- a/doc/guide.html
+++ b/doc/guide.html
@@ -1662,7 +1662,7 @@ value is <TT>"%u"</TT>.
</DD></DL>
</DD><DT CLASS="dt-description"><B><TT>{ldap_filter, Filter}</TT></B></DT><DD CLASS="dd-description">
<A HREF="http://tools.ietf.org/html/rfc4515">RFC 4515</A> LDAP filter. The
-default is <TT>none</TT>. Example:
+default Filter value is: <TT>undefined</TT>. Example:
<TT>"(&amp;(objectClass=shadowAccount)(memberOf=Jabber Users))"</TT>. Please, do
not forget to close brackets and do not use superfluous whitespaces. Also you
<EM>must not</EM> use <TT>ldap_uidattr</TT> attribute in filter because this
diff --git a/doc/guide.tex b/doc/guide.tex
index 61ae46547..f4d5d0843 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -2216,7 +2216,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