Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 120 and Version 121 of Projects/OpenLDAP


Ignore:
Timestamp:
07/18/12 05:58:23 (12 years ago)
Author:
C Rempel
Comment:

/* RTEMS Webkit */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/OpenLDAP

    v120 v121  
    3939## hostname
    4040## ldap:///
    41 # TODO: port SASL. [http://cyrusimap.web.cmu.edu/mediawiki/index.php/Downloads#SASL_Library website][http://git.cyrusimap.org/cyrus-sasl/ git.] Since ldap-bind is being deprecated in favor of ldap-sasl-bind, this extention is needed for a longterm port.
     41# TODO: port SASL. For security reasons, C Rempel is recommending against using the [http://git.cyrusimap.org/cyrus-sasl/ cyrusimap git].  Currently looking for another source. [http://cyrusimap.web.cmu.edu/mediawiki/index.php/Downloads#SASL_Library website Since ldap-bind is being deprecated in favor of ldap-sasl-bind, this extention is needed for a longterm port.
    4242# TODO: Integrate encryption supported by OpenLDAP (preferably with a BSD-compatible license).  Currently [http://www.rtems.org/wiki/index.php/OpenSSL OpenSSL] has been ported to RTEMS.
    4343# TODO: port database supported by OpenLDAP (preferably with a BSD-compatible license). One possibility to explore is the Berkely Database [http://www.linuxfromscratch.org/blfs/view/svn/server/db.html BDB.] Although BDB falls under the sleepy cat license, BDB is the default database for OpenLDAP.