1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-03-09 15:40:18 +00:00

Massive import web manager

This commit is contained in:
Tlams 2018-02-11 18:47:59 +00:00
parent 951853fd34
commit def9f77707
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<?php
// COPY TO ldap.conf.php
$ldapserver = "ldap.yourserver.fr";
$ldapServerPort = 389;
$baseDN = "dc=yourserver,dc=fr";
$ldapOrgUnit="ou=Users";