On Tue, 10 May 2011 09:32:11 +0100, Sebastian Toepfer wrote:

> Hello,
>
 Hello,


> I use Kerberos to authentificate my useres, but REMOTE_USER return it
> in upper case now but my email are lower case. So I must change after
> every update the dspam.cgi script to do this job ... but no worry 
> this
> is not the change that I want from you.
> I use debian and the nice packages for it and there a 
> webfrontend.conf
> exists and I think this file is a nice place to change my username to
> lower. But after check dspam.cgi I found many places where
> $ENV('REMOTE_USER') are used. It is possible to change all occurence 
> to
> e.g. $CURRENT_USER? I've try it and it seem to work for me.
>
> In short:
>
> set $CURRENT_USER to $ENV('REMOTE_USER') at the begining
> and replace the rest of $ENV('REMOTE_USER') with $CURRENT_USER
>
 feel free to submit a patch of your working implementation.


> Regards,
> Sebastian
>
-- 
 Kind Regards from Switzerland,

 Stevan Bajić
 

 Links:
 ------
 [1] http://p.sf.net/sfu/intel-dev2devmay
 [2] mailto:Dspam-devel@lists.sourceforge.net
 [3] https://lists.sourceforge.net/lists/listinfo/dspam-devel

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Dspam-devel mailing list
Dspam-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-devel

Reply via email to