Actually if you have IIS set for Windows Authentication you can get the network login
Put the following in an .asp (I call it printenv.asp) file in your web directory and call it from your browser. This shows all variables available in the HTTP Header. <html> <HEAD></HEAD> <BODY> <% for each header in Request.ServerVariables response.write header & " = " & Request.ServerVariables(header) & " <br><br> " next %> </BODY> </HTML> Fred -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Misi Mladoniczky Sent: Wednesday, September 30, 2009 7:42 AM To: [email protected] Subject: Re: Get user's network login on mid-tier (and AD authentication project) Hi, I don't think there is. The browser is not supposed to "talk" to the native OS, as this would be a security problem. If you need to change the actual login-name in Remedy, we have published a free tool that will change a list of users to new names in all forms and fields: https://www.rrr.se/cgi/tools/main#rrrLoginConv Best Regards - Misi, RRR AB, http://www.rrr.se Products from RRR Scandinavia: * RRR|License - Not enough Remedy licenses? Save money by optimizing. * RRR|Log - Performance issues or elusive bugs? Analyze your Remedy logs. Find these products, and many free tools and utilities, at http://rrr.se. > I'm about to start a project to move all our users across t > Hello > > I'm about to start a project to move all our users across to Active > Directory integration using LDAP. > > The proof of concept of the LDAP bit of it turned out to be quite > straightforward, but is looking more difficult is matching up our > existing users to the network login IDs. > > For our client users I was thinking I would use a dialogue box which > would pop up and ask them what their network login is. And for those > who aren't sure (I'm sure there will be some), there would be a button > to push that would run a process and get it for them. However, this > button won't work on mid-tier because its an active link running a > process. > > Is there a simple command I can run on mid-tier (without needing any > non-Remedy development tools) which can retrieve this information? > > Has anyone else done something similar who has any advice on dealing > with the practicalities of changing all the usernames around? > > Any suggestions gratefully received > > Isabel > > Remedy 7.5 Patch 2 on Sun Solaris > Mid-tier 7.5 patch 2 on Windows with IIS (all users are internal) > > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

