summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7cbfcaf)
raw | patch | inline | side by side (parent: 7cbfcaf)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 17 Feb 2006 09:58:06 +0000 (09:58 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 17 Feb 2006 09:58:06 +0000 (09:58 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2702 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_terminalStartup.inc | patch | blob | history | |
plugins/admin/systems/class_workstationStartup.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_terminalStartup.inc b/plugins/admin/systems/class_terminalStartup.inc
index f1bf0d3ddac92e9ab98805cdd8ee8acdffb4aaa8..0f644245cfd85b8fdcfb94a2a8c3e11a13e8e1f0 100644 (file)
$this->gotoKernelParameters= "root=/dev/nfs nfsroot=".
$this->gotoTerminalPath.
",ro,hard,nolock,fg,rsize=8192 ".
- "ip=::::::dhcp LDAP=".$this->gotoLdapServer;
+ "ip=::::::dhcp ldap=".base64_encode($this->gotoLdapServer);
switch ($this->bootmode){
case "D":
diff --git a/plugins/admin/systems/class_workstationStartup.inc b/plugins/admin/systems/class_workstationStartup.inc
index 0eeb89220cc556f29d8aca27d424eefff726e52d..afb5e9e7c60cf2693f2089fee2370e3de93e8433 100644 (file)
$this->gotoKernelParameters= "root=/dev/nfs nfsroot=".
$this->gotoTerminalPath.
",ro,hard,nolock,fg,rsize=8192 ".
- "ip=::::::dhcp LDAP=".$this->gotoLdapServer;
+ "ip=::::::dhcp ldap=".base64_encode($this->gotoLdapServer);
switch ($this->bootmode){
case "D":