Re: w2k AD security question
From: Roland Hall (nobody_at_nowhere)
Date: 02/23/04
- Next message: nut cracker: "Re: DNS public ip address change"
- Previous message: Cardal: "Re: DNS public ip address change"
- In reply to: yannacci: "Re: w2k AD security question"
- Next in thread: yannacci: "Re: w2k AD security question"
- Reply: yannacci: "Re: w2k AD security question"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 23 Feb 2004 17:35:49 -0600
"yannacci" wrote:
: Thank you for your response. So it really isn't a security issue as
: all then. If I am correct, all the AD is doing is giving a "yes or no"
: answer to the login information that is provided by the script instead
: of requesting authentication to access resources etc. Would you agree?
: Thanks.
Without seeing the code, one would have to assume that is what is happening.
He might be grabbing the information from AD and then testing what the user
inputs himself. If so, he needs to write code to lock the account after so
many attempts, depending on your policy but the proper way to do it is to
just pass it to AD and let it handle it itself. In other words, take the
user's response and try to logon, capture the response and either allow the
user in if successful or deny and request an additional attempt. Once AD
responds that the account is locked out, he should then notify the user.
The easiest way is to just remove the anonymous user's logon and use only
authenticated logons. This way the developer is out of the loop altogether.
If the user can get to his app, then they have been authenticated. If not,
then they haven't and there is nothing for him to do either way.
-- Roland Hall /* This information is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. */ Online Support for IT Professionals - http://support.microsoft.com/servicedesks/technet/default.asp?fr=0&sd=tech How-to: Windows 2000 DNS: http://support.microsoft.com/default.aspx?scid=kb;EN-US;308201
- Next message: nut cracker: "Re: DNS public ip address change"
- Previous message: Cardal: "Re: DNS public ip address change"
- In reply to: yannacci: "Re: w2k AD security question"
- Next in thread: yannacci: "Re: w2k AD security question"
- Reply: yannacci: "Re: w2k AD security question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|