doc: update phpldapadmin page (#2194)

This commit is contained in:
Maxime Besson 2020-05-26 18:55:04 +02:00
parent ab92d7c6e5
commit f35e7778c0

View File

@ -32,9 +32,9 @@ password inside the file ``config.php``:
.. code-block:: php
$ldapservers->SetValue($i,'server','auth_type','config');
$ldapservers->SetValue($i,'login','dn','cn=Manager,dc=example,dc=com');
$ldapservers->SetValue($i,'login','pass','secret');
$servers->SetValue('login','auth_type','config');
$servers->SetValue('login','bind_id','cn=Manager,dc=example,dc=com');
$servers->SetValue('login','bind_pass','secret');
phpLDAPadmin virtual host
~~~~~~~~~~~~~~~~~~~~~~~~~