1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-02-15 04:32:15 +00:00
HyperProxmox/code/web/www/pages/connectors/ldap.conf.sample.php
2018-02-11 18:47:59 +00:00

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";