D-Link dws-1008 Switch User Manual


 
D-Link DWS-1008 CLI Manual 380
set service-profile soda logout-page
Specifies a page on the DWS-1008 that is loaded when a client logs out of the network by closing
the SODA virtual desktop.
Syntax: set service-profile name soda logout-page page
name
page
Defaults: None.
Access: Enabled.
Usage: When a client closes the SODA virtual desktop, the client is automatically disconnected
from the network. You can use this command to specify a page that is loaded when the client
closes the SODA virtual desktop.
The client can request this page at any time, to ensure that the client’s session has been terminated.
You can add the IP address of the DWS-1008 to the DNS server as a well-known name, and you
can advertise the URL of the page to users as a logout page.
The page is assumed to reside in the root directory on the DWS-1008. You can optionally specify
a different directory where the page resides.
Note that you must also enable the HTTPS server on the DWS-1008, so that clients can log out
of the network and access the logout page using HTTPS. To do this, use the set ip https server
enable command.
Examples: The following command specifies logout.html as the page to load when a client
closes the SODA virtual desktop:
DWS-1008# set service-profile sp1 soda logout-page logout.html
success: change accepted.
The following command specifies logout.html, in the soda-files directory, as the page to load
when a client closes the SODA virtual desktop:
DWS-1008# set service-profile sp1 soda logout-page soda-files/logout.html
success: change accepted.
See Also:
• set ip https server
• show service-profile
Service profile name.
Page that is loaded when the client closes the SODA virtual desktop.