<HTML>
<P>
<STYLE> BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }</STYLE>
Hi John,</P>
<P>apparently your problem is this:</P>
<P><SPAN style="FONT-FAMILY: Verdana">'attr_match_list' => [ 'Name',<br>

# 'EmailAddress', ],<br>

# 'attr_map' <br>

=> { 'Name' => 'sAMAccountName',</SPAN><br>

...</P>
<P>You have to ensure formatting correctly the list. For example:  <SPAN style="FONT-FAMILY: Verdana">'attr_match_list' => [ 'Name' ]... you are doing this: <SPAN style="FONT-FAMILY: Verdana">'attr_match_list' => [ 'Name',</SPAN></SPAN></P>
<P><SPAN style="FONT-FAMILY: Verdana">In addition, check also attr_map. For example:</SPAN></P><SPAN style="FONT-FAMILY: Verdana">
<P style="MARGIN: 0cm 0cm 10pt 36pt" class=MsoListParagraph><SPAN style="FONT-FAMILY: Calibri; FONT-SIZE: 12pt">                                                        'attr_map'                  =>  {   'Name' => 'sAMAccountName',</SPAN></P>
<P style="MARGIN: 0cm 0cm 10pt 36pt" class=MsoListParagraph><SPAN style="FONT-FAMILY: Calibri; FONT-SIZE: 12pt">                                                                                            'EmailAddress' => 'mail',</SPAN></P>
<P style="MARGIN: 0cm 0cm 10pt 36pt" class=MsoListParagraph><SPAN style="FONT-FAMILY: Calibri; FONT-SIZE: 12pt">                                                                                            'RealName' => 'cn',</SPAN></P>
<P style="MARGIN: 0cm 0cm 10pt 36pt" class=MsoListParagraph><SPAN style="FONT-FAMILY: Calibri; FONT-SIZE: 12pt">                                                                                            'WorkPhone' => 'telephoneNumber'</SPAN></P>
<P style="MARGIN: 0cm 0cm 10pt 36pt" class=MsoListParagraph><SPAN style="FONT-FAMILY: Calibri; FONT-SIZE: 12pt">                                                                                        }</SPAN></P>
<P>The error you are getting is that the SiteConfig is not correctly formed.</P>
<P>Hope this helps,</SPAN></P>
<P><SPAN style="FONT-FAMILY: Verdana"></SPAN>Best,<br>

____________________________________________________________________________________ <br>

<br>

Luis Avendaño <br>

Grupo Latinoamericano ACM <br>

Av. Venezuela Torre America, <br>

Piso 1 Ofic 116, Bello Monte. <br>

Caracas, Venezuela <br>

Phone: (+58) 212-763.4104 <br>

Fax: (+58) 212-763.1847 <br>

http://www.acmgrp.com <br>

<br>

******************************************** USO DE CORREO ELECTRÓNICO DE ACM ************************************************** <br>

<br>

Este mensaje puede contener información únicamente de interés para ACM GROUP o sus negocios y es enviado solamente al destinatario designado, y puede contener información privilegiada, patentada o privada. La copia, distribución, revelación o cualquier uso de la información contenida en este mensaje es permitida solo a personas autorizadas. Si ha recibido este correo electrónico por error, por favor destruyalo y notifique inmediatamente a webmaster@acmgrp.com o al remitente <br>

<br>

************************************** ACM GROUP INTERNET E-MAIL USE ******************************* <br>

<br>

This message may contain information solely of the interest of ACM or its businesses and is delivered for the designated recipient only and may containprivileged, proprietary, or otherwise privatetion. Copying, distribution, disclosure or any use of the information contained in this transmission is permitted only to authorized parties. If you have received this e-mail by error, please destroy it and notify webmaster@acmgrp.com or the sender immediately <br>

<br>

********************************************************************************************************************** <br>

<br>

</P></HTML>