[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Securing Hobbit from visitors
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Securing Hobbit from visitors
- From: Ben <azlobo73 (at) gmail.com>
- Date: Tue, 11 Mar 2008 22:56:03 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=iSPecGDz3C+QbxLotEqPDWYEgWlR+RvX3N1TA7Cxz58=; b=a/FhpZ+ITO+kRbn3PgQBLRUYwS0vlSHsxOg7fBiXpQDHdVo/A4/j7ra191N+a5A3qXYfJNhih2HaIHukxrjVucQYN5g0RstmIZuWQ9+wJ7IzWCJg/dw4uy2zSPleFqNj9va2vQDc5qcoEAaYw8Ma7YuRmk3Wje0GxvI0uP/NtCg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bCwGndcuGhHG0vN+fcT/vLqQ3z1mcDtTImhhSMS5ohbj6m03Hj0DtSTaguPi3K88fwhuR/zfuiW7GU/brrie+85EaYc0bG8Qs2yi+YTa1livjrkXCR88sKE1xW35nW3kj6VMdCsxkMk4h1VlOCaQ72eb0ZhnFEfyGF4+OhfqrKk=
- References: <961092e10803112158l78a51010xf274a6f0c5ea8ad6 (at) mail.gmail.com> <f78ef9160803112239m2383007bhb1f23a8a6415294b (at) mail.gmail.com> <f78ef9160803112244o1e73dc00xb1b8e182a7547e88 (at) mail.gmail.com>
PPS: And for the record, I wouldn't have known myself until I tried
it out to know (I sounded a little short in my initial reply and
didn't want you to think I meant you should have known better). Thank
you, for helping me learn something new today :-)
Ben
On Tue, Mar 11, 2008 at 10:44 PM, Ben <azlobo73 (at) gmail.com> wrote:
> PS: We're running LAMP stack Apache 2.0 should it make a difference.
>
>
>
> On Tue, Mar 11, 2008 at 10:39 PM, Ben <azlobo73 (at) gmail.com> wrote:
> > We don't have ours open (in fact very we keep access as limited in
> > scope as is necessary; in our environment we can so we do - thank
> > goodness for socks5 and ssh), but a little time testing yields answers
> > for the auth question.
> >
> > Set the same realm (AuthName directive) and password auth file(s)
> > (AuthUserFile and optionally AuthGroupFile if using groups -
> > recommended for multiple users so you can give everyone their own
> > accounts, manage them simply via group management, and safely revoke
> > access when needed) in all three locations. That will do the trick
> > (Tested via Firefox, Opera, and Epiphany). Even setting the same
> > password file(s) should be sufficient most of the time. I even can
> > create the same user/pass credentials in separate password files and
> > login only once to access all three locations.
> >
> > Ben
> >
> >
> >