summaryrefslogtreecommitdiffstats
path: root/application/modules
diff options
context:
space:
mode:
authormichael pereira2011-09-21 14:45:41 +0200
committermichael pereira2011-09-21 14:45:41 +0200
commit7623bbdd4618bf29ff96c9ff5fb11a28d03c850f (patch)
tree774c3560cfa1f9c346d6654212a93430c4b44dce /application/modules
parentvesamenu (diff)
downloadpbs2-7623bbdd4618bf29ff96c9ff5fb11a28d03c850f.tar.gz
pbs2-7623bbdd4618bf29ff96c9ff5fb11a28d03c850f.tar.xz
pbs2-7623bbdd4618bf29ff96c9ff5fb11a28d03c850f.zip
login fehler
Diffstat (limited to 'application/modules')
-rw-r--r--application/modules/ipxe/controllers/AuthController.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php
index a98deb1..2de7976 100644
--- a/application/modules/ipxe/controllers/AuthController.php
+++ b/application/modules/ipxe/controllers/AuthController.php
@@ -72,12 +72,11 @@ class Ipxe_AuthController extends Zend_Controller_Action
$result .= "imgfree\n";
if($login){
$result .= "login\n";
- $result .= "set 209:string http://\${username:uristring}:\${password:uristring}@".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$session->getAlphasessionID()."/login/true\n";
+ $result .= "set 209:string http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$session->getAlphasessionID()."/login/true\n";
}else{
- $result .= "login\n";
$result .= "set 209:string http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$session->getAlphasessionID()."/login/false\n";
}
-
+// \${username:uristring}:\${password:uristring}@
$result .= "set 210:string http://".$_SERVER['HTTP_HOST']."/\n";
$result .= "chain \${210:string}ipxe/resource/getpxelinux/alpha/".$session->getAlphasessionID()."/file/pxelinux.0\n";