Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 986 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 986 Bytes

RHLDAPSearch - An Objective-C Wrapper for OpenLDAP

What is RHLDAPSearch

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 hardware
  • RHLDAPSearch.[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.

License

RHLDAPSearch is licensed under the MIT license.