|
|
|
|
|
|
|
|
Deny all logins
|
Select to configure the server to deny all new client connections.
Notes:
- This setting does not affect existing client sessions.
- This setting is not available for subconfigurations. Use Access Control to control access by host, group, and/or user.
|
|
Allow terminal shell
|
Specifies whether to allow client users access to a command window.
Note: You may also need to edit your operating system security settings to allow users access to a terminal shell. For more information, see Command Shell Access.
|
|
Terminal default directory
|
Specifies the login directory for terminal shell sessions. You can specify any physical directory, or use one of the following pattern strings to specify user-specific directories. For details see Pattern Strings in Directory Paths.
|
|
|
%D
|
The user's .
|
|
|
%H
|
The user's .
|
|
|
%u
|
The user's login name.
|
|
|
%U
|
The user's domain name and login in the format domain.username.
|
|
Terminal provider
|
Specifies which program to launch when a client connects to the server and Allow terminal shell is enabled. The program must be a text-based command-line utility. The default setting is cmd.exe, which launches a standard Windows DOS command window.
|
|
Allow exec requests
|
Specifies whether to allow the client to execute commands on the server.
|
|
Exec request prefix
|
This setting is available only when Allow exec requests is enabled. Use it to specify text to prepend to a command sent by the client.
|
|
Caution: To ensure that the server launches the correct program for Terminal provider and Exec request prefix, use a fully-qualified path name and enclose any path name that includes spaces in double quotation marks. (If the executable or path name has a space in it, because of the way the Windows API function used by the server parses spaces, there is a risk that a different executable could be run. For details, see "Security Remarks" in the MSDN article at http://msdn2.microsoft.com/en-us/library/ms682429.)
|