[rt-users] The holy grail: RT, Apache/unix, and Active Directory Single Sign-On (yes, really)
Nathan J. Mehl
rtusers at memory.blank.org
Wed Oct 26 09:41:04 EDT 2005
In the immortal words of Ruslan Zakirov (ruslan.zakirov at gmail.com):
> <<<
> 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 ) {
> ...
> }
Heh, quite right. I've updated my docs accordingly.
-n
------------------------------------------------------------<memory at blank.org>
"The beauty you like is precisely that which escapes you." (--Issey Miyake)
<http://blank.org/memory/>----------------------------------------------------
More information about the rt-users
mailing list