c# - LDAP Authentication on Windows Phone -


in current project check if user user says (no private data involved). project timetables @ university. have ldap server , every student has account, authenticate against ldap server system.directoryservices assembly not available on windows phone. have idea how realise login expect workaround via webservice? wcf not option, theoretically send data webservice , authentication via php keep functionality in app.

thanks in advance!

have tried using 3rd party library novell's (http://www.novell.com/developer/ndk/ldap_libraries_for_c_sharp.html)? comes source , mit license.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -