hyungjic/iPhoneOS-OpenLDAP
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
THIS PACKAGE IS NO LONGER MAINTAINED
For updated versions of the iOS port of OpenLDAP, including support
for SSL/TLS and SASL authentication, please use the iOSPorts package.
http://github.com/bindle/iOSPorts
Due to the difficulty in chaining multiple Xcode projects together in
order to build dependencies, I decided to abandon the idea of maintaining
each port as a seperate Git repository. All iOS ports are now maintained
in one repository. Using a unified repository ensures that the directory
structure is consistent which makes referencing dependencies with relative
paths reliable.
For questions or discussions regarding this port or a port in the iOSPorts
collection, please join the mailing list [email protected]
available at:
https://lists.bindlebinaries.com/mailman/listinfo/ios-ports
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
iPhone OS OpenLDAP Library
Copyright (C) 2010 Bindle Binaries
@BINDLE_BINARIES_LICENSE_START@
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110 USA
@BINDLE_BINARIES_LICENSE_END@
iPhone OS OpenLDAP Library
==========================
iPhone OS OpenLDAP Library is an Xcode project, companion scripts, and
supplemental source code for building a port of the OpenLDAP client
library for use within an iPhone application.
Software Requirements
=====================
Git 1.6.6
Mac OS X 10.6.3
Xcode 3.2.2
iPhone SDK 3.2
iPhone OS OpenLDAP Library has been tested to build OpenLDAP 2.4.22 using
the above software versions.
Maintainers
===========
David M. Syzdek
Bindle Binaries
[email protected]
Source Code
===========
Browse Source:
http://github.com/syzdek/iPhoneOS-OpenLDAP
Git URLs:
git://github.com/syzdek/iPhoneOS-OpenLDAP.git
git://git.scm.bindlebinaries.com/pub/scm/com.bindlebinaries/iPhoneOS/openldap.git
http://http.scm.bindlebinaries.com/pub/scm/com.bindlebinaries/iPhoneOS/openldap.git
ssh://ssh.scm.bindlebinaries.com/pub/scm/com.bindlebinaries/iPhoneOS/openldap.git
Downloading Source:
$ git clone git://github.com/syzdek/iPhoneOS-OpenLDAP.git
Git Branches:
master - Current release of packages.
next - changes staged for next release
pu - proposed updates for next release
xx/yy+ - branch for testing new changes before merging to 'pu' branch