I'm using a single signon service to authenticate through RT with Apache setting the REMOTE_USER var, using webexternalauth.<div><br></div><div>I'm also trying to create a user with ldap information using AutoCreateFromExternalUserInfo. </div>

<div>I'm having two issues with it:</div><div>1) It doesn't seem to require authentication against the LDAP server, which seems strange to me. Our LDAP server DOES require some kind of authentication to be able to be accessed. Why doesn't AutoCreateFromExternalUserInfo ask for authentication info?</div>

<div>2) Albeit #1, when the script tires to run, I get these messages:</div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

[Mon Jun 14 21:45:18 2010] [critical]: LookupExternalUserInfo: Could not search for  uid=jwh83:  32  (/opt/rt3/bin/../lib/RT/CurrentUser_Local.pm:226)</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

[Mon Jun 14 21:45:18 2010] [warning]: Use of uninitialized value $_[4] in join or string at /usr/local/share/perl/5.10.0/Log/Dispatch.pm line 21, <DATA> line 522. (/opt/rt3/bin/../lib/RT/CurrentUser_Local.pm:58)</blockquote>

<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

[Mon Jun 14 21:45:18 2010] [warning]: Use of uninitialized value $_[6] in join or string at /usr/local/share/perl/5.10.0/Log/Dispatch.pm line 21, <DATA> line 522. (/opt/rt3/bin/../lib/RT/CurrentUser_Local.pm:58)</blockquote>

<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

[Mon Jun 14 21:45:18 2010] [info]: CreateFromExternalUserInfo: failed to find user with args:  uid jwh83  (/opt/rt3/bin/../lib/RT/CurrentUser_Local.pm:60)</blockquote><div><br></div></blockquote><div><br></div><div>jwh83 is the uid I'm looking for, and I can search for it just fine using ldapsearch in Ubuntu <i>with authentication. </i>If I had to guess, I'd guess that because I'm not passing any credentials with AutoCreateFromExternalUserInfo.</div>

<div><br></div><div>Any suggestions?</div><div><br clear="all">Jonah Hirsch<br>-----------------------<br>
</div>