M
Mike Grishaber
Hello All,
I have a server-side appication that validates users logging in against an
AD.
The application uses the following API to pass in the user's credentials.
HRESULT ADsOpenObject(
LPWSTR lpszPathName, //The ADsPath name of the object
LPWSTR lpszUserName, //User name to use for credentials
LPWSTR lpszPassword, //Password to use for credentials
DWORD dwReserved, //Provider-specific flags
REFIID riid, //IID of primary interface
VOID FAR * FAR *ppObject //Interface on that object
);
This works fine for a few days, and then I start getting the following error
for all users that attempt to login.
"the credentials supplied conflict with an existing set of credentials"
Apparently, starting and stopping IIS on the server that hosts the
application solves the problem for a while, but I can't figure out why.
The application is accessed by the clients through an ISAPI extension
though, so maybe it is related.
Any help is greatly appreciated.
Thanks
Mike
I have a server-side appication that validates users logging in against an
AD.
The application uses the following API to pass in the user's credentials.
HRESULT ADsOpenObject(
LPWSTR lpszPathName, //The ADsPath name of the object
LPWSTR lpszUserName, //User name to use for credentials
LPWSTR lpszPassword, //Password to use for credentials
DWORD dwReserved, //Provider-specific flags
REFIID riid, //IID of primary interface
VOID FAR * FAR *ppObject //Interface on that object
);
This works fine for a few days, and then I start getting the following error
for all users that attempt to login.
"the credentials supplied conflict with an existing set of credentials"
Apparently, starting and stopping IIS on the server that hosts the
application solves the problem for a while, but I can't figure out why.
The application is accessed by the clients through an ISAPI extension
though, so maybe it is related.
Any help is greatly appreciated.
Thanks
Mike