× 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.



If you use Basic Authentication, it's pretty easy. This would be just like
the popup that is displayed when you go into the web admin on the iSeries.

First, create a file named securep.inc and place it in the same directory as
your config file. It should contain:

AuthName yoursystemname
AuthType Basic
PasswdFile %%SYSTEM%%
<Limit GET POST>
Require valid-user
</Limit>

Then in your config, set it up so paths are protected:

<Location /secure/>
Include conf/v3.1/SECUREP.inc
</Location>

<Location /cgi-secure/>
Include conf/v3.1/SECUREP.inc
</Location>

This will secure both a path named "/secure" which could contain documents
you'd like to protect as well as a path named "/cgi-secure" which could
contain web apps you'd like to protect. Notice, because these are location
containers they are logical paths (most often mapped to something else).

Bradley V. Stone
BVSTools - www.bvstools.com
eRPG SDK - www.erpgsdk.com

-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx]On Behalf Of Kerwin Crawford
Sent: Friday, July 11, 2008 2:24 PM
To: midrange-l@xxxxxxxxxxxx
Subject: web application validate users against iSeries


I have a need to have a web application to validate users from
the iSeries. Has anyone attempted this if so how?

Example: Web application requires a sign on. All of the users
have profiles on the iSeries. Therefore we would like to have
them use their iSeries profiles to validate against the iSeries.
Eliminating the need to keep a DB with users in it, that the web
application validates against.

We have two web applications one will not need to access any data
from the iSeries, the other will.

Kerwin

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L)
mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.