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 /doc/guide.html | |
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
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 2 |
1 files changed, 1 insertions, 1 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 |