× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I have a small problem.  I'm sure it's a very simple solution.  I am trying
to protect a couple of different areas on my system with a validation list.
The protection is working but the problem that I'm having is that the user
is being prompted for a valid user name and password in both places.  My
directives are as follows for both directories.  One directory is in the IFS
and the other is protecting the library my cgi programs are in.  Any help is
appreciated.  I want the protection scheme to span the entire browser
session for both areas to only prompt the user one time for a password.
 
<Directory /qsys.lib/mycgilib.lib>
   ProfileToken off
   Require valid-user
   AuthType Basic
   AuthName ISERIES
   PasswdFile validlib/validlist
   UserID %%SERVER%%
   order deny,allow
</Directory>
<Directory /www/apacheserver/htdocs/protectedfolder>
   ProfileToken off
   Require valid-user
   AuthType Basic
   AuthName ISERIES
   PasswdFile validlib/validlist
   UserID %%SERVER%%
   order deny,allow
</Directory>



____________________________________________
Kevin R. Touchette        Programmer/Analyst     
Washington Corporations
Phone -    (406) 523-1369<?xml:namespace prefix = o ns =
"urn:schemas-microsoft-com:office:office" />

E-Mail - KTouchette@xxxxxxxxxxxx <mailto:-KTouchette@xxxxxxxxxxxx>
____________________________________________

 

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.