[freeside] Authorization Question
Jason
jbrunk at whitetec.com
Sun Sep 30 08:54:40 PDT 2001
is the rest of my configuration correct though?
when i create the authuserfile, do i add it into my .htaccess file? how does apache know to use the mapsecrets?
jason
----- Original Message -----
From: Dana Hudes
To: ivan-freeside at sisd.com
Sent: Sunday, September 30, 2001 9:51 AM
Subject: Re: [freeside] Authorization Question
you need to use htpasswd to create the file for AuthUserFile
rtfm
man htpasswd
see also the documentation for mod_auth in Apache
----- Original Message -----
From: Jason
To: ivan-freeside at sisd.com
Sent: Sunday, September 30, 2001 4:43 AM
Subject: [freeside] Authorization Question
- All Modules have been installed and to my knowledge are working correctly.
- FreeBSD 4.3 Release: MySQL
Not really an errror just a question on my configuration. I am running apache 1.3.19_1
here is my question, this is the first time i have ever used the mapsecrets stuff.
here is what i have, i don't think it is correct because i can not get into my site through a browser because i am not clear where my password comes from.
in my .htaccess file i have the following.
AuthName "restricted stuff"
AuthType Basic
AuthUserFile /usr/local/etc/freeside/mapsecrets
require valid-user
then in my mapsecrets i have
admin sec_admin
where admin is the user and sec_admin is the secrets file
then in my sec_admin file i have
DBI:mysql:freeside
freeside
free1
where the first line is my connection string
second is my dbusername
third is dbpassword
so i guess what i am askig is, where do i assign the password for the account admin? do i have something messed up?
jason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://420.am/pipermail/freeside-users/attachments/20010930/43fce3c9/attachment.html
More information about the freeside-users
mailing list