Buchan,<br><br>First of all I want to point out you don't need to email both the mailing list and me, the point of the mailing list is that there is one reply address =P  Simply email <a href="mailto:hobbit@hswn.dk">hobbit@hswn.dk</a> (without modifying the subject) and everyone will get your message.  It will make it more visually friendly =)<br>
<br>Secondly, there are three different "virtual directories" requiring the three different authentication statements.  The problem is that there are now three places to login at, the /hobbit and /hobbit-cgi and /hobbit-cgisec and it gets very irritating.  I don't mind logging in once, but when you navigate through pages and have to login again for the same application is looks pretty ridiculous.<br>
<br>Can you show me an example of your LDAP authentication configuration (on Apache), <span id="_user_bgmilne@staff.telkomsa.net" style="color: rgb(121, 6, 25);">Buchan?<br><br>Josh<br></span><br><div><span class="gmail_quote">On 3/12/08, <b class="gmail_sendername">Buchan Milne</b> <<a href="mailto:bgmilne@staff.telkomsa.net">bgmilne@staff.telkomsa.net</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 14:14:41 Josh Luthman wrote:<br> > This is what I have in httpd.conf that makes me login three times (you can<br> > tell which three, obviously =)<br> ><br> > Alias /hobbit/  "/hobbitdir/server/www/"<br>
 > <Directory "/hobbitdir/server/www"><br> >     Options Indexes FollowSymLinks Includes MultiViews<br> >     Order allow,deny<br> >     Allow from all<br> >   AuthUserFile /hobbitdir/server/etc/hobbitpasswd<br>
 >   AuthType Basic<br> >   AuthName "Hobbit Monitoring1"<br> >   Require valid-user<br> > </Directory><br> ><br> > ScriptAlias /hobbit-cgi/ "/hobbitdir/cgi-bin/"<br> > <Directory "/hobbitdir/cgi-bin"><br>
 >     AllowOverride None<br> >     Options ExecCGI Includes<br> >     Order allow,deny<br> >     Allow from all<br> >   AuthUserFile /hobbitdir/server/etc/hobbitpasswd<br> >   AuthType Basic<br> >   AuthName "Hobbit Monitoring2"<br>
 >   Require valid-user<br> > </Directory><br> ><br> > ScriptAlias /hobbit-seccgi/ "/hobbitdir/cgi-secure/"<br> > <Directory "/hobbitdir/cgi-secure"><br> >     AllowOverride None<br>
 >     Options ExecCGI Includes<br> >     Order allow,deny<br> >     Allow from all<br> ><br> >     AuthUserFile /hobbitdir/server/etc/hobbitpasswd<br> >     AuthGroupFile /hobbitdir/server/etc/hobbitgroups<br>
 >     AuthType Basic<br> >     AuthName "Hobbit Monitoring3"<br> >     Require valid-user<br> >     Require group group4admin<br> > </Directory><br> <br> <br>If you use the same AuthName, most likely you users should not need to log in<br>
 more than once. Was there a reason you used different ones.<br> <br> <br> Regards,<br> <br>Buchan<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