mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-02-15 04:32:15 +00:00
6 lines
No EOL
147 B
PHP
6 lines
No EOL
147 B
PHP
<?php
|
|
// COPY TO ldap.conf.php
|
|
$ldapserver = "ldap.yourserver.fr";
|
|
$ldapServerPort = 389;
|
|
$baseDN = "dc=yourserver,dc=fr";
|
|
$ldapOrgUnit="ou=Users"; |