开发者

iPhone and Windows Active Directory

开发者 https://www.devze.com 2022-12-14 17:20 出处:网络
Is it posable to make an app that can connect to a Windows Active Directory Server and do something like create a new user account or disable an existing account or retrieve a status flag...? help me

Is it posable to make an app that can connect to a Windows Active Directory Server and do something like create a new user account or disable an existing account or retrieve a status flag...? help me please...!

W开发者_运维技巧hat i actually want is that, my windows server has all the web services and database which is capable to run a web application. now i am about to design an iphone version of the same web app. the users information are stored in an Active Directory. is there exist a direct connection between the iphone and the AD??? do i need to write any other web service particular for the iphone version??? what all things i need to setup for that.???

Thanks,

Shibin


Maybe you can set up a web service on AD server to handle AD related operations.

like this way: [native AD operate code]<---->[web service]<------> iPhone


Our Smash! User Manager app does this and is available for both IOS and Android for FREE.

APPLE: http://itunes.apple.com/us/app/smash-user-manager/id407785473?mt=8

ANDROID: https://market.android.com/details?id=com.weston.android.usermanagerforwindows


ADAssist at http://itunes.apple.com/us/app/active-directory-assist/id528953910?mt=8


Perhaps you might look into porting Samba to a legitimate iPhone app.


There are certainly ways to do this. There are a few applications on the App Store that do this now. (Several mentioned here, although my favorite "AD HelpDesk" hasn't gotten a plug yet).

Probably the easiest way to go about it would be to use ADWS to allow web service access to the DC. This of course requires a 2008 R2 DC.

If you don't do that you will have to use native protocols such as LDAP to communicate with the DC. You can incorporate openLDAP source code into your iPhone app, and do LDAP queries against the DC directly.

0

精彩评论

暂无评论...
验证码 换一张
取 消