Other libraries


Lamdaemon (lamdaemon.pl)


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.

Schema browser

The file schema.inc contains functions which are needed by the schema browser.
These functions were copied from phpLDAPadmin (PLA).