I have a custom membership provider that uses active directory. When the application is installed on a windows server 2008 SP1 machine the users request to login to AD fails exactly 3 times and is allowed access on the fourth try. Once this happens it does not happen again until some period of inactivity. It does not happen from WIN7 machines. It should be noted that this logic makes up to 4 calls to active directory during the authentication process where the first is a call to validate that the user exists. This call never fails it is later when the provider attempts to validate the password does the Active directory server return an unknown user or bad password exception. It should be noted that automating this process and ensureing that the data is the same every time the same thing happens. It is always 3 failures and the fourth is accepted.
The AD server is running 2003 Server
Any ideas would be appreciated