> > located.
> 
> The same here, but still the problem.
> 
Curious.

I put together a short script to just list off the real and effective
user id's.

/usr/share/backuppc/cgi-bin/test.cgi

#!/usr/bin/perl 
print "content-type: text/plain\n\n",
      "Real user id: $<\n",
      "Effective user id: $>\n",
      "Real Group id: $(\n",
      "Effective Group id: $)\n\n",
      "REMOTE_USER: ", $ENV{REMOTE_USER}, "\n";

chown backuppc.backuppc test.cgi
chmod 4755 test.cgi

On my system, I get the following output (be sure to call it from the browser):
Real user id: 33
Effective user id: 33
Real Group id: 33 33
Effective Group id: 33 33

REMOTE_USER: backuppc

What happens on your end?

Regards,
Rich



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to