mirror of https://git.48k.eu/ogserver
rest: add "server=" boot param in set client mode
Store a client associated ogserver ip address in "server=" boot param. Use this boot param to lookup for network-specific ogClient configuration when launching ogClient during ogLive booting process.master v1.2.4
parent
18eb19ab42
commit
e080fd5526
|
@ -1108,6 +1108,7 @@ static int og_set_client_mode(struct og_dbi *dbi, const char *mac,
|
|||
"' ogshare=', @serverip, "
|
||||
"' oglivedir=', ordenadores.oglivedir, "
|
||||
"' ogprof=', IF(ordenadores.idordenador=aulas.idordprofesor, 'true', 'false'), "
|
||||
"' server=', @ipserveradm, "
|
||||
"IF(perfileshard.descripcion<>'', CONCAT(' hardprofile=', REPLACE(TRIM(perfileshard.descripcion), ' ', '_')), ''), "
|
||||
"IF(aulas.ntp<>'', CONCAT(' ogntp=', aulas.ntp), ''), "
|
||||
"IF(aulas.dns<>'', CONCAT(' ogdns=', aulas.dns), ''), "
|
||||
|
|
Loading…
Reference in New Issue