Hi All,
We have an application developed in powerbuilder . In that application, we are doing Windows authentication which mean we are using the Windows local logged-in profile details to authenticate user instead of actually looking at the AD level and making sure user is part of some AD to authenticate which is the standard way of AD auth.
windows API wherein we are calling to Advapi.dll functions -more info , Which are even detailed in below link . https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-logonusera
Now, we want to deploy our application on citrix server of 2012 OS and on its local profiles are not recommended.
So we want to change AD authentication to newwe methods like using LDAP/Gleu system etc.
Could any one please guild us on it. Or may be provide sample code if already any one has tried .
Thanks in advance.
Regards,
Amruta