kanti wrote:
> ****This is an edited version of a previous post****
> 
> 
> when i type on the browser http://localhost/BackupPC after that its ask for a 
> user name and passwd . so i enterd the Username - admin and passwd - 
> admin1234 as follows After that i m got those options which i alreday told u 
> . 
> 
> And secondly i didn't make any changes in #vi config.pl file . what ever the 
> default setting its remain same . And for ur information the configuration 
> the main config.pl for 
> $Conf{CgiAdminUsers} is like this ............
> 
> # If you want every user to have admin privileges (careful!), set
> # $Conf{CgiAdminUsers} = '*'.
> #
> # Examples:
> #    $Conf{CgiAdminUserGroup} = 'admin';
> #    $Conf{CgiAdminUsers}     = 'craig celia';
> #    --> administrative users are the union of group admin, plus
> #      craig and celia.
> #
> #    $Conf{CgiAdminUserGroup} = '';
> #    $Conf{CgiAdminUsers}     = 'craig celia';
> #    --> administrative users are only craig and celia'.
> #
> $Conf{CgiAdminUserGroup} = '';
> $Conf{CgiAdminUsers}     = '';

Change this to
$Conf{CgiAdminUsers} = 'admin';


If you are using mod_perl, you will have to restart the httpd service 
after making the change.  If you run as a normal CGI script it will take 
effect without a restart.

-- 
   Les Mikesell
    [EMAIL PROTECTED]


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to