Not sure if this fits for you, but we do this sort of thing with
mod_perl.  Our authentication handler (a Perl module) has logic to
first try a Radius server, and then a database of people who registered
via the Internet.  To get Apache to fall back to RT, you might
need a combination of two RT config settings: WebExternal Auth (to let
Apache try the authent), along with WebFallBackToInternalAuth, to let
RT try if the first one fails.  Haven't tried this, but it looks
promising.<br><br><div><span class="gmail_quote">On 10/20/05, <b class="gmail_sendername">Todd Chapman</b> <<a href="mailto:todd@chaka.net">todd@chaka.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
But what I want to do is have Apache try passwordless NTLM<br>witn my IE client, and then if that fails let RT handle<br>authentication.<br><br>-Todd<br><br>On Thu, Oct 20, 2005 at 03:48:05PM -0700, Nathan Oyler wrote:<br>
> > On Thu, Oct 20, 2005 at 01:42:44PM -0500, Nathan, Ahalya wrote:<br>> > > Single Sign On can be done by using the NTLM module in apache to get<br>> the<br>> > > Login ID from the IE browser. You can use this id to connect to the
<br>> LDAP<br>> > > server. The LDAP contribution on the wiki will give you information<br>> > > about connecting to the LDAP server. I am guessing NTLM module uses<br>> > > mod-perl , not sure if it will work with fast-cgi.
<br>> > ><br>> ><br>> > Anyone know if you can get Apache to attempt automatic authentication<br>> > with IE, and if that fails fall back to letting RT do the auth?<br>> ><br>> > -Todd
<br>><br>> I do this with the LDAP overlay instead of apache.<br>><br>> It attempts LDAP, and then if that fails falls back to RT for auth. It<br>> may actually try RT first, then LDAP. Works though.<br>_______________________________________________
<br><a href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a><br><br>Be sure to check out the RT Wiki at <a href="http://wiki.bestpractical.com">
http://wiki.bestpractical.com</a><br><br>Buy your copy of our new book, RT Essentials, today!<br><br>Download a free sample chapter from <a href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</a><br></blockquote>
</div><br>