RHLDAPSearch is a very simple Objective-C based wrapper around the open-source LDAP implementation OpenLDAP
RHLDAPSearch was created to facilitate an LDAP query interface for the application iWVU, although this functionality has been replaced. The code provides to important pieces of functionality:
fat_build.sh
- a script to help configure and build OpenLDAP for use in both the iPhone simulator and on the iPhone hardwareRHLDAPSearch.[h|m]
- a simple wrapper around the OpenLDAP C-based query calls. The query
that is passed to [RHLDAPSearch searchWithQuery: withinBase: usingScope:] must be a properly formatted LDAP search query.RHLDAPSearch is licensed under the MIT license.