Gepponline Posted July 15, 2014 Report Posted July 15, 2014 hi! I need to athenticate users of my program using LDAP.Does anyone can help me on how to do this?I suppose i need to use a DLL but I don't know which one and I don't know what i have to give it as Input.Thank you! Quote
Gepponline Posted July 15, 2014 Author Report Posted July 15, 2014 Even using .Net can be a good idea..but i dpn't know which construct to use Quote
LogMAN Posted July 21, 2014 Report Posted July 21, 2014 I cannot advice you as I've never done that before, however this article: http://stackoverflow.com/a/836689 describes a way to connect to a LDAP server via System.DirectoryServices.Protocols Hope that helps! Quote
Mark Smith Posted August 1, 2014 Report Posted August 1, 2014 I wrote some code years ago using the System.DirectoryServices to query the MS ActiveDirectory. I think querying LDAP might be similar, That code is in the LAVA code repository at http://lavag.org/files/file/49-activedirectorytools/ if you want to take a look. Mark Quote
Gepponline Posted February 25, 2015 Author Report Posted February 25, 2015 I took a look at your software and get a solution, the problem is that authentication takes quite 30 seconds... No faster solutions? Quote
Paco Posted March 16, 2015 Report Posted March 16, 2015 Up to me you can adapt the solution posted on the topic I have opened: or take directly the vi proposed on the answer #5 on this discussion if your purpose is just to validate the user: (Vi name is: Validate user name and password) best regards, Paco Quote
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.