<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Bryan, thanks, you pointed me a direction.<br>
<br>
Mike, thank you so much, authentication is working fine.<br>
<br>
Just to help other user 'group' must be a full DN and 'group_attr' for
MS Active Directory must be set with 'member' as Bryan said.<br>
<br>
Attached is my RT_SiteConfig.pm as an working example to other users.<br>
My scenario:<br>
RT 3.8.1<br>
RTFM 2.4.0<br>
RT-Authen-ExternalAuth-0.07_01<br>
mod_perl 2.0.2-2.4<br>
<br>
Thanks again.<br>
<br>
<div class="moz-signature">
<meta http-equiv="Content-Type" content="text/html; ">
<meta name="GENERATOR" content="GtkHTML/3.16.2">
Elton S. Fenner,<br>
<font size="2">Analista de Rede,</font><br>
<font size="1">Assembléia Legislativa do RS.</font><br>
<font size="1">+55 51 3210-1202</font>
</div>
<br>
<br>
Mike Peachey wrote:
<blockquote cite="mid:4940EA31.1000802@jennic.com" type="cite">
  <pre wrap="">Bryan McLellan wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">On Mon, Dec 8, 2008 at 10:44 AM, Elton S. Fenner
<<a class="moz-txt-link-abbreviated" href="mailto:elton.fenner@al.rs.gov.br">elton.fenner@al.rs.gov.br</a> <a class="moz-txt-link-rfc2396E" href="mailto:elton.fenner@al.rs.gov.br"><mailto:elton.fenner@al.rs.gov.br></a>> wrote:

    I can login but get this message in browser:
    *Can't call method "as_string" on an undefined value at
    /opt/rt3/local/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth/LDAP.pm
    line 97,  line 514. *


This looks like it's the section of code checking the group.
 

    *                'group'                     =>  'DSI_Rede_Usu',
                    'group_attr'                =>  '',*
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Either comment both out or use both. If group is set, group_attr MUST be
set or you end up with broken code trying to build an LDAP filter.

  </pre>
</blockquote>
</body>
</html>