diff options
author | Badlop <badlop@process-one.net> | 2009-11-13 20:16:41 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-11-13 20:16:41 +0000 |
commit | 26c572b7e7032f3ee01e01bc7b779ee0af6c7c8f (patch) | |
tree | 7dfb7958123538aff36aac814f7dd79a95fb3776 | |
parent | fixes allow_host/2 on subdomains. added hook s2s_allow_host: the hook should ... (diff) |
The default value of option ldap_filter is: undefined.
SVN Revision: 2741
-rw-r--r-- | doc/guide.html | 2 | ||||
-rw-r--r-- | doc/guide.tex | 2 |
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>"(&(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 |