[rt-users] The holy grail: RT, Apache/unix, and Active Directory Single Sign-On (yes, really)

Ruslan Zakirov ruslan.zakirov at gmail.com
Wed Oct 26 00:41:57 EDT 2005


<<<
9. Edit /opt/rt3/lib/RT/User_Local.pm to fix a small logic error in
UIO's code. At line 374, change the != comparison to a ne comparison,
so that the line reads:

if (defined($RT::LdapUser) && $RT::LdapUser ne '') {
>>>
Equive perl code for this is:
if ( $RT::LdapUser ) {
...
}

On 10/25/05, Nathan J. Mehl <rtusers at memory.blank.org> wrote:
>
> At the risk of following up to myself...
>
> Because creating and maintaining a local/html/autohandler file was too
> ugly a hack to tolerate, I broke down and wrote the necessary
> Web_Local.pm glue to autofill Name, RealName and EmailAddress from the
> LDAP directory.
>
> Updated instructions and the Web_Local.pm file itself are at:
>
>         http://blank.org/memory/output/rt-ad-sso.html
>
> -n
>
> ----------------------------------------------------------<memory at blank.org>
> And when love is gone, there's always justice.  And when justice is gone
> there's always force.  And when force is gone, threre's always mom.  Hi mom!
>                                                          (--Laurie Anderson)
> <http://blank.org/memory/>--------------------------------------------------
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Be sure to check out the RT Wiki at http://wiki.bestpractical.com
>
> Buy your copy of our new book, RT Essentials, today!
>
> Download a free sample chapter from http://rtbook.bestpractical.com
>


--
Best regards, Ruslan.



More information about the rt-users mailing list