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

Changes between Version 113 and Version 114 of Projects/OpenLDAP


Ignore:
Timestamp:
07/16/12 07:05:17 (12 years ago)
Author:
C Rempel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Projects/OpenLDAP

    v113 v114  
    3939## hostname
    4040## ldap:///
    41 # TODO: port SASL 
    42 # TODO: port encryption supported by OpenLDAP (preferably with a BSD-compatible license)
    43 # TODO: port database supported by OpenLDAP (preferably with a BSD-compatible license)
     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.
     42# 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.
     43# 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.
    4444==  Suggested Methodology  ==
    4545
     
    6161
    6262#Explore and (possibly port to RTEMS) the additional packages used by OpenLDAP:
    63 ## Integrate [http://www.rtems.org/wiki/index.php/RTEMS_DBKit Database Support.] 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.
    64 ## Authentication (such as Cyrus 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.
     63## Integrate [http://www.rtems.org/wiki/index.php/RTEMS_DBKit Database Support.]
    6564## Additional encryption (when configuring openLDAP just type ./configure --help)
    6665# Explore and (possibly port to RTEMS) the additional packages that use OpenLDAP: