Home
last modified time | relevance | path

Searched refs:server_authentication (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/etc/
H A Dwanboot.conf.sample63 server_authentication=yes # yes | no
67 # setup. If client_authentication is "yes", then server_authentication
83 # is a non-empty signature_type. If server_authentication is "yes", the
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c1270 char *server_authentication; in wanbootfs_payload() local
1308 server_authentication = bootconf_get(&bc_handle, in wanbootfs_payload()
1310 authenticate_server = (server_authentication != NULL && in wanbootfs_payload()
1311 strcmp(server_authentication, "yes") == 0); in wanbootfs_payload()