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