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
Regards,
Sebastian
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspam-devel