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

Changes between Version 75 and Version 76 of Projects/OpenLDAP


Ignore:
Timestamp:
07/07/12 00:30:58 (12 years ago)
Author:
C Rempel
Comment:

/* Current / Future Directions */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/OpenLDAP

    v75 v76  
    537537
    538538
    539 # Polish the demo
     539# Polish the demo, by
     540## making appropriate calls to main
     541## possibly renaming main to a more openldap specific function
     542## adding the appropriate support files (network-demos/ldap/rootfs/etc/...)
    540543# Try to get an LDAP connection between RTEMS on Qemu and the build machine
    541544# Port SASL to RTEMS and link SASL to the demo
     545# Polish the openldap port by either having all the convienience libraries get installed into a /opt/.../lib/ldap subdirectory and linking from there, or "rolling them into" libslapd.a
     546
    542547
    543548I explored implementing ldap, ldapsearch, and ldapadd by taking the multiio application from the RTEMS git, and removing as many commands as possible, then adding back in one command at a time.  The RTEMS Shell User's guide was very helpful. However, there were "redefiniton issues" (probably because both slapd and the network-demos used init.c).