/* Development roadmap for the ldapconf project. Some descriptions for the purpose of the various source files Updated 2000-05-20 */ /*** General ***/ ldapconf_defs.h: Declarations. ldapconf.cc: Main module, including linuxconf module api and linuxconf menus and hooks. ldapconf_setup.cc: Module configuration. menus.cc: Module menu dialogs. help.cc: Module help files. internal.cc: Generic utilities. /*** Support for external systems ***/ openldap.cc: Dialogs and functions for use with OpenLDAP directory server. ldapnss.cc: Dialogs for PADL ldap_nss library. pam_conf.cc: To configure the pam services/modules. nss_conf.cc: To configure the nss stuff. /*** ldap API ***/ ldap_object.cc: Prototype for the ldap_object class, to hold and update data from the ldapserver. ldap_db.cc: Prototype for the ldap_db class, to maintain ldap database/directory files. ldap_profile.cc: Prototype for the ldap_profile class, to hold and use binding information. ldapapi.cc: The start of the linuxconf ldap API library. /*** ldap client utilities ***/ ldap_client.cc: For implementation of different client dialogs/tools. ldap_status.cc: Dialog to show server status. ldap_comng.cc: Support for userconf comanager. bind.cc: Binding setup/profiles. useradmin.cc: User admin of account style directories. groupadmin.cc: Group admin of account style directories. /*** Form support ***/ fields.cc, fields.h: Generic form dialogs. dbform.cc: Management of forms. /*** Profile support ***/ profile.cc: