[rt-users] RT-Authen-ExternalAuth-0.08 which packages i need for
Luis Avendaño
lavendano at acmgrp.com
Thu Apr 14 13:10:19 EDT 2011
Hi John,
apparently your problem is this:
'attr_match_list' => [ 'Name',
# 'EmailAddress', ],
# 'attr_map'
=> { 'Name' => 'sAMAccountName',
...
You have to ensure formatting correctly the list. For example:
'attr_match_list' => [ 'Name' ]... you are doing this: 'attr_match_list' =>
[ 'Name',
In addition, check also attr_map. For example:
'attr_map' => { 'Name' =>
'sAMAccountName',
'EmailAddress' => 'mail',
'RealName' => 'cn',
'WorkPhone'
=> 'telephoneNumber'
}
The error you are getting is that the SiteConfig is not correctly formed.
Hope this helps,
Best,
____________________________________________________________________________________
Luis Avendaño
Grupo Latinoamericano ACM
Av. Venezuela Torre America,
Piso 1 Ofic 116, Bello Monte.
Caracas, Venezuela
Phone: (+58) 212-763.4104
Fax: (+58) 212-763.1847
http://www.acmgrp.com
******************************************** USO DE CORREO ELECTRÓNICO DE
ACM **************************************************
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 at acmgrp.com o al remitente
************************************** ACM GROUP INTERNET E-MAIL USE
*******************************
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 at acmgrp.com or
the sender immediately
**********************************************************************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110414/79d8316b/attachment.htm>
More information about the rt-users
mailing list