deniro1
01-10-2005, 08:24 PM
I am writing an app that will be run on a Windows Mobile device, in a Windows network with Active Directory. When the app is started, I need to ask the user for a username and password that can be authenticated against Active Directory. There does not seem to be support for directory Services within the Compact Framework. I haven't been able to find any easy way to do this so far.
One workaround was to set up SQL Server to look at the AD data as a linked server. This seems like too much extra work.
Another option was to have a server-based service running which I could use to authenticate somehow for me. My app would connect this service over TCP/IP or something and pass it the username/password, then receive a response as to if it is valid or not.
It seems that there would be an easier way to do this. I also haven't found any decent info about it, but I am hoping someone has done it before. Any help would be appreciated.
One workaround was to set up SQL Server to look at the AD data as a linked server. This seems like too much extra work.
Another option was to have a server-based service running which I could use to authenticate somehow for me. My app would connect this service over TCP/IP or something and pass it the username/password, then receive a response as to if it is valid or not.
It seems that there would be an easier way to do this. I also haven't found any decent info about it, but I am hoping someone has done it before. Any help would be appreciated.