Changes between Version 21 and Version 22 of Projects/OpenLDAP


Ignore:
Timestamp:
06/22/12 06:32:31 (12 years ago)
Author:
C Rempel
Comment:

/* Deliverables */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/OpenLDAP

    v21 v22  
    1818
    1919Just some ideas from C Rempel:
    20 # A port designed to work with an RTEMS Addon Packages variant called the RTEMS Webkit.
    21 ## The libraries
    22 A Makefile.openldap that builds the SlapD libraries for RTEMS applications
    23 ## The programs
    24 A Makefile that builds the programs.
    25 ## The tests
    26 A program that will run the LDAP testing suite provided by OpenLDAP.  Should be automated, as additional tests will be used in the future.
    27 # A port designed to work within the RTEMS source tree
    28 ## The method used to transform the OpenLDAP Makefiles and RTEMS Addon Packages oriented Makefiles to RTEMS source Makefile.am's
    29 ## A patch making the the needed configurations defaults in the OpenLDAP's configure.in script. (In an ideal world this would be based upon other libraries installed on RTEMS, for example: SSL HAS to be optional, as encryption is illegal in some countries).
     20== = A port designed to work with an RTEMS Addon Packages variant called the RTEMS Webkit.  ===
     21
     22# A Makefile.openldap that builds the SlapD libraries for RTEMS applications
     23# A Makefile that builds the programs.
     24# A program that will run the LDAP testing suite provided by OpenLDAP.  ''Should be automated, as additional tests will be used in the future.''== = A port designed to work within the RTEMS source tree  ===
     25
     26# The method used to transform the OpenLDAP Makefiles and RTEMS Addon Packages oriented Makefiles to RTEMS source Makefile.am's
     27# A patch making the the needed configurations defaults in the OpenLDAP's configure.in and Makefile.am.
     28# In an ideal world this would be based upon other libraries installed on RTEMS, for example: SSL HAS to be optional, as encryption is illegal in some countries.
    3029==  Suggested Methodology  ==
    3130