Alex writes:

> I've successfully configured mod_auth_pam, and can now log on using 
> domain user name and password. I have also put user names in the host 
> file as domain\user. The only problem I still have is that when I set 
> $Conf{CgiAdminUsers} to domain\user, the admin interface does not come up.
> 
> What other format can I try?

You need to confirm how apache passes such a user name
via the REMOTE_USER environment variable.  Use the
printenv script included in apache's cgi-bin to see.

Second, do you use single or double-quotes in defining $Conf{CgiAdminUsers}?
With an embedded backslash you will need to use single quotes.

Craig

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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