LDAP Account Manager

From LinuxWiki

Jump to: navigation, search

Contents

Introduction

todo

Installation

Each distribution has it's own way of performing installations.

Debian

Debian uses apt-get to fetch and install packages from the network.

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

Red Hat

todo

Personal tools