mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
The default value of option ldap_filter is: undefined.
SVN Revision: 2741
This commit is contained in:
parent
311bf4dbb1
commit
26c572b7e7
@ -1662,7 +1662,7 @@ value is <TT>"%u"</TT>.
|
|||||||
</DD></DL>
|
</DD></DL>
|
||||||
</DD><DT CLASS="dt-description"><B><TT>{ldap_filter, Filter}</TT></B></DT><DD CLASS="dd-description">
|
</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
|
<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
|
<TT>"(&(objectClass=shadowAccount)(memberOf=Jabber Users))"</TT>. Please, do
|
||||||
not forget to close brackets and do not use superfluous whitespaces. Also you
|
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
|
<EM>must not</EM> use <TT>ldap_uidattr</TT> attribute in filter because this
|
||||||
|
@ -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:
|
\titem{\{ldap\_filter, Filter\}}\ind{options!ldap\_filter}\ind{protocols!RFC 4515:
|
||||||
LDAP String Representation of Search Filters}
|
LDAP String Representation of Search Filters}
|
||||||
\footahref{http://tools.ietf.org/html/rfc4515}{RFC 4515} LDAP filter. The
|
\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
|
\term{"(\&(objectClass=shadowAccount)(memberOf=Jabber Users))"}. Please, do
|
||||||
not forget to close brackets and do not use superfluous whitespaces. Also you
|
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
|
\emph{must not} use \option{ldap\_uidattr} attribute in filter because this
|
||||||
|
Loading…
Reference in New Issue
Block a user