I have been looking for a tutorial on using LDAP on an iOS device is this possible? I havent seen any articles or tutorials on it. Is there another way I should be going abo
I was able to Google up a few answers for you.
Integrating LDAP into an iPhone application
LDAP and the iPhone
And LDAP is even supported within Apple libraries & code, like the iOS configuration profile.
I have a port of OpenLDAP with Cyrus-SASL and OpenSSL in my iOS Ports project: https://github.com/bindle/iOSPorts
If using Xcode 4.3 or later, please verify that the Xcode commandline tools are installed before using the following instructions.
To include LDAP support:
git://github.com/bindle/iOSPorts.git
iOSPorts/ports/database/openldap/openldap.xcodeproj
to your Xcode project.The OpenLDAP client libraries should now be available from within your project. I have an example project for iOS in examples/database/openldap/ldapsearch (the example returns the search results using NSLog()).