24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02:00

* doc/guide.tex: Minor examples improvement in LDAP

example (Thanks to Badlop) (EJAB-272).

SVN Revision: 904
This commit is contained in:
Mickaël Rémond 2007-08-31 16:41:31 +00:00
parent ae8fd17287
commit b7976603b1
2 changed files with 78 additions and 72 deletions

View File

@ -1205,7 +1205,7 @@ Also we want users to search each other. Let's see how we can set it up:</P><PRE
[{"Full Name", "FN"},
{"Nickname", "NICKNAME"},
{"Birthday", "BDAY"}]}
]}
]},
...
}.
</PRE><P>Note that <TT>mod_vcard_ldap</TT> module checks for the existence of the user before
@ -1213,7 +1213,7 @@ searching in his information in LDAP.</P><!--TOC paragraph Active Directory-->
<H5 CLASS="paragraph"><!--SEC ANCHOR -->Active Directory</H5><!--SEC END --><P>
<A NAME="ad"></A>
</P><P>Active Directory is just an LDAP-server with predefined attributes. A sample
configuration is showed below:</P><PRE CLASS="verbatim"> {auth_method, ldap}.
configuration is shown below:</P><PRE CLASS="verbatim"> {auth_method, ldap}.
{ldap_servers, ["office.org"]}. % List of LDAP servers
{ldap_base, "DC=office,DC=org"}. % Search base of LDAP directory
{ldap_rootdn, "CN=Administrator,CN=Users,DC=office,DC=org"}. % LDAP manager
@ -1221,6 +1221,8 @@ configuration is showed below:</P><PRE CLASS="verbatim"> {auth_method, ldap}.
{ldap_uids, [{"sAMAccountName"}]}.
{ldap_filter, "(memberOf=*)"}.
{modules,
...
{mod_vcard_ldap,
[{ldap_vcard_map,
[{"NICKNAME", "%u", []},
@ -1254,7 +1256,8 @@ configuration is showed below:</P><PRE CLASS="verbatim"> {auth_method, ldap}.
[{"Full Name", "FN"},
{"Nickname", "NICKNAME"},
{"Email", "EMAIL"}]}
]
]},
...
}.
</PRE><!--TOC section Modules Configuration-->
<H2 CLASS="section"><!--SEC ANCHOR --><A NAME="htoc29">3.3</A>&#XA0;&#XA0;Modules Configuration</H2><!--SEC END --><P>

View File

@ -1490,7 +1490,7 @@ Also we want users to search each other. Let's see how we can set it up:
[{"Full Name", "FN"},
{"Nickname", "NICKNAME"},
{"Birthday", "BDAY"}]}
]}
]},
...
}.
\end{verbatim}
@ -1504,7 +1504,7 @@ searching in his information in LDAP.
\ind{databases!Active Directory}
Active Directory is just an LDAP-server with predefined attributes. A sample
configuration is showed below:
configuration is shown below:
\begin{verbatim}
{auth_method, ldap}.
@ -1515,6 +1515,8 @@ configuration is showed below:
{ldap_uids, [{"sAMAccountName"}]}.
{ldap_filter, "(memberOf=*)"}.
{modules,
...
{mod_vcard_ldap,
[{ldap_vcard_map,
[{"NICKNAME", "%u", []},
@ -1548,7 +1550,8 @@ configuration is showed below:
[{"Full Name", "FN"},
{"Nickname", "NICKNAME"},
{"Email", "EMAIL"}]}
]
]},
...
}.
\end{verbatim}