Anonymous

MCP-CMS: Difference between revisions

From Cibernética Americana
231 bytes added ,  3 January 2022
no edit summary
No edit summary
No edit summary
Line 85: Line 85:
            
            
                 <station-agent>  ::= ipV6Address:port | ipV4Address:port | FQDSAgentName  
                 <station-agent>  ::= ipV6Address:port | ipV4Address:port | FQDSAgentName  
                 FQDSAgentName  ::= <agentId>@<domain>:<port>
                 FQDSAgentName  ::= <agentId>@<domain>[:<port>]


                 and the port is displayed in a DS control block in the user's DCMS account profile or provided dynamically by automation in an authenticated session.                           
                 and the port is displayed in a DS control block in the user's DCMS account profile or provided dynamically by automation in an authenticated session.                           
Line 91: Line 91:
     Semantics
     Semantics
     <blockquote>
     <blockquote>
       The port is always required, there's no default and use of 22 for this purpose is prohibited. The bare station:port form presumes the user's unix account name is a valid agentId for the
       The port cannot be 22. The semantics are different depending on whether addr:port or agentId forms are used.<br><br>
     
      The bare address:port forms presume the user's unix account name is a valid agentId and DCMS username. In this case the address is a pre allocated MCP element.<br><br>
 
      The agentId form assigns existing or allocates a new MCP element from context implicit in the users account.
 
       node station.   
       node station.   
     </blockquote>
     </blockquote>