LDAP Account Manager
From LinuxWiki
Contents |
[edit]
Introduction
todo
[edit]
Installation
Each distribution has it's own way of performing installations.
[edit]
Debian
Debian uses apt-get to fetch and install packages from the network.
[edit]
Debian 3.1 ("sarge")
To install the server:
apt-get install ldap-account-manager
To integrate this in to Apache2, do the following:
cd /etc/apache2/sites-available ln -s /etc/ldap-account-manager/apache.conf ldap-account-manager cd ../sites-enabled ln -s ../sites-available/ldap-account-manager 010-lam /etc/init.d/apache2 reload
[edit]
Red Hat
todo

