That is very cool information, but everyone is out and about so we don't use a domain =(<br><br><div><span class="gmail_quote">On 3/12/08, <b class="gmail_sendername">Stef Coene</b> <<a href="mailto:stef.coene@docum.org">stef.coene@docum.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wednesday 12 March 2008, Josh Luthman wrote:<br> > I am curious to see how the crew here on the mailing list secures their<br> > Hobbit from the outside world.  I need to have the WWW pages visible from<br> > every IP but only from certain people, therefor I need to use users and<br>
 > passwords.  Our Hobbitmon is viewed via cell phones and computers (IE and<br> > Firefox) and protected by an HTTP(S) login currently.  The problem is that<br> > with three different Directory statements in httpd.conf, you need to login<br>
 > three times every time you restart Firefox.<br> ><br> > Also, how many businesses have Hobbitmon wide open for the viewing, such as<br> > Henrik's demo, if any?<br> I just found out the nice module Apache2-AuthenMSAD.  Very small module, very<br>
 easy to install, very easy to change and adapt.  It authenticate the user<br> against the windows domain, it just tries an ldap connection with the<br> supplied username and password.  This is the authentication part of apache:<br>
 <br> AuthName "Windows domain login"<br> AuthType Basic<br> <br> # Authentication  method/handler<br> PerlAuthenHandler Apache2::AuthenMSAD<br> PerlSetVar MSADDomain WindowsDomain<br> PerlSetVar MSADServer DomainController<br>
 <br> # Require lines can be any of the following -- any user, one of a list<br> require valid-user<br> <br> <br> Stef<br> <br> To unsubscribe from the hobbit list, send an e-mail to<br> <a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br>
 <br> <br> </blockquote></div><br><br clear="all"><br>-- <br>Josh Luthman<br>Office: 937-552-2340<br>Direct: 937-552-2343<br>1100 Wayne St<br>Suite 1337<br>Troy, OH 45373<br><br>Those who don't understand UNIX are condemned to reinvent it, poorly.<br>
--- Henry Spencer