I'm a little confused about the $Conf{CgiAdminUserGroup} and
$Conf{CgiAdminUsers} tags in the main config file.
I'd like the following scenario adhered to for the CGI interface.
I want an admin user (Let's just name him admin) to have access/control to
all shares.
I want an addition client (only in some cases to have access to their own
shares.
There are four places where I would think to change values. One would be
the config.pl file, the other would be real system user accounts (Are these
needed?), another would be in the hosts file, and then another would be a
.htaccess password protection scheme.
So, lets say that I have the following hosts in my host file.
host dhcp user moreUsers
machine1 0 admin charlie
machine2 0 admin
machine3 0 admin
machine4 0 admin joe,steve,brad
Where are admin, charlie, joe, steve and brad defined?
I have the system working with $Conf{CgiAdminUsers} = '*'; but would
like to lock it down.
So here are the questions:
1...Do ANY of these users need to exist as real system users, based on
having the following .htaccess in my /cgi-bin:
AuthGroupFile /etc/group # <--- change path as needed
AuthUserFile /etc/passwd # <--- change path as needed
AuthType basic
AuthName "access"
require valid-user
2...If I create an apache basic auth scheme, do I use the user names there?
3...What should I use in the config.pl's $Conf{CgiAdminUserGroup} and
$Conf{CgiAdminUsers} values and should either one match the main user in the
hosts file?
Thank you,
Corey Baldwin
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.714 / Virus Database: 470 - Release Date: 7/2/2004
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/
