[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Password protect certain pages
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Password protect certain pages
- From: Alan Sparks <asparks (at) doublesparks.net>
- Date: Fri, 10 Jul 2009 09:10:53 -0600
- References: <OF9CE260BD.1C6389D9-ON862575EF.0048842F-862575EF.00490EA4 (at) hormel.com> <Pine.LNX.4.64.0907101524540.28265 (at) pal34.desy.de> <833FE11B4A07FD4789F720B6F915124F0786CA3444 (at) HHCGVL-COMM01>
- User-agent: Thunderbird 2.0.0.22 (Windows/20090605)
Harold J. Ballinger wrote:
> I have several pages that I would like to password protect in the same way that the enable/disable and acknowledge capabilities are password protected.
>
> 1) I have an entire subpage that I would like to protect
> 2) I would like for all notes to be protected
>
> If it would be possible to login once and it remembers the session (I think the current enable/disable works that way), that would be preferred since I wouldn't want to have to login each time I clicked the links, just once to confirm that I'm an authorized person.
>
Hobbit uses standard Web server authentication methods, so you should
look at your httpd.conf config for this. Using additional <Directory>
or <Location> containers should help you out. Use the same AuthRealm
setting for all of these containers (same as you use on the cgi-secure
directory), and you will not get additional prompts for credentials.
-Alan