guest_info       1432 source3/auth/auth_util.c static auth_serversupplied_info *guest_info = NULL;
guest_info       1436 source3/auth/auth_util.c 	if (guest_info != NULL)
guest_info       1439 source3/auth/auth_util.c 	return NT_STATUS_IS_OK(make_new_server_info_guest(&guest_info));
guest_info       1445 source3/auth/auth_util.c 	*server_info = copy_serverinfo(mem_ctx, guest_info);