up version

This commit is contained in:
2023-10-12 15:37:29 +02:00
parent b1d9902c8c
commit 48ce7ce78c
5 changed files with 26 additions and 13 deletions

View File

@@ -283,14 +283,14 @@ $servers->newServer('ldap_pla');
/* A convenient name that will appear in the tree viewer and throughout
phpLDAPadmin to identify this LDAP server to users. */
$servers->setValue('server','name','localhost');
$servers->setValue('server','name','{{ pla_ldap_server }}');
/* Examples:
'ldap.example.com',
'ldaps://ldap.example.com/',
'ldapi://%2fusr%local%2fvar%2frun%2fldapi'
(Unix socket at /usr/local/var/run/ldap) */
$servers->setValue('server','host','127.0.0.1');
$servers->setValue('server','host','{{ pla_ldap_server }}');
/* The port your LDAP server listens on (no quotes). 389 is standard. */
// $servers->setValue('server','port',389);