Here's the layout. The server in a Linux box , RedHat 8, running Apache Server. The Clients are all Windows 2000 Professional desktops accessing the files with Internet Explorer v6.0. This is an intranet site that is updated daily. One of the most used features on this site is to allow users to open a form, fill in necessary information and submit the form with a minimal amount of text entry. I would like to be able to grab the user's NT login username and send that username back to the server with the form contents. Doing this, eliminates the need for the user to provide a name or employee number on the form and provides authentication as to who the user is.
We use these forms for vacation requests, training requests, repair requests and a number of other uses. I might add that we have been using this application for several years on a Windows NT server running FrontPage server extensions. Obtaining the NT login name with FrontPage is easy to do. I'm in the process of rewriting this web application for the Apache server without the FrontPage extensions. We are trying to convert as many applications as possible to run purely in the Linux environment, mostly for the cost savings available with open source products.
Thanks for the help so far!