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

Changes between Version 103 and Version 104 of Projects/OpenLDAP


Ignore:
Timestamp:
07/10/12 22:48:48 (12 years ago)
Author:
C Rempel
Comment:

/* Possible Goal Extensions */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/OpenLDAP

    v103 v104  
    4545
    4646
    47 Explore and (possibly port to RTEMS) the additional packages used by OpenLDAP:
    48 # 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.
    49 # 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.
    50 # Additional encryption (when configuring openLDAP just type ./configure --help)
    51 
    52 
    53 Explore and (possibly port to RTEMS) the additional packages that use OpenLDAP:
    54 # Apache (did this already, but could be ported more efficiently, elegantly, and completely)
    55 # Others
    56 
    57 Explore adding other [http://www.zytrax.com/books/ldap/ opensource LDAP implementations] to RTEMS, the [http://directory.fedoraproject.org/wiki/Main_Page 389 Directory Server] looks like it's written in C (as opposed to Java), so may be a preferred LDAP implementation to port, but additional research is needed to determine such issues as how feasible is it to "embed", and what are the license implications?
    58 
    59 Add an OpenLDAP test to the RTEMS Networking Demos
     47#Explore and (possibly port to RTEMS) the additional packages used by OpenLDAP:
     48## 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.
     49## 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.
     50## Additional encryption (when configuring openLDAP just type ./configure --help)
     51# Explore and (possibly port to RTEMS) the additional packages that use OpenLDAP:
     52## Apache (did this already, but could be ported more efficiently, elegantly, and completely)
     53## Others
     54# Explore adding other [http://www.zytrax.com/books/ldap/ opensource LDAP implementations] to RTEMS, the [http://directory.fedoraproject.org/wiki/Main_Page 389 Directory Server] looks like it's written in C (as opposed to Java), so may be a preferred LDAP implementation to port, but additional research is needed to determine such issues as how feasible is it to "embed", and what are the license implications?
     55# Add an OpenLDAP test to the RTEMS Networking Demos
    6056= Requirements =
    6157