Other libraries
Lamdaemon (lamdaemon.pl)
LDAP cache (cache.inc)
Account lists (lists.inc)
This file provides basic functions used by the account lists. They
cover major parts of the HTML output.
There is also one list of LDAP attribute descriptions per account type.
They allow to have translated descriptions of the most common
attributes.
Status messages (status.inc)
Status.inc provides the function StatusMessage()
which can be used to display error, warning and information messages.
The function uses preg_replace() to convert the special tags to HTML
tags. The message variables are included with printf().
The parameters of StatusMessage()
are described in the developer FAQ.
Tree view and schema browser
The files tree.inc and schema.inc contain functions which are needed by
the tree view and the schema browser.
These functions were copied from phpLDAPadmin
(PLA).
- tree.inc: tree functions
(from functions.php and some other files in PLA)
- schema.inc: for schema
browser (from schema_functions.php in PLA)