Searched defs:server_authentication (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c1270 char *server_authentication; local
1308 server_authentication = bootconf_get(&bc_handle,
1310 authenticate_server = (server_authentication != NULL &&
1311 strcmp(server_authentication, "yes") == 0);

Completed in 71 milliseconds