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:
parent
951853fd34
commit
def9f77707
2 changed files with 23 additions and 0 deletions
6
code/web/www/pages/connectors/ldap.conf.sample.php
Normal file
6
code/web/www/pages/connectors/ldap.conf.sample.php
Normal 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";
|
Loading…
Add table
Add a link
Reference in a new issue