|
 |
asp_web_howto thread: AW: RE: NT Security, login and password validatio- n of a NT Machine throught a website
Message #1 by Weinknecht Jakob <jakob.Weinknecht@B...> on Thu, 22 Feb 2001 15:44:14 +0100
|
|
Dear Alex,
that=B4s great, and is there a possiblity to check if a username and
login -
entered on a webpage - is valid ? So you can let a person pass on a
website,
if he/she is allowed to access the NT computer/Domain, where the
webserver
is running - and if that may work, are there some reasonable security
risks
?
Bye
Jakob
PS: Sorry for posting this in here, it is the wrong message board for
posting this question.
-----Urspr=FCngliche Nachricht-----
Von: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Gesendet: Donnerstag, 22. Februar 2001 15:20
An: ASP Web HowTo
Betreff: [asp_web_howto] RE: NT Security
Elliott,
Your question got me intrigued so i asked one of my NT admin pals how
he
though it could be done
You can create a text file which lists all the users by opening a
command
prompt and typing
net users > users.txt
or to get the whole domain
net users /domain > users.txt
Then once you have the text file you can either import into access,
tidy up
the data and cut and paste into your linked SQL table, or you can write
a
script that will parse the text file and put the data into the
database.
Enjoy!
-----Original Message-----
From: O'Hara, Elliott M [mailto:EMOHARA@k...]
Sent: Wednesday, February 21, 2001 6:18 PM
To: ASP Web HowTo
Subject: [asp_web_howto] NT Security
I know this isn't really a ASP issue, but I know we have a buncha
Database
gurus here....
Is there a way to import a whole list of NT Users to MS SQL 7???
It would save me a BUNCH of work....
Message #2 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Thu, 22 Feb 2001 15:24:16 -0000
|
|
If you go into IIS, go into the properties of your website and go to
"Directory Security". Remove Anonymous Access, and make sure
Challenge/Response is on. Now all users of your website will be
authenticated (you don't have to do this for the whole site - it can be
done
at directory or file level too). You can now go into the file system
and
modify the permissions of the folders/files that make up your website,
so
that only the users you want will be able to access it.
-----Original Message-----
From: Weinknecht Jakob [mailto:jakob.Weinknecht@B...]
Sent: Thursday, February 22, 2001 2:44 PM
To: ASP Web HowTo
Subject: [asp_web_howto] AW: RE: NT Security, login and password
validatio n of a NT Machine throught a website
Dear Alex,
that=B4s great, and is there a possiblity to check if a username and
login -
entered on a webpage - is valid ? So you can let a person pass on a
website,
if he/she is allowed to access the NT computer/Domain, where the
webserver
is running - and if that may work, are there some reasonable security
risks
?
Bye
Jakob
PS: Sorry for posting this in here, it is the wrong message board for
posting this question.
-----Urspr=FCngliche Nachricht-----
Von: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Gesendet: Donnerstag, 22. Februar 2001 15:20
An: ASP Web HowTo
Betreff: [asp_web_howto] RE: NT Security
Elliott,
Your question got me intrigued so i asked one of my NT admin pals how
he
though it could be done
You can create a text file which lists all the users by opening a
command
prompt and typing
net users > users.txt
or to get the whole domain
net users /domain > users.txt
Then once you have the text file you can either import into access,
tidy up
the data and cut and paste into your linked SQL table, or you can write
a
script that will parse the text file and put the data into the
database.
Enjoy!
-----Original Message-----
From: O'Hara, Elliott M [mailto:EMOHARA@k...]
Sent: Wednesday, February 21, 2001 6:18 PM
To: ASP Web HowTo
Subject: [asp_web_howto] NT Security
I know this isn't really a ASP issue, but I know we have a buncha
Database
gurus here....
Is there a way to import a whole list of NT Users to MS SQL 7???
It would save me a BUNCH of work....
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
|
|
 |