--------------- Hoenig, Robert wrote: --------------- : Not really. I have a page that only users in the domain admin : group can access. So when a domain admin goes to a users : computer and they need something off the domain admin page they : have to log out the user and log in as themselves. Very time : consuming and a pain for the user. I would like a way for the : domain admin to just be able to log into that page and then when : they are done log off. I don't want to maintain a separate table : for login information. : : Robert : : *---------------------* : Application Programmer : x4863 :
Hmm... the first thing that pops into my mind (assuming windows platform, 2k or better) is the runas command. > runas /profile /env /user:mydomain\admin "iexplore.exe" should let you run Internet Explorer as an administrative user. Short of that, I don't think it's a big deal to password protect your admin page with a db of authorized users and a form for logging in. hth, Stephen http://www.mechavox.com ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email. To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
