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

Changes between Version 119 and Version 120 of Projects/OpenLDAP


Ignore:
Timestamp:
07/16/12 07:22:45 (12 years ago)
Author:
C Rempel
Comment:

/* Current / Future Directions */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/OpenLDAP

    v119 v120  
    428428
    429429
    430 # Polish the demo, by
    431 ## making appropriate calls to main
    432 ## possibly renaming main to a more openldap specific function
    433 ## adding the appropriate support files (network-demos/ldap/rootfs/etc/...)
    434 # Try to get an LDAP connection between RTEMS on Qemu and the build machine
    435 # Port SASL to RTEMS and link SASL to the demo
    436 # 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
    437 
    438 
    439 I 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).
    440 
    441 One problem I'm anticipating is the filesystem, but for now, figuring out what calls to main I want, and how to make them is a challenge.
     430# Polish the demo, by completing the items in the deliverables section.
     431# Try to get an LDAP connection between RTEMS on Qemu and the build machine.
     432# Straighten out this site.
     433Got a very simplistic slapd application to load, now want to port cyrus sasl and verify the functionality of Berkely DB and Open SSL on RTEMS.
     434
     435Some problems I'm anticipating is learning how to configure, use, and test OpenLDAP.
    442436
    443437Hope this helps!