Installation on Ubuntu Server 22.04
Install Apache Webserver and PHP
apt -y install apache2 php php-cgi libapache2-mod-php php-mbstring php-common php-pear
Then enable php-cgi PHP extension:
a2enconf php*-cgi
systemctl reload apache2
Install LDAP Account Manager
apt -y install ldap-account-manager
The account manager is available on http://lam.simmy.ch/lam.
Useful links
https://www.unixmen.com/setup-samba-domain-controller-with-openldap-backend-in-ubuntu-13-04/
https://www.ldap-account-manager.org/lamcms/howto
https://computingforgeeks.com/install-and-configure-ldap-account-manager-on-ubuntu/
https://www.ldap-account-manager.org/lamcms/documentation
No Comments