Hello.
We have a Powerbuilder app that uses LogonUserW() method from advapi32.dll to authenticate a user/password against a specific domain. It seems like some recent patches to Windows have impacted how this method works. What we're seeing it only works for a user with admin rights. When the Windows patches are rolled back, the method seems to work as before.
I'm wondering there are any alternatives for domain authentication that are available from a PB2017 app.
Thanks.
Peter