diff options
| author | michael pereira | 2011-09-21 14:45:41 +0200 |
|---|---|---|
| committer | michael pereira | 2011-09-21 14:45:41 +0200 |
| commit | 7623bbdd4618bf29ff96c9ff5fb11a28d03c850f (patch) | |
| tree | 774c3560cfa1f9c346d6654212a93430c4b44dce /application/modules/ipxe/controllers | |
| parent | vesamenu (diff) | |
| download | pbs2-7623bbdd4618bf29ff96c9ff5fb11a28d03c850f.tar.gz pbs2-7623bbdd4618bf29ff96c9ff5fb11a28d03c850f.tar.xz pbs2-7623bbdd4618bf29ff96c9ff5fb11a28d03c850f.zip | |
login fehler
Diffstat (limited to 'application/modules/ipxe/controllers')
| -rw-r--r-- | application/modules/ipxe/controllers/AuthController.php | 5 |
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"; |
