J
John
I'm writing an application that will often be used in situations when the
application can not see the network. I'm authenticating the user when the
application starts up using LogonUser. This functions properly, using
cached credentials when the app can't find a domain controller, but it takes
way too long for it to timeout. Is there a way to instruct LogonUser to
give up and use the cached credentials sooner (or immediately if I know the
network is not available) ?
Thanks,
John
application can not see the network. I'm authenticating the user when the
application starts up using LogonUser. This functions properly, using
cached credentials when the app can't find a domain controller, but it takes
way too long for it to timeout. Is there a way to instruct LogonUser to
give up and use the cached credentials sooner (or immediately if I know the
network is not available) ?
Thanks,
John