<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.vmssoftware.com/index.php?action=history&amp;feed=atom&amp;title=Proxy_Login</id>
	<title>Proxy Login - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.vmssoftware.com/index.php?action=history&amp;feed=atom&amp;title=Proxy_Login"/>
	<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Proxy_Login&amp;action=history"/>
	<updated>2026-04-23T19:36:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=Proxy_Login&amp;diff=334&amp;oldid=prev</id>
		<title>Darya.zelenina: Created page with &quot;A &#039;&#039;&#039;proxy login&#039;&#039;&#039; enables a user logged in at a remote node to be logged in automatically to a specific account at the local node, without having to supply any access contro...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Proxy_Login&amp;diff=334&amp;oldid=prev"/>
		<updated>2019-02-28T07:10:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;A &amp;#039;&amp;#039;&amp;#039;proxy login&amp;#039;&amp;#039;&amp;#039; enables a user logged in at a remote node to be logged in automatically to a specific account at the local node, without having to supply any access contro...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A &amp;#039;&amp;#039;&amp;#039;proxy login&amp;#039;&amp;#039;&amp;#039; enables a user logged in at a remote node to be logged in automatically to a specific account at the local node, without having to supply any access control information, to perform specific non-interactive file operations such as copying files. This can be used to increase security because it minimizes the need to specify explicit access control information in node specifications passed over the network or stored in command procedures.&lt;br /&gt;
=Example=&lt;br /&gt;
Copying files from a remote node with proxy login: &lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
COPY remotenode::file-spec file-spec  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Without proxy login: &lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
COPY remotenode&amp;quot;proxyacct&amp;quot;::file-spec file-spec  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Proxy logins vs interactive logins=&lt;br /&gt;
&lt;br /&gt;
Note that a proxy login is not the same as an interactive login. A proxy login means that specific network access operations can be executed, such as a copy operation. By contrast, an interactive login requires a user to supply a user name and password before the user can perform any interactive operations.&lt;br /&gt;
&lt;br /&gt;
=Proxy login accounts=&lt;br /&gt;
&lt;br /&gt;
To establish a proxy login on the local node, the remote user must have a default proxy account on the local node that maps to a local user name. The remote user assumes the same file access, rights, and privileges as the local user name. &lt;br /&gt;
&lt;br /&gt;
==Creating proxy login accounts==&lt;br /&gt;
For maximum security:&lt;br /&gt;
* define proxy login accounts as restricted&lt;br /&gt;
* remove interactive, batch and network access&lt;br /&gt;
* avoid granting privileges to proxy login accounts&lt;br /&gt;
* check the default protection on the directory and customize it if necessary&lt;br /&gt;
* examine the [[Login Command Procedure|login command procedure]] specified on the account and security settings of the command procedure file&lt;br /&gt;
&lt;br /&gt;
==Enabling proxy login accounts==&lt;br /&gt;
Proxy logins are established in the AUTHORIZE utility using the proxy database file. If no proxy database file exists, you may need to create one using CREATE/PROXY.&lt;br /&gt;
To add a proxy, use ADD/PROXY remote_node::remote_user local_user/default. You can add as many proxies on the same local account as necessary.&lt;br /&gt;
To display a proxy, use SHOW/PROXY remote_node::remote_user.&lt;br /&gt;
To modify a proxy, use MODIFY/PROXY remote_node::remote_user.&lt;br /&gt;
To delete a proxy, use REMOVE/PROXY remote_node::remote_user.&lt;br /&gt;
&lt;br /&gt;
[[Category:Security]]&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
* {{Template:Sec}}&lt;/div&gt;</summary>
		<author><name>Darya.zelenina</name></author>
	</entry>
</feed>