2022-11-23 22:46:04 +01:00
2022-11-23 22:46:04 +01:00

Installation de apache + php 7.2 + phpldapadmin

Installation de phpldapadmin sur la machine ldxN.formation.opendoor.fr

La racine de l'arbre est dc=example,dc=fr

L'accès aux branches cn=config et cn=monitor est possible avec le compte olcrootDN

sudo dnf install httpd php-fpm php-ldap php-xml unzip -y
sudo systemctl enable --now httpd php-fpm
curl -o /tmp/pla.zip -L https://github.com/leenooks/phpLDAPadmin/archive/refs/tags/1.2.6.3.zip
cd /var/www/html
sudo unzip /tmp/pla.zip
sudo cp /var/www/html/phpLDAPadmin-1.2.6.3/config/config.php{.example,}
sudo ln -s /var/www/html/phpLDAPadmin-1.2.6.3 /var/www/html/pla

ligne 329 du fichier config/config.php:

$servers->setValue('server','base',array('cn=config','cn=monitor','dc=example,dc=fr'));

vous pouvez aller sur http://ldxN.formation.opendoor.fr/pla/

Description
No description provided
Readme 27 KiB