Code

Fixed saving for UTF-8 based LDAP bases
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 17 Feb 2006 09:58:06 +0000 (09:58 +0000)
committercajus <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
plugins/admin/systems/class_workstationStartup.inc

index f1bf0d3ddac92e9ab98805cdd8ee8acdffb4aaa8..0f644245cfd85b8fdcfb94a2a8c3e11a13e8e1f0 100644 (file)
@@ -255,7 +255,7 @@ class termstartup extends plugin
     $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":
index 0eeb89220cc556f29d8aca27d424eefff726e52d..afb5e9e7c60cf2693f2089fee2370e3de93e8433 100644 (file)
@@ -565,7 +565,7 @@ class workstartup extends plugin
     $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":