Hi Raphaël, this also sounds like an interesting method. I'm going to check it out today. I guess that mod_ntlm is alot easier than fumbling around with kerberos. Thanks for this interesting idea!
Raphaël MOUNEYRES wrote: > > Hello, > here we'vebeen able to to SSO auth via apache using mod_ntlm > (mod_ntlm-0.2-10mdv2010.1.x86_64 ) > > Info was from > http://requesttracker.wikia.com/wiki/NtlmAuthentication > http://modntlm.sourceforge.net/ > > here is a sample of our apache config > <VirtualHost xx.xx.xx.xx:80> > ServerName xx.xx.xx.xx > ServerAdmin [email protected] > > AddDefaultCharset UTF-8 > DocumentRoot /opt/rt3/share/html > > <Directory "/opt/rt3/share/html/"> > Order allow,deny > Allow from all > > # Options d’authentifications NTLM > AuthName "Request Tracker" > AuthType NTLM > NTLMAuth on > NTLMAuthoritative on > NTLMDomain xxx.local > NTLMServer xxx.xxx.local > NTLMBackup xxx.xxx.local > require valid-user > </Directory> > > PerlModule Apache2::compat > PerlModule Apache::DBI > PerlRequire /opt/rt3/bin/webmux.pl > > <Location /> > SetHandler perl-script > PerlHandler RT::Mason > </Location> > > #Dossiers exclus de l’authentification > <Location /NoAuth> > Satisfy any > Allow from all > </Location> > <Location /REST/1.0/NoAuth/> > Satisfy any > Allow from all > </Location> > > </VirtualHost> > > Raphaël MOUNEYRES > Ingénieur Moyens Tests > Avenue Paul Gellos 64990 Mouguerre > Phone: +33 (0)5 59 58 41 51 > > > > declaya <[email protected]> > Envoyé par : [email protected] > 20/09/2011 07:45 > > A > [email protected] > cc > > Objet > Re: [rt-users] RT4.0.1 ExternalAuth and SSO > -- View this message in context: http://old.nabble.com/RT4.0.1-ExternalAuth-and-SSO-tp32478912p32503716.html Sent from the Request Tracker - User mailing list archive at Nabble.com. -------- RT Training Sessions (http://bestpractical.com/services/training.html) * Chicago, IL, USA September 26 & 27, 2011 * San Francisco, CA, USA October 18 & 19, 2011 * Washington DC, USA October 31 & November 1, 2011 * Melbourne VIC, Australia November 28 & 29, 2011 * Barcelona, Spain November 28 & 29, 2011
