Difference: APPXLoginManagerForUnixLinux (22 vs. 23)

Revision 232007-08-15 - SteveFrizzell

Line: 1 to 1
 
META TOPICPARENT name="APPXConnectionManager"

APPX Connection Manager For Unix/Linux

Line: 139 to 139
 
The remove command is used to remove an existing Connection Service. The remove command will remove the configuration files (ini and env) and the corresponding operating system service.

Configuration - Options

Changed:
<
<
Options - Session Identity/Permissions
>
>
Options - Session Identity/Permissions
 
Changed:
<
<
-ImpersonateGID={true, false}
>
>
-ImpersonateUID={true, false}
If this value is set to false, an APPX session which is initiated by the connection service will run as the user of the connection service.  Set this value to true if you want the APPX session to run with the permissions of a user (impersonate) other than the user of the connection service.  If this value is set to true, then the ImpersonateUser option determines which user the APPX session should impersonate.
 
Changed:
<
<
-ImpersonateGroup={LogonUser, NamedGroup(groupname), ServiceOwner}
>
>
-ImpersonateUser={LogonUser, NamedUser(USERID), ServiceOwner}
This option determines which O/S user the APPX session should impersonate (run as).
 
Changed:
<
<
-ImpersonateUID={true, false}
>
>
If LogonUser is specified, the user ID of the APPX session will be set to the user ID that was provided by the client login.  This user ID must be a valid O/S user.  The connection service must be running with the permissions of the root user if the LogonUser option is specified.

If NamedUser is specifed, the user ID of the APPX session will be set to the specified USERID.  This USERID must be a valid O/S user.  The connection service must be running with the permissions of the root user if the NamedUser option is specified.

If ServiceOwner is specified, the user ID of the APPX session will be the user ID that the connection service is running as.

-ImpersonateGID={true, false}

 
Changed:
<
<
-ImpersonateUser={LogonUser, NamedUser(username), ServiceOwner}
>
>
-ImpersonateGroup={User, LogonUser, LogonGroup, NamedGroup(groupname), ServiceOwner, ServiceGroup}
  -Umask=FILECREATIONMASK
Added:
>
>
APPX sessions which are initiated by the connection service will be given the specified FILECREATIONMASK.  The FILECREATIONMASK is used to set the permissions on files that are created by the APPX session.  The FILECREATIONMASK value should be a 4-digit octal value representing a standard Unix/Linux umask value.  For more information on umask values, please refer to your Unix/Linux system documentation.
 
Changed:
<
<
-IncludeSystemEnv={true, false}
>
>
-IncludeSystemEnv={true, false}
Set this option to true if you want the APPX sessions which are initiated by the connection service to inherit the environment of the connection service.
 
Options - General
Line: 182 to 192
  -ServiceDisableAppxKeys={true, false}
Changed:
<
<
-initScript={lsb, RedHat }
>
>
-initScript={lsb, RedHat}
 
Used with -install option to specify the type of operating system that the service script is to be created for. If this option is not specified, appxdsvc will determine which type of service script to install.
Options - Startup Process
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback