Riccardo Bini wrote:

Hi, it's possible to change the mode to detect if qscand exist?? i have qscand user in ldap and in the configure file there is:

UU=`grep "^$QS_USER" /etc/passwd | sed -e "s/^\$QS_USER:.*$/\$QS_USER/"`

It's better:

UU=`id -u $QS_USER`



You're absolutely right. I have tried elsewhere to get "getent" style calls for exactly that reason - must have missed that one.

Jason


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to