Gepponline Posted January 30, 2015 Report Share Posted January 30, 2015 Hi! I need to authenticate users on my program relying on LDAP. At the moment i use a .NET contructor that work but it takes 30 seconds to authenticate the user.Is there any other way to do this? Activex? dll? Thank you! Attached you can find the snippet of the way i do now. Quote Link to comment
Anders Björk Posted January 30, 2015 Report Share Posted January 30, 2015 Hi! I need to authenticate users on my program relying on LDAP. At the moment i use a .NET contructor that work but it takes 30 seconds to authenticate the user. Is there any other way to do this? Activex? dll? Thank you! Attached you can find the snippet of the way i do now. Is your user logged in to the same server in the operating system? In that case I have learn that windows keeps a lot of information locally, for the session. You probably could find more information on stack-exchange. Quote Link to comment
Gepponline Posted February 25, 2015 Author Report Share Posted February 25, 2015 SOmetimes yes and sometimes no, it depends on which pc the authenication is required... Quote Link to comment
drummaniac83 Posted January 22, 2016 Report Share Posted January 22, 2016 we're using LDAP and I found this thread that had an easier solution using PrincipleContext. https://lavag.org/topic/15260-labview-and-windows-authentication/ look for the 3 example VIs about half way down. I'm now trying to pop the native windows credential dialog to avoid having a labview string control (security risk), but I can't get the winAPI call to work. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.