- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Logging in from an NT Web server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2001 12:47 PM
тАО02-27-2001 12:47 PM
Logging in from an NT Web server
Thanks for the help!
Terry Kummell
CCI-Triad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2001 01:31 PM
тАО02-27-2001 01:31 PM
Re: Logging in from an NT Web server
One book I am currently using is the O'Reilly book Apache, the definative guide.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2001 09:28 PM
тАО02-27-2001 09:28 PM
Re: Logging in from an NT Web server
That was easier than other choices, such as via the ODBC or native drivers.
If you use an app that uses native drivers, you could login to the db using system authorization. We use that method with our Unify Vision apps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2001 06:46 AM
тАО02-28-2001 06:46 AM
Re: Logging in from an NT Web server
1. Remote user accesses a web page that resides on the NT server.
2. The remote user must be authenicated for access to the Informix database that resides on the K570.
So the question resolves (at least in my mind) to "How do you authenicate a remote user who wants Informix access when that user is not directly attached to the K570 (eg via Winnt)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2001 06:52 AM
тАО02-28-2001 06:52 AM
Re: Logging in from an NT Web server
Kind of unsure of what you are asking?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2001 09:45 AM
тАО02-28-2001 09:45 AM
Re: Logging in from an NT Web server
Okay, we have some users that currently have access to data that are stored in an informix database. The current interface is a character based terminal session (non GUI).
We have a GUI based application that runs on an NT server that these same users also use. They connect to this application and are presented with a 'form' based GUI interface.
The management has said "Gee, wouldn't it be nice if we could access the informix data the same (or similar) way?"
Hence the question.... If I have a user who is logging on to an NT server who wants to review some data that happens to reside on an HP-UX based system, how do I authenicate (or log this user on)?
Is there some application that will allow the NT system to send the login name and password to validate that the user has permission to use the HP-UX resources?
I appreciate all of the answers I've recieved so far and I am sorry that it is taking so much bandwidth to elaborate on the basic question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2001 02:31 PM
тАО02-28-2001 02:31 PM
Re: Logging in from an NT Web server
if it is about db access from a web based application,
is perl a possible choice to be used as "CGI" language?
If yes, then get yourself the "ActiveState" perl package
for Windows (free), get the "DBI::" package from CPAN
(try www.perl.com) and use just some HTML "form" to
ask the user for his/her name and password.
Read "http://www.perl.com/pub/2001/02/dbix.html"
for details...
HTH,
Wodisch