diff options
author | Simon Rettberg | 2015-09-13 17:53:38 +0200 |
---|---|---|
committer | Simon Rettberg | 2015-09-13 17:53:38 +0200 |
commit | 876479a5c07693b64398f2c99b1da352b1b8a89e (patch) | |
tree | 47059b08d467d997690624d8fed229433ea8f337 /config.php.example | |
parent | [ldap] new module (diff) | |
download | slx-admin-876479a5c07693b64398f2c99b1da352b1b8a89e.tar.gz slx-admin-876479a5c07693b64398f2c99b1da352b1b8a89e.tar.xz slx-admin-876479a5c07693b64398f2c99b1da352b1b8a89e.zip |
[Trigger] Consider ldap config modules when launching ldadp instances
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php.example b/config.php.example index 929e7e2e..fcab800a 100644 --- a/config.php.example +++ b/config.php.example @@ -15,7 +15,7 @@ define('CONFIG_SQL_FORCE_UTF8', true); define('CONFIG_TGZ_LIST_DIR', '/opt/openslx/configs'); -define('CONFIG_REMOTE_ML', 'https://bwlp-masterserver.ruf.uni-freiburg.de/minilinux/sat_01'); +define('CONFIG_REMOTE_ML', 'https://bwlp-masterserver.ruf.uni-freiburg.de/minilinux/sat_02'); define('CONFIG_TFTP_DIR', '/srv/openslx/tftp'); define('CONFIG_HTTP_DIR', '/srv/openslx/www/boot'); |