RE: Getting XP Login Name?

2003-03-19 Thread Scott Wilhelm
First, you'll need to turn off nonymous access on the directory.  Then,
try using LOGON_USER to get the username.

HTH,

Scott

-Original Message-
From: Claremont, Timothy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 8:22 AM
To: CF-Talk
Subject: Getting XP Login Name?


I have not played with CF for a couple and years, and now am getting
back into it.

Can someone tell me if it is possible to retrieve the XP login name on
the puter that is accessing my app?

Thanks!


Tim Claremont
Applications Specialist
Independent Living For Seniors
585.922.2882
[EMAIL PROTECTED]






**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error 
please delete it from your system. Thank you!
ViaHealth
**



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Getting XP Login Name?

2003-03-19 Thread Robertson-Ravo, Neil (RX)
I woudl assume that if you can get to the registry you can get that info...

-Original Message-
From: Claremont, Timothy [mailto:[EMAIL PROTECTED]
Sent: 19 March 2003 13:22
To: CF-Talk
Subject: Getting XP Login Name?


I have not played with CF for a couple and years, and now am getting
back into it.

Can someone tell me if it is possible to retrieve the XP login name on
the puter that is accessing my app?

Thanks!


Tim Claremont
Applications Specialist
Independent Living For Seniors
585.922.2882
[EMAIL PROTECTED]






**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error 
please delete it from your system. Thank you!
ViaHealth
**



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Getting XP Login Name?

2003-03-19 Thread Stephen Moretti
CGI.REMOTE_USER is where you'll find a user name, but as Scott says the user
must log in via the web browser for this to be available.

And no - the current user name is not in the registry of the server.

Regards

Stephen
===
CF-Europe http://www.cf-europe.org/
Olymia Conference Centre, London
29-30 May 2003
Keynote by Ben Forta and Tim Buntel

- Original Message -
From: Scott Wilhelm [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 1:37 PM
Subject: RE: Getting XP Login Name?


 First, you'll need to turn off nonymous access on the directory.  Then,
 try using LOGON_USER to get the username.

 HTH,

 Scott

 -Original Message-
 From: Claremont, Timothy [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 19, 2003 8:22 AM
 To: CF-Talk
 Subject: Getting XP Login Name?


 I have not played with CF for a couple and years, and now am getting
 back into it.

 Can someone tell me if it is possible to retrieve the XP login name on
 the puter that is accessing my app?

 Thanks!

 
 Tim Claremont
 Applications Specialist
 Independent Living For Seniors
 585.922.2882
 [EMAIL PROTECTED]
 





 **
 This email and any files transmitted with it are confidential and
 intended solely for the use of the individual or entity to whom they
 are addressed. If you have received this email in error
 please delete it from your system. Thank you!
 ViaHealth
 **



 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Getting XP Login Name?

2003-03-19 Thread Sean McCarthy
From what I have found you will also have to have the user access the site
by name and not IP, with windows challenge response.

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 8:34 AM
To: CF-Talk
Subject: RE: Getting XP Login Name?


I woudl assume that if you can get to the registry you can get that info...

-Original Message-
From: Claremont, Timothy [mailto:[EMAIL PROTECTED]
Sent: 19 March 2003 13:22
To: CF-Talk
Subject: Getting XP Login Name?


I have not played with CF for a couple and years, and now am getting
back into it.

Can someone tell me if it is possible to retrieve the XP login name on
the puter that is accessing my app?

Thanks!


Tim Claremont
Applications Specialist
Independent Living For Seniors
585.922.2882
[EMAIL PROTECTED]






**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error 
please delete it from your system. Thank you!
ViaHealth
**




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Getting XP Login Name?

2003-03-19 Thread Tangorre, Michael
doubtful.


-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 8:34 AM
To: CF-Talk
Subject: RE: Getting XP Login Name?


I woudl assume that if you can get to the registry you can get that info...

-Original Message-
From: Claremont, Timothy [mailto:[EMAIL PROTECTED]
Sent: 19 March 2003 13:22
To: CF-Talk
Subject: Getting XP Login Name?


I have not played with CF for a couple and years, and now am getting
back into it.

Can someone tell me if it is possible to retrieve the XP login name on
the puter that is accessing my app?

Thanks!


Tim Claremont
Applications Specialist
Independent Living For Seniors
585.922.2882
[EMAIL PROTECTED]






**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error 
please delete it from your system. Thank you!
ViaHealth
**




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Getting XP Login Name?

2003-03-19 Thread FlashGuy
Use cfset auth = #CGI.AUTH_USER#

cfoutput
#user#
/cfoutput



On Wed, 19 Mar 2003 13:33:30 -, Robertson-Ravo, Neil (RX) wrote:

 I woudl assume that if you can get to the registry you can get that info...
 
 -Original Message-
 From: Claremont, Timothy [mailto:[EMAIL PROTECTED]
 Sent: 19 March 2003 13:22
 To: CF-Talk
 Subject: Getting XP Login Name?
 
 
 I have not played with CF for a couple and years, and now am getting
 back into it.
 
 Can someone tell me if it is possible to retrieve the XP login name on
 the puter that is accessing my app?
 
 Thanks!
 
 
 Tim Claremont
 Applications Specialist
 Independent Living For Seniors
 585.922.2882
 [EMAIL PROTECTED]
 
 
 
 
 
 
 **
 This email and any files transmitted with it are confidential and
 intended solely for the use of the individual or entity to whom they
 are addressed. If you have received this email in error 
 please delete it from your system. Thank you!
 ViaHealth
 **
 
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Getting XP Login Name?

2003-03-19 Thread Scott Wilhelm
How would you access a user's registry???  Is that even possible?

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 8:34 AM
To: CF-Talk
Subject: RE: Getting XP Login Name?


I woudl assume that if you can get to the registry you can get that
info...

-Original Message-
From: Claremont, Timothy [mailto:[EMAIL PROTECTED]
Sent: 19 March 2003 13:22
To: CF-Talk
Subject: Getting XP Login Name?


I have not played with CF for a couple and years, and now am getting
back into it.

Can someone tell me if it is possible to retrieve the XP login name on
the puter that is accessing my app?

Thanks!


Tim Claremont
Applications Specialist
Independent Living For Seniors
585.922.2882
[EMAIL PROTECTED]






**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error 
please delete it from your system. Thank you!
ViaHealth
**




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Getting XP Login Name?

2003-03-19 Thread Robertson-Ravo, Neil (RX)
yes, it is possible, using cfregistry

-Original Message-
From: Scott Wilhelm [mailto:[EMAIL PROTECTED]
Sent: 19 March 2003 13:53
To: CF-Talk
Subject: RE: Getting XP Login Name?


How would you access a user's registry???  Is that even possible?

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 8:34 AM
To: CF-Talk
Subject: RE: Getting XP Login Name?


I woudl assume that if you can get to the registry you can get that
info...

-Original Message-
From: Claremont, Timothy [mailto:[EMAIL PROTECTED]
Sent: 19 March 2003 13:22
To: CF-Talk
Subject: Getting XP Login Name?


I have not played with CF for a couple and years, and now am getting
back into it.

Can someone tell me if it is possible to retrieve the XP login name on
the puter that is accessing my app?

Thanks!


Tim Claremont
Applications Specialist
Independent Living For Seniors
585.922.2882
[EMAIL PROTECTED]






**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error 
please delete it from your system. Thank you!
ViaHealth
**





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Getting XP Login Name?

2003-03-19 Thread Robertson-Ravo, Neil (RX)
yep agreed and indeed, in shared environments you will probably never get
access to that tag, we only use it inhouse for intranets etc...

-Original Message-
From: Stephen Moretti [mailto:[EMAIL PROTECTED]
Sent: 19 March 2003 14:19
To: CF-Talk
Subject: Re: Getting XP Login Name?


There are ways and means, but not with CF and its a morally reprehensible
act to access a users computer without their permission.


- Original Message -
From: Scott Wilhelm [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 1:53 PM
Subject: RE: Getting XP Login Name?


 How would you access a user's registry???  Is that even possible?

 -Original Message-
 From: Robertson-Ravo, Neil (RX)
 [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 19, 2003 8:34 AM
 To: CF-Talk
 Subject: RE: Getting XP Login Name?


 I woudl assume that if you can get to the registry you can get that
 info...

 -Original Message-
 From: Claremont, Timothy [mailto:[EMAIL PROTECTED]
 Sent: 19 March 2003 13:22
 To: CF-Talk
 Subject: Getting XP Login Name?


 I have not played with CF for a couple and years, and now am getting
 back into it.

 Can someone tell me if it is possible to retrieve the XP login name on
 the puter that is accessing my app?

 Thanks!

 
 Tim Claremont
 Applications Specialist
 Independent Living For Seniors
 585.922.2882
 [EMAIL PROTECTED]
 





 **
 This email and any files transmitted with it are confidential and
 intended solely for the use of the individual or entity to whom they
 are addressed. If you have received this email in error
 please delete it from your system. Thank you!
 ViaHealth
 **




 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Getting XP Login Name?

2003-03-19 Thread Hugo Ahlenius
Isn't that for the server's registry, not the clients... ?

If javascript can access environment variables, then you could get the
env-var %username% (could have to do with security settings, and could
perhaps also be possible through some client-side COM object)

There are tools, like psloggedon.exe (from sysinternals.exe) that can
check which users are logged on to a specific IP-name (within
workgroup/domain?), and you could perhaps do a check that way (but several
people can be logged in at the same time on XP...) nbtstat.exe -A does a
similar thing.





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Getting XP Login Name?

2003-03-19 Thread Stephen Moretti
Neil,

 yes, it is possible, using cfregistry


 How would you access a user's registry???  Is that even possible?


No its not.

You can access _server_ registry entries if the cfregistry tag is foolishly
active, but you can't access client registry with CF at all.

Regards

Stephen
===
CF-Europe http://www.cf-europe.org/
Olymia Conference Centre, London
29-30 May 2003
Keynote by Ben Forta and Tim Buntel


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Getting XP Login Name?

2003-03-19 Thread Ryan Emerle
You can access the SERVER's registry.. not a clients.

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 9:09 AM
To: CF-Talk
Subject: RE: Getting XP Login Name?


yes, it is possible, using cfregistry

-Original Message-
From: Scott Wilhelm [mailto:[EMAIL PROTECTED]
Sent: 19 March 2003 13:53
To: CF-Talk
Subject: RE: Getting XP Login Name?


How would you access a user's registry???  Is that even possible?

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 8:34 AM
To: CF-Talk
Subject: RE: Getting XP Login Name?


I woudl assume that if you can get to the registry you can get that
info...

-Original Message-
From: Claremont, Timothy [mailto:[EMAIL PROTECTED]
Sent: 19 March 2003 13:22
To: CF-Talk
Subject: Getting XP Login Name?


I have not played with CF for a couple and years, and now am getting
back into it.

Can someone tell me if it is possible to retrieve the XP login name on
the puter that is accessing my app?

Thanks!


Tim Claremont
Applications Specialist
Independent Living For Seniors
585.922.2882
[EMAIL PROTECTED]






**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error 
please delete it from your system. Thank you!
ViaHealth
**






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Getting XP Login Name?

2003-03-19 Thread Hugo Ahlenius
I assume this is for an internal application... ?





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Getting XP Login Name?

2003-03-19 Thread Tangorre, Michael
which keys are going to give you this information?

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 9:09 AM
To: CF-Talk
Subject: RE: Getting XP Login Name?


yes, it is possible, using cfregistry

-Original Message-
From: Scott Wilhelm [mailto:[EMAIL PROTECTED]
Sent: 19 March 2003 13:53
To: CF-Talk
Subject: RE: Getting XP Login Name?


How would you access a user's registry???  Is that even possible?

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 8:34 AM
To: CF-Talk
Subject: RE: Getting XP Login Name?


I woudl assume that if you can get to the registry you can get that
info...

-Original Message-
From: Claremont, Timothy [mailto:[EMAIL PROTECTED]
Sent: 19 March 2003 13:22
To: CF-Talk
Subject: Getting XP Login Name?


I have not played with CF for a couple and years, and now am getting
back into it.

Can someone tell me if it is possible to retrieve the XP login name on
the puter that is accessing my app?

Thanks!


Tim Claremont
Applications Specialist
Independent Living For Seniors
585.922.2882
[EMAIL PROTECTED]






**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error 
please delete it from your system. Thank you!
ViaHealth
**






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Getting XP Login Name?

2003-03-19 Thread Robertson-Ravo, Neil (RX)
ah, yep, soz, I knew we were accessing some registry you could probably
get access via a certified plugin of somesort, but as people have mentioned
its not ideal and will be fround upon.

-Original Message-
From: Stephen Moretti [mailto:[EMAIL PROTECTED]
Sent: 19 March 2003 14:49
To: CF-Talk
Subject: Re: Getting XP Login Name?


Neil,

 yes, it is possible, using cfregistry


 How would you access a user's registry???  Is that even possible?


No its not.

You can access _server_ registry entries if the cfregistry tag is foolishly
active, but you can't access client registry with CF at all.

Regards

Stephen
===
CF-Europe http://www.cf-europe.org/
Olymia Conference Centre, London
29-30 May 2003
Keynote by Ben Forta and Tim Buntel



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Getting XP Login Name?

2003-03-19 Thread Kola Oyedeji
We have a client who would like us to repair their registry remotely 
Any chance you could expand on those ways and means? ;-)


Kola


 
 -Original Message-
 From: Stephen Moretti [mailto:[EMAIL PROTECTED]
 Sent: 19 March 2003 14:19
 To: CF-Talk
 Subject: Re: Getting XP Login Name?
 
 
 There are ways and means, but not with CF and its a morally
reprehensible
 act to access a users computer without their permission.
 
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Getting XP Login Name?

2003-03-19 Thread Robertson-Ravo, Neil (RX)
it can extracted from any key which has a Documents and Settings Path.

-Original Message-
From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
Sent: 19 March 2003 14:52
To: CF-Talk
Subject: RE: Getting XP Login Name?


which keys are going to give you this information?

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 9:09 AM
To: CF-Talk
Subject: RE: Getting XP Login Name?


yes, it is possible, using cfregistry

-Original Message-
From: Scott Wilhelm [mailto:[EMAIL PROTECTED]
Sent: 19 March 2003 13:53
To: CF-Talk
Subject: RE: Getting XP Login Name?


How would you access a user's registry???  Is that even possible?

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 8:34 AM
To: CF-Talk
Subject: RE: Getting XP Login Name?


I woudl assume that if you can get to the registry you can get that
info...

-Original Message-
From: Claremont, Timothy [mailto:[EMAIL PROTECTED]
Sent: 19 March 2003 13:22
To: CF-Talk
Subject: Getting XP Login Name?


I have not played with CF for a couple and years, and now am getting
back into it.

Can someone tell me if it is possible to retrieve the XP login name on
the puter that is accessing my app?

Thanks!


Tim Claremont
Applications Specialist
Independent Living For Seniors
585.922.2882
[EMAIL PROTECTED]






**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error 
please delete it from your system. Thank you!
ViaHealth
**







~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Getting XP Login Name?

2003-03-19 Thread Thomas Chiverton
On Wednesday 19 Mar 2003 13:22 pm, Claremont, Timothy wrote:
 Can someone tell me if it is possible to retrieve the XP login name on
 the puter that is accessing my app?

Only if you run IIS.
Then you can disable anonymous access, enable Windows auth., and it'll be in 
the CGI variables.

-- 
Tom C
Land of the free, home of the brave... you have to be brave to live there and 
enjoy the freedoms
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4