Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
Kraszi #1
windows username
Hi!
I'm a real beginner. Sorry if I ask some stuġid questions :-)
My problem is: I have more users on my computer. The system is windows 2000/
Xp. They made lot of data files in the same directory for a long time. now
some of users want separate their files. So I have to collect them by owners.
I started write a script to list recursively the files, but I can't get the
username of the owner of the file.
Maybe somebody can help me!
Thx!
Kraszi
Kraszi Guest
-
Obtaining Windows Username
Hey all, Once again, I find myself requiring your expertise, so I'll say Thank in advance. I was going to try using Kerberos (thanks for the inf... -
Get Windows username on Intranet
Hi all, My Intranet currently runs fine (on a Linux-based server, with Apache, MySQL and PHP). The mail-form works splendid, except that I like... -
Getting windows username
I am developing an intranet and was wondering, when a user logs on is there a way to get the username of the windows account in asp.net. I have... -
Antwort: windows username
Hi, try to read what "perldoc -f stat" tells you! As being myself a beginner, I haven't tried it yet, just read about it. HTH! Best regards... -
retrieve windows username in php
Hi, I am new to php. Is it possible to find out the windows user name in php ? Logon in windows domain with 'user1'. I want to get the username... -
Simonbullen #2
windows username
hello all, I was wandering, I work in an intranet enviroment and have several
forms on our sites that users can submit data. it has been known that people
have submit rubbish and blank forms, is there a way of tracking who sends them?
can I pull thier Windows logon username and store it with the entry? many
thanks in advance
Simonbullen Guest
-
Simonbullen #3
windows username
hello all, I was wandering, I work in an intranet enviroment and have several
forms on our sites that users can submit data. it has been known that people
have submit rubbish and blank forms, is there a way of tracking who sends them?
can I pull thier Windows logon username and store it with the entry? many
thanks in advance
Simonbullen Guest
-
JMGibson3 #4
Re: windows username
I think there must be a way (without getting into IIS Authentication issues)
but have never seen it published. The only thing I know of to easily work with
in ColdFusion is the IP in CGI.REMOTE_ADDR. Assuming you don't have
VPN/Firewall/Proxy Server obfuscation going on, the IP will at least tell you
what workstation the activity is coming from. If people don't move around to
much or are on predictable shift, you could figure out who did it. You mention
Windows Logon so it seems likely you're using IIS. Be aware that IIS logging
will also record the IP if you want to just look, rather than developing a
monitoring function of your own. If there is an easy way, I'd love to get my
hands on it to pre-fill logon pages and or authorize super functions to people
(me). It would have to be something like using the IP, run a com/exe onject to
interrogate the device and return the current user.
JMGibson3 Guest
-
maybenull #5
Re: windows username
required people to login once; connect to you ldap server to authenticate; then
save there info as client cookie properly obfuscating secure info. the use the
cookie to from then on.
run coldfusion through iis:
Go to <COLDFUSION_HOME>\bin\connectors and run or click
Upgrade_all_connectors.bat
set up a website/virtual directory in iis and use your
<COLDFUSION_HOME>\wwwroot\<APPLICATION_NAME> directory as the Home Directory in
IIS. Setup Integrated windows authentication in under Directory Securty in for
this site/vd. bam, your done. This also assumes you Windows network is setup
correctly to do this.
maybenull Guest



Reply With Quote

