summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/lib/config.inc.php
diff options
context:
space:
mode:
authorTarik Gasmi2007-09-27 16:40:23 +0200
committerTarik Gasmi2007-09-27 16:40:23 +0200
commitecc473303fbee5f5466d2477157b5fd682357003 (patch)
tree2776e2d1d44543e60e15fba30d98d630a551c59c /ldap-site-mngmt/webinterface/lib/config.inc.php
parentAdded text to PXE image "please select" and "use arrow keys". Dirks idea. (diff)
downloadcore-ecc473303fbee5f5466d2477157b5fd682357003.tar.gz
core-ecc473303fbee5f5466d2477157b5fd682357003.tar.xz
core-ecc473303fbee5f5466d2477157b5fd682357003.zip
Reorganized LSM Webinterface
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1353 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'ldap-site-mngmt/webinterface/lib/config.inc.php')
-rw-r--r--ldap-site-mngmt/webinterface/lib/config.inc.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/ldap-site-mngmt/webinterface/lib/config.inc.php b/ldap-site-mngmt/webinterface/lib/config.inc.php
index fe76a958..cc26d0fc 100644
--- a/ldap-site-mngmt/webinterface/lib/config.inc.php
+++ b/ldap-site-mngmt/webinterface/lib/config.inc.php
@@ -1,8 +1,7 @@
<?php
#Pfad festlegen wo die Anwendungsskripte sich befinden
- #$START_PATH="http://132.230.4.150/test/";
- #$START_PATH="https://132.230.9.56/lsm/";
+ #$START_PATH="http://localhost/lsm/";
$START_PATH="https://dhcp.uni-freiburg.de/";
# Anlegen einer Variablen für den Speicherort von den CSVs
@@ -19,8 +18,8 @@
$rootAU = "ou=UniFreiburg,ou=RIPM,dc=uni-freiburg,dc=de";
# der LDAP-Server für die Authentisierung der User
- #define('LDAP_HOST_RZ', '132.230.1.61');
- #define('LDAP_PORT_RZ', 636);
+ #define('LDAP_HOST', 'localhost');
+ #define('LDAP_PORT', 389);
#$suffix_rz = "dc=uni-freiburg,dc=de";
# einige Sachen, die aus Sicherheitsgründen in produktiven Umgebungen geändert werden sollten!!!