MartyConnelly
martyconnelly at shaw.ca
Wed Jul 30 18:00:15 CDT 2003
Well that is cheaper than using SSL and security certificates. Integrated Security is part of the security setup for IIS or Windows Server. Lawrence Mrazek wrote: >Hi: > >Have you looked at a third party component to do this? You might want to >check out: http://www.aspuser.com/ (I haven't used this component, but >I've used others by this company and have liked them). > >Larry Mrazek >LCM Research, Inc. >lmrazek at lcm-res.com >http://www.lcm-res.com > >-----Original Message----- >From: accessd-bounces at databaseadvisors.com >[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Jim DeMarco >Sent: Wednesday, July 30, 2003 11:22 AM >To: Access Developers discussion and problem solving >Subject: RE: [AccessD] OT: Retreiving user login name via ASP > > >Andrew, > >This didn't work. How do I know if we're using Integrated >Authentication? Is that Windows or IIS? > >Thanks, > >Jim > >-----Original Message----- >From: Haslett, Andrew [mailto:andrew.haslett at ilc.gov.au] >Sent: Tuesday, July 29, 2003 8:09 PM >To: 'Access Developers discussion and problem solving' >Subject: RE: [AccessD] OT: Retreiving user login name via ASP > > >If using Integrated Authentication, the NT user name is passed through >the browser HTTP Server variables. > >Try this: >Response.Write (Request.ServerVariables("LOGON_USER")) > >This returns a string in the format domain\username > >If LOGON_USER doesn't work, try REMOTE_USER > >Cheers, >Andrew > > > >-----Original Message----- >From: Jim DeMarco [mailto:Jdemarco at hshhp.org] >Sent: Wednesday, 30 July 2003 6:35 AM >To: Access Developers discussion and problem solving >Subject: [AccessD] OT: Retreiving user login name via ASP > > >Having a disagreement with the boss that maybe someone here can clear up >for me. He thinks there is a way to return the Win2K user login name >from an ASP page. I'm not 100% certain but I don't know that I've ever >seen that done. > >Does anyone know if it's possible? If it is a code sample would be >appreciated. > >Thanks, > >Jim DeMarco > > >************************************************************************ >**** >******* >"This electronic message is intended to be for the use only of the named >recipient, and may contain information from Hudson Health Plan (HHP) >that is confidential or privileged. If you are not the intended >recipient, you are hereby notified that any disclosure, copying, >distribution or use of the contents of this message is strictly >prohibited. If you have received this message in error or are not the >named recipient, please notify us immediately, either by contacting the >sender at the electronic mail address noted above or calling HHP at >(914) 631-1611. If you are not the intended recipient, please do not >forward this email to anyone, and delete and destroy all copies of this >message. Thank You". >************************************************************************ >**** >******* > >_______________________________________________ >AccessD mailing list >AccessD at databaseadvisors.com >http://databaseadvisors.com/mailman/listinfo/accessd >Website: http://www.databaseadvisors.com > >IMPORTANT - PLEASE READ ******************** >This email and any files transmitted with it are confidential and may >contain information protected by law from disclosure. >If you have received this message in error, please notify the sender >immediately and delete this email from your system. >No warranty is given that this email or files, if attached to this >email, are free from computer viruses or other defects. They >are provided on the basis the user assumes all responsibility for >loss, damage or consequence resulting directly or indirectly from >their use, whether caused by the negligence of the sender or not. >_______________________________________________ >AccessD mailing list >AccessD at databaseadvisors.com >http://databaseadvisors.com/mailman/listinfo/accessd >Website: http://www.databaseadvisors.com > > >************************************************************************ >*********** >"This electronic message is intended to be for the use only of the named >recipient, and may contain information from Hudson Health Plan (HHP) >that is confidential or privileged. If you are not the intended >recipient, you are hereby notified that any disclosure, copying, >distribution or use of the contents of this message is strictly >prohibited. If you have received this message in error or are not the >named recipient, please notify us immediately, either by contacting the >sender at the electronic mail address noted above or calling HHP at >(914) 631-1611. If you are not the intended recipient, please do not >forward this email to anyone, and delete and destroy all copies of this >message. Thank You". >************************************************************************ >*********** > >_______________________________________________ >AccessD mailing list >AccessD at databaseadvisors.com >http://databaseadvisors.com/mailman/listinfo/accessd >Website: http://www.databaseadvisors.com >- > > >- > >_______________________________________________ >AccessD mailing list >AccessD at databaseadvisors.com >http://databaseadvisors.com/mailman/listinfo/accessd >Website: http://www.databaseadvisors.com > > >