After editing on the part of GUI ( fog.multijoin ) and remove the lines you say to start the multijoin returnd to boot menu
[LEFT]It seems that no session[/LEFT]
[LEFT]Apologize for if I do not fully understand my English is not very good[/LEFT]
Latest posts made by serpele
-
RE: Capone and Multicasting not possible?
-
RE: Capone and Multicasting not possible?
[LEFT]This Is What I 'm wearing m But Not Working of the file /var/www/fog/lib/pages/FOGConfigurationPage.class.php
‘field’ => $field,
‘input’ => $input,
‘menu_id’ => $Menu->get(‘id’),
‘id’ => $Menu->get(‘id’),
‘menu_item’ => $Menu->get(‘name’),
‘menu_description’ => $Menu->get(‘description’),
‘menu_params’ => $Menu->get(‘params’),
‘menu_default’ => ($Menu->get(‘default’) ? ‘checked’ : ‘’),
‘menu_regmenu’ => $this->getClass(‘PXEMenuOptionsManager’)->regSelect($Menu->get(‘regMenu’)),
‘menu_options’ => $Menu->get(‘args’),
‘disabled’ => ‘’,
But it does not work for me[/LEFT] -
RE: Capone and Multicasting not possible?
[quote=“Tom Elliott, post: 38999, member: 7271”]I’m afraid you’re stuck being afraid for now?
I’m not trying to sound rude or crude, but some of these things are set in such a manner for some semblance of security. You could play with the source code to have it work for you.
First you’d needed to edit the FOGConfigurationPage ‘disabled’ part on pxe setting function. You’d make line 278 of the file /var/www/fog/lib/pages/FOGConfigurationPage.class.php from:
[php]‘disabled’ => $menuid ? ‘readonly=“true”’ : ‘’,[/php]
TO:
[php]‘disaabled’ => ‘’,[/php]Then you’d edit BootMenu.class.php to move the $_REQUEST[‘sessionJoin’] settings on lines: 572 and 573 to right under line 159.
Then you edit on the GUI side (fog.multijoin) and remove the lines stating:
[code]login[/code]
[code]param username ${username}[/code]
[code]param password ${password}[/code]That should remove authentication from the mix. That said, I’d highly recommend against it.[/quote]
[LEFT]I am newbie[/LEFT]
Help Please To be changed so that the multicast launch a task not ask password and session
[LEFT]
[/LEFT]