Re: [EMAIL PROTECTED] pwauth does not run as user

2006-03-15 Thread koen . vdvelde
Solved !! (with a little help ...) for the archive ... here's the solution the config.h contains :#define SERVER_UIDS 72  /* user "nobody" */ So I Changed this to the UID that apache is running on and recompiled. Than did a su  (with '-m' since apacha uses /sbin/nologin)  # su -m apacheAnd

[EMAIL PROTECTED] pwauth does not run as user

2006-03-14 Thread koen . vdvelde
Hi, I want to use pwauth for authentication on my apache. I downloaded pwauth-2.3.2.tar.gz and compiled it. Than I installed it in /usr/local/bin and "suid root" it (chmod +s pwauth) [EMAIL PROTECTED]:/usr/local/bin]# ll pwauth -rwsr-sr-x1 root root16517 Mar 14 17:06 pwa