Skip to content
Snippets Groups Projects
Commit f35e7778 authored by Maxime Besson's avatar Maxime Besson
Browse files

doc: update phpldapadmin page (#2194)

parent ab92d7c6
No related branches found
No related tags found
No related merge requests found
......@@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment