1

I am to authenticate username and password credentials to a Active Directory through the iOS App?

I know that this post instructs us to include the openldap in the project, BUT this post here has indicated that there are inbuilt ldap protocol that I can use to connect with the Active Directory using PHP.

Can somebody shed light on both of the topics, and pick one which would be useful for the current version of XCode.

And also, are there any examples of this that any user can share?

P.S: This is my first question in stackoverflow.

Community
  • 1
  • 1

1 Answers1

1

Unless you are exposing your domain on the Internet, you'll need some sort of service layer. If you know php, that is probably a good route to go. Then, from the iOS application, you simply call the operations exposed through your php server. For creating the service, you may want to look into an ldap library for php.

Nate
  • 30,286
  • 23
  • 113
  • 184