On Mon, Dec 8, 2008 at 10:44 AM, Elton S. Fenner <span dir="ltr"><<a href="mailto:elton.fenner@al.rs.gov.br">elton.fenner@al.rs.gov.br</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div bgcolor="#ffffff" text="#000000">
I can login but get this message in browser:<br>
<font size="-1" face="Courier New, Courier, monospace"><b>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. </b></font></div></blockquote><div><br>This looks like it's the section of code checking the group.<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div bgcolor="#ffffff" text="#000000"><tt><b>                'group'                     =>  'DSI_Rede_Usu',<br>
                'group_attr'                =>  '',</b></tt></div></blockquote></div><br>Have you tried with these two lines commented out? I would think group_attr must be set. I believe 'uniqueMember' is what openldap uses, and active directory uses 'member'. I also think group would be a full DN, but the code may search. I've never used these before myself.<br>
<br>Bryan<br>