Other libraries


Lamdaemon (lamdaemon.pl)

Blowfish (blowfish.inc)

If MCrypt is not available LAM uses the Blowfish algorithm to store sensitive data in the session file.
This file was copied from the Horde project and modified to fit LAM's needs.

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).