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



:Lets try this again with some carriage returns.

If you could run Apache on the AS/400 the following snippet from my httpd.conf file works for me.

<Directory /intranet>
AllowOverride None
AuthName HTC_Intranet
ProfileToken off
AuthType Basic
order allow,deny
allow from all
require valid-user
UserID %%CLIENT%%
PasswdFile %%SYSTEM%%
</Directory>

Otherwise I guess a servlet using the AS/400 Java toolbox would be your next option.

Thanx, PLA

Martín Marchetta wrote:

I am creating a web application. All my users have a user profile in AS/400 server V4R5, and I need to validate UserIDs and Passwords that these users enters in the web site, against the AS/400 server, just like if they were logging in on the as/400.
I have 2 choices:
- Use asp pages running over IIS 5.0 (Win 2k).
- Use servlets running either Win2k or as/400

¿can anybody help me?

_______________________________________________
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
To post a message email: WEB400@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo.cgi/web400
or email: WEB400-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.







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.