View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
paul[_9_] paul[_9_] is offline
external usenet poster
 
Posts: 2
Default LogonUser API call...

Hi,

Is there a reliable way to check a users username and password from
within a macro against an NT domain? I've tried using the Win32 API
call LogonUser, but without success, getting the
ERROR_PRIVILEGE_NOT_HELD error message.

Cheers for any help...

Paul