Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
scott@M&I #1
Query the users workstation for username
We have an Intranet application that will be available to all who authenticate
to the domain. How do we set up the application to query the user's workstation
for the Environmental Variables showing their username and that they have
authenticated to the network. By returning the username back to CF, we then can
create our Session Variables and User roles.
scott@M&I Guest
-
Show username after login | Example: Welcome "USERNAME"to your Backoffice.
hi. I've created a backoffice in php, and i would like to apply on the page the name of the user who has just logged in. Example: Welcome... -
Nt workstation 4 pcs
We have a new 2003 server set up as a domain controller. Half of the workstations are Windows 2000 pro and the other half are NT workstation 4.0. The... -
stopping users registering with the same username?
Hi, i've got a asp page to register a user and check that the username has not been previously registered, heres the code i have ... that doesnt... -
adding 2000 users to local XP Pro workstation groups
I have built a small LAN with server 2000 and XP pro workstations. When I try to add a domain user or group to a local group, the domain accounts... -
Sql Query for new users in the system.....Help Needed
SELECT today.LogDate, (today.TotalUsers - yesterday.TotalUsers) AS new_users FROM RegisteredUsers today INNER JOIN RegisteredUsers yesterday ON... -
philh #2
Re: Query the users workstation for username
Hi Scott,
Look at #CGI.Auth_User#. If it's populated, NT has authenticated the user.
HTH,
philh Guest
-
philh #3
Re: Query the users workstation for username
Also, anonymous access has to be turned off for the directory in IIS.
philh Guest
-
scott@M&I #4
Re: Query the users workstation for username
Phil - Thanks for the answer. After looking at the documentation, I believe
this is exactly what I need, however, I'm too new at much of this stuff and
cannot find how I can grab that username and use it within my application. I
tried just to display it on a page with cfoutput but isn't working. Just a
blank. Any ideas where I could see some samples on how others have used the
cgi.auth_user results? We would like the users to have a single sign on
evironment so when they open up this application, the session knows who they
are and can present them information based on their username. The authorized
username for all employees is their employee ID which we use in the application
to display only their data. Thanks again.. Scott
scott@M&I Guest
-
philh #5
Re: Query the users workstation for username
Scott, if your environment is configured correctly, this variable should be
populated. Is the Web server in the same domain as the users'? Are you sure
that anonymous access is turned off (and Windows authentication is on) for this
resource in IIS?
philh Guest



Reply With Quote

