EP0520709A2 - A method for providing a security facility for remote systems management - Google Patents

A method for providing a security facility for remote systems management Download PDF

Info

Publication number
EP0520709A2
EP0520709A2 EP92305673A EP92305673A EP0520709A2 EP 0520709 A2 EP0520709 A2 EP 0520709A2 EP 92305673 A EP92305673 A EP 92305673A EP 92305673 A EP92305673 A EP 92305673A EP 0520709 A2 EP0520709 A2 EP 0520709A2
Authority
EP
European Patent Office
Prior art keywords
management server
trusted
management
host
final
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
EP92305673A
Other languages
German (de)
French (fr)
Other versions
EP0520709A3 (en
Inventor
Ram Sudama
David Michael Griffin
Brad C. Johnson
Dexter Sealy
James Shelhamer
Owen Harold Tallman
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Digital Equipment Corp
Original Assignee
Digital Equipment Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Digital Equipment Corp filed Critical Digital Equipment Corp
Publication of EP0520709A2 publication Critical patent/EP0520709A2/en
Publication of EP0520709A3 publication Critical patent/EP0520709A3/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • G06F21/41User authentication where a single sign-on provides access to a plurality of computers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/44Program or device authentication
    • G06F21/445Program or device authentication by mutual authentication, e.g. between devices or programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2211/00Indexing scheme relating to details of data-processing equipment not covered by groups G06F3/00 - G06F13/00
    • G06F2211/009Trust

Definitions

  • the present invention relates to networked data processing systems, and in particular, to methods for providing a security facility for remote systems management (RSM).
  • RSM consists of performing system and application management functions over a network. For example, if creating an account is a system management function, then creating an account on a system over a network is a remote systems management function.
  • Networked data processing systems provide several advantages over centralized data processing systems.
  • distributed processing systems provide a means for efficiently executing information processing requests by system users by allocating the requests for service to a plurality of available network processing resources ("network resources").
  • the operating systems present at the interconnected nodes of the network cooperate to distribute workloads to readily available resources by transferring operation packets having descriptions of functions to be performed by network resources and data between many locations, referred to as nodes, in the network.
  • Certain processes running on the network nodes referred to hereinafter as "management servers,” control the routing of data and requests for performance of functions by network resources between distinct local systems in the network running under the control of separate management servers.
  • processes operating on a local system are executed independently of network protocol. These processes are free to manipulate local data and make local decisions. However, when processes exchange information with each other over the network they communicate under the control of the network management servers.
  • the management servers implement network communication protocol for transferring data and requests for performance of functions by network resources between the nodes of the network. These management servers receive requests from sender nodes, place these requests on network request queues, and then forward the requests to the specified destinations according to a predetermined set of network operation rules.
  • the rules enforced by the network management servers are determined by the network designer based upon the general and specific needs of the network. In cases where requests pass between network management servers, the transmitting network management server and the receiving network management server(s) generally must agree on an essential set-of rules for communicating information.
  • a "management service” is a set of related processes that perform the functions specified in management operations.
  • a management operation is a packet of information which specifies at least a function to be performed by a management service and the entity requesting performance of the function.
  • automated management services are provided in a de-centralized manner to large numbers of local systems in a network.
  • Some of the nodes in the network consist of hosts for a management service.
  • the hosts may themselves be algorithms, work stations, personal computers or other operating systems which use the services provided in the networked data processing system.
  • a universal database for the network maps the hosts to their designated management servers.
  • the management servers coordinate the receipt and delivery of data and network resource requests to specified nodes according to the trusted links designated by the mapping function for each management server.
  • a management operation is a data packet containing at least a description of the requested function to be performed by a network resource and the identity of the user who submitted the request.
  • the management server may either dispatch the management operation to a host coupled to a local service provider under the control of the management server or alternatively, the management server may transfer the operation to another management server.
  • a management server may dispatch a management operation to another management server which is coupled to a certain host and is designated to receive the operations for that particular host.
  • This mapping function provided by the database is used for forwarding management operations from a point of origination management server, which is the point of submission of a request by a user for performance of a function by a network resource, to the designated management server for the host which, in turn, administers the management service described in the management operation.
  • the management servers in a network should execute system management, which includes network communication protocol, in the networked data processing system in a way that maintains the "security" of the local systems and of the communication links between the local systems.
  • Network security has traditionally consisted of means to protect against unauthorized access to operations or data contained within the network. This type of security prevents unintentional as well as deliberate attempts to access information or network processing resources within the data processing network. Another important aspect of security is the assurance given to the sender of data or network requests that the recipient will not corrupt or make unauthorized use of the information transmitted by the sender.
  • "Security" not only consists of restricting access to network resources, but also includes the guarantee that a data request will be handled and/or processed by an intended and reliable network resource.
  • the network resource may, for example, be another network management server, a data storage system or a data processing system.
  • a “threat” to the security in a network is used herein to denote any activity which, if successful, will result in a breach of the security of the system.
  • a threat if not neutralized, may destroy,-alter, duplicate or transmit without authorization information entrusted by a user to the network or gain access to restricted processing resources. These threats can be created by impostors or unauthorized processes operating within the network.
  • Prior network management security facilities depend on mechanisms that already exist in local operating systems and local network services to diminish the impact of threats to the systems in the network. Such mechanisms include passwords, access control lists, and proxies for providing a secure management environment. These protection tools adequately provide a safe environment in single management server systems. However, several problems are introduced when the system contains more than one management server and data or network requests must be transmitted between two or more management servers.
  • heterogenous management systems i.e., ones containing local operating systems implementing inconsistent system security measures, cannot guarantee uniform protection of information transmitted between local systems in the network once the receiving management server gains control of the information.
  • the security measures utilized by the receiving system may be inadequate or the receiving management server may in turn transfer the information to a non-secure network resource. Therefore, in a heterogenous management system, a sender must weigh the benefit of transmitting information to another system resource controlled by another management server against the possibility that the confidentiality of that information will be compromised after the receiving management server gains control of the information.
  • RSM security facilities which utilize local security mechanisms external to the management service may present significant problems to one wishing to maintain a secure network.
  • Weak security measures used by a local system may not be apparent to other local operating system management servers or users who do not have information relating to the security measures adopted by the other local systems of the network. Identifying the source of a security breach is complicated in systems where non-uniform security rules are used by different local operating systems because diagnosis requires knowledge of each local system's security measures. This is a daunting task if the network consists of more than a few nodes.
  • diagnosis and elimination of security threats is further complicated when local security measures may be changed outside the network operating environment by local operating systems.
  • a process on a given system may be authenticated -- that is, may represent itself truthfully -- but may be utilized by a hostile party impersonating an authorized user, i.e., a prior transfer of control may have been compromised. Accordingly, when multiple management servers interact to provide management services to a large-scale networked computing environment, such approaches fail to adequately address the security problem.
  • delegation is the transfer of authenticated credentials between parties.
  • Methods for secure and manageable delegation over a network spanning multiple systems, processes and users do not currently exist. Instead, conventional delegation relies upon forwarding authenticated credentials from one object to the next in the network. These credentials are subject to the threat of interception when passed among multiple systems.
  • the present invention overcomes the problems in prior art security facilities for networked data processing systems and maintains a secure network environment through the utilization of a semi-permanent form of delegation.
  • the trust relations maintained in the global database in the present invention provide a semipermanent form of delegation of authority between management servers. Therefore, once a user is authenticated to a management server, the management server acts under the user's authority to act on a host or set of hosts within the network subject to the limitations of the defined trust relations between the management servers in the network.
  • the method according to the invention uses an internalized network security facility implementing link-wise protection of management operations transmitted between management servers in a network.
  • the network facilitates secure transmission of a management operation on a network link between management servers by requiring a mutual trust relation to exist between the sending and the receiving management server (i.e., that transmission between the two management servers is allowed).
  • the sender and receiver are each required to authenticate the other.
  • a host withholds performance of the requested management operation until it authenticates the management server that submitted the management operation in order to ensure that the management server is the host's designated management server and verifies that the request originated from a trusted user.
  • the invention in its broad form resides in a system and method for providing security for a data processing network having (i) a plurality of management servers connected by transfer links for communicating operations to be performed and (ii) a data base of trusted relations for identifying that a trusted relation exists between communicatively linked management servers, comprising the steps of: retrieving from the database of trusted relations the identity of a trusted management server for receiving the operation to be performed; sending the operation to be performed from one of the management servers to the identified trusted receiving management server; and verifying by the trusted receiving management server the existence of a trusted relation with the sending management server.
  • the execution of link-wise, bidirectional authorization checks by each management server reduces the threat of an imposter management server taking control of a node and submitting management operations to restricted network resources because the trust relationship between neighboring management servers or a management server's relationship with a certain host must be known in order for the imposter management server to succeed in impersonating another management server.
  • the current invention reduces the difficulty in detecting and eliminating threats to network security by centralizing control over network security measures and providing a uniform set of rules for providing secure transmission of information between management servers. Centralization of security prevents local systems from singly compromising the security of the entire network since access to network resources from any given management server is limited by the previously established trust relationship with adjacent management servers. A uniform set of rules also reduces the amount of knowledge needed by a network administrator to modify the access privileges to various resources of the system.
  • the method described hereinafter executes a management operation created in response to a user request submitted to a network having a plurality of management servers, each management server coordinating receipt and delivery of management operations with either selected host systems or other management servers.
  • the user is authenticated at the point of access.
  • the network accepts the user's management operation containing the user's identification and a description of the function to be dispatched by a management server to either a host or management server.
  • the host system grants or denies performance of a function on a host based upon the user identity associated with the management operation.
  • a global database maintains and provides a list of hosts for performing specified functions, the hosts designated management servers and trusted routing paths between the management servers.
  • the originating management server transfers the management operation to the designated management server coupled to the host specified by the database to perform the function described in the management operation or another management server constituting one of the linking processes on a predetermined route to the designated management server if the following conditions are satisfied: 1) a "trust relation" exists between the management servers participating in the forwarding operation; and 2) the management servers participating in the forwarding operation are mutually authenticated.
  • a transmission between two management servers in a network will not occur unless the sender and receiver of the request are determined by each other to be valid parties for executing the transmission of the request. If the mutual authentication and trust relation is not established, the transfer of the management operation is aborted by either the sender or receiver. If the path from the originating management server to the destination management server involves more than a single transmission between management servers, the sender and receiver must satisfy the afore-described tests for each intermediate transmission on the trusted path between the originating management server and the designated management server.
  • a host's designated management server presents a request for execution of an operation to a host
  • the following conditions must be satisfied before the host will fulfill the request: 1) the host and management server must be mutually authenticated; 2) the host must trust this management server to act as its designated management server; and 3) the user originating the operation must be authorized, according to the host's local authorization data, to request performance of the function described in the management operation.
  • Management operations may also originate from hosts instead of users. These operations are referred to hereinafter as composite management operations.
  • the designated management server for the host submitting the management operation will forward the management operation, initially forwarded by the originating host to the designated management server, to the target host for performing the management operation.
  • a secure path from the originating host's management server to the target host's management server is facilitated by the afore-described mutual authentication and trust relations.
  • the management server presents the management operation to the target host, the host verifies that the management operation was presented by an authorized management server and that the management operation was submitted by an authorized host.
  • FIG. 1 is a block diagram of a distributed network system suitable for incorporating the present invention.
  • FIG. 2 is an illustrative diagrammatic representation of a number of management servers and hosts in a distributed network system which employs the teachings of the present invention.
  • FIG. 3 is an illustrative flow chart of steps used to transfer and thereafter perform the execution of an operation according to the present invention.
  • the present invention generally relates to a security facility for use in a networked data processing system. It is preferred that a network embodying the presently described invention possesses three basic utilities which would be well known to those of ordinary skill in the art.
  • the user interface from which management operation requests are received must possess a reliable method for authenticating a user's identity. For instance, the system may require the user to submit a password in order to gain access to network resources.
  • any other well known method for authenticating a user's identity may be adopted by a system embodying the present invention.
  • processes administered by one management server must possess a means to prove the authenticity of a process running on another system. For example, one well known method for authenticating processes is to utilize one of the several available keybased encryption systems to authenticate processes.
  • the management service which actually performs the function described within the operation packet preferably possesses the ability to define trust relations between the various processes cooperating to execute user requests on the network resources. This is preferably accomplished by means of trusted server tables which list valid senders to a given process and receivers from a-given process.
  • FIG. 1 shows an illustrative representation of a local data processing system 2 suitable for use in a network embodying the present invention.
  • FIG. 1 shows the relationship between a user 4 which generates a network management operation request, a management server 12 which receives, transfers and administers management operations, and a host 16 which provides a management service 19.
  • the local system 2 generally operates in a network environment such as the one illustratively depicted in FIG. 2.
  • the management server 12 provides the interface to other systems coupled to the local system 2 in a network. It should be understood that each of the components shown in FIG. 1 is embodied in computer software programs, processes, procedures and data packets and the description of the presently proposed embodiment is not intended to be confined to any particular system hardware.
  • the user 4 is a process created in response to a physical user's interactions with the network through an interface 6.
  • a management operation contains at least a description of a function to be transferred by cooperating RSM management servers to a designated management server for performance by an identified management service provided by a host 16.
  • a management operation also contains the identity of the user requesting performance of the RSM function. Other fields contained in the operation packet not integral to the present invention would be well known to those of ordinary skill in the art.
  • the interface 6 transfers the management operation to the dispatcher 24 of the management server 12 by means of the user-management server interface 34.
  • the dispatcher 24 receives and directs management operations to the designated management server for the management operation's target object (i.e., specified management service 19). If the operation is to be performed on the local system 2, then the management operation is transferred to the scheduler 26.
  • the scheduler 26 queues and executes management operations and maintains operation state of the local system 2. Both the queuing operation executed by the scheduler 26 and the general forwarding operation executed by the dispatcher 24 consisting essentially of receiving an operation, determining its destination, and transferring the operations to an appropriate receiver are well known to those skilled in the art.
  • the management server 12 is an RSM process which administers one or more management services 19 for selected hosts 16 in a network.
  • the management server 12 coordinates appropriate control for transferring management operations to the host 16 for performance by a management service 19.
  • the management server 12 may perform such services as: backup and restore, generic file distribution, maintenance of user accounts.
  • the set of operations contained in a management service includes delivering and initiating network management operation requests and reporting the results to selected nodes in a network.
  • the management server 12 is designated to administer management services provided by a single host 16 by means of-a host-management server communication path 20.
  • a host 16 is a process or set of related processes which are performed on a network resource. Examples of network resources are stand-alone systems, time-sharing systems, workstations, and personal computers.
  • the host 16 communicates with the management server 12 by means of the host agent 18.
  • the host agent 18 and the management server 12 communicate via the host-management server communication path 20.
  • the host agent 18 provides a means for communicating with the management server 12 in order to receive operation requests and return results of operations performed by a management service 19.
  • the host agent 18 is the host-specific functionality which authenticates the designated management server 12 for the host 16 and authorizes the execution of functions specified in management operations. These processes are described more fully hereinafter.
  • the management service 19 performs the function specified within the management operation.
  • the management server 12 in addition to administering requests for a management service 19 provided by the local system 2, is responsible for routing management operations on secure paths to other local systems in the network and maintaining the security of the local system 2.
  • the management server 12 determines the proper link on which to forward the management operation by means of the database 36.
  • the database 36 maintains and controls access to lists of trusted relations between the management servers.
  • the trusted relation lists are generated independent from execution of the communication protocol by an autonomous network utility. These lists, though maintained by a global procedure, would preferably be stored and accessible locally by each management server in order to provide faster response to management operation transfer requests. Alternatively, trusted relations are cached by the local systems as they are established in order to further improve response in systems where the trust lists are not stored locally. These list maintenance procedures would be well known to those of ordinary skill in the art.
  • the lists provided by the database 36 can be divided into two categories: trusted receivers of the management operations and trusted senders.
  • the sending and receiving management servers may verify the existence of a trust relation between the two management servers for each transmission of an RSM management operation on a link between two management servers.
  • a sending management server will never forward a management operation to an untrusted management server, and a receiving management server will not process a management operation transmitted by an untrusted management server.
  • the database 36 provides a means for routing management operations from one management server to another management server along a secure path determined by the trust relations of the management servers at each link in the route in the network performing the management operation.
  • the database 36 provides a namespace which stores host names associated with specified management services as well as designated management servers for the specified hosts. This enables the database to provide trusted link information to management servers for forwarding an operation to a designated management server in response to the specified functions in a management operation.
  • FIG. 2 shows an illustrative network configuration of four (4) networked systems, S1-S4 for employing the security facility of the present invention.
  • Each system S contains a single management server M and one or more hosts C.
  • the network in FIG. 2 consists of a number of host systems C1 through C6 with management servers M1 through M4 arranged in a hierarchical topology.
  • Management operations can follow a trusted path downstream from M1 to M4, however, no trusted path exists for routing management operations upstream. For instance, M2-M4 cannot transmit a management operation to M1. Also, in this hierarchical topology, M4 cannot forward a request to any other management server M.
  • the management server M1 administers management services for a host system C1 as well as transmissions to a second management server M2.
  • the management server M2 administers management services for the hosts C2 and C3 as well as transmissions to a third management server M3.
  • the management server M3 administers management services for a host system C4 as well as transmissions to a fourth management server M4, which in turn administers management services for hosts C5 and C6.
  • authorization to forward an operation from a particular sending management server to a particular receiving management server does not necessarily imply that the sender will accept management operations from that receiver.
  • the network shown in FIG. 2 is presented merely as a means for facilitating the description of the method summarized by the flow chart in FIG. 3 for transmitting a user's management operation request to an appropriate management server M through a series of communicatively linked management servers M. It will be appreciated by one of ordinary skill in the art that the description of the particular multi-system network is not intended to limit the scope of the present invention.
  • mutual trust relations may be dictated by the network protocol for all senders and receivers in the network. If two management servers have a mutual trust relation then if a first management server has a trust relation defined with a second management server when the first management server is the sender and the second management server is the receiver, then a trust relation must also exist when the first management server is the receiver and the second management server is the sender. In such a case it is necessary only to maintain a single table defining mutual trust relations between management servers instead of separate tables for defining trusted sending relations and trusted receiving relations.
  • the execution of a specified RSM function begins at step 100 with the submission of a management operation by the authenticated user to the user-management server interface.
  • a management operation describes a specific function to be dispatched by cooperating management servers and performed by a specified management service on a host.
  • the management server M1 After accepting the management operation, the management server M1 commences the "forwarding" procedure 101. Maintaining a secure path during the forwarding procedure is facilitated by two tasks executed by a sending and receiving management operation during every transmission of a management operation on a link: (1) mutual authentication; and (2) trust between management servers.
  • the management server M1 from which a management operation is first received from the user-management server interface is referred to as the "originating management server".
  • the "designated management server” is the management server which administers the host for the specified management service.
  • a “management service” is a set of related processes that perform the functions specified management operation.
  • the originating management server M1 determines whether it is the designated management server for the management operation by means of the database 36. If the originating management server is also the designated management server, then control passes to step 114 and the forwarding loop 103 is by-passed. If, however, the originating management server is not the designated management server, then control passes to step 104. In the present example, since management server M1 is not the designated management server, control passes to step 104 of the forwarding procedure 101.
  • the management server currently responsible for transferring the management operation to the next object obtains routing information based upon the trusted relations between the objects maintained by the database 36 and the identity of the designated management server (M3) in order to transfer the management operation to the appropriate object which is either a host administered by the management server M1 or another management server.
  • the management server M1 queries the database 36 in order to determine whether a trusted management server exists for receiving the management operation on a trusted path to the designated management server. If no trusted receiving management server exists, then the forwarding procedure 101 is aborted. However, if a trusted receiver exists then the database 36 returns the identity of the trusted receiver for the management operation. Control then passes to step 106.
  • management server M2 provides the appropriate means for relaying a management operation on a "trusted" path from M1 to C4, and therefore control passes to step 106 wherein the management servers M1, M2 perform mutual authentication by any one of several well known acceptable means such as the key-based "Kerbesos" authentication service.
  • System designers may prefer encryption based authentication schemes because unauthorized parties cannot appropriate legitimate user's keys by merely monitoring the messages transmitted between management servers M1, M2 during authentication. Other suitable authentication mechanisms would be known to those of ordinary skill in the art.
  • control passes to step 107 where the management servers M1, M2 independently determine whether or not mutual authentication has successfully occurred. If mutual authentication is unsuccessful, then the forwarding procedure 101 is aborted by either the intended sender or receiver. However, if the sending M1 management server and receiving M2 management server mutually authenticate one another's identities, then control passes to step 108.
  • the database 36 provides information relating to trusted sending management servers for each receiving management server.
  • a receiving management server only accepts management operations from trusted sending management servers according to the trusted relations maintained by the database 36.
  • management server M2 queries the database 36 to determine whether the originating management server M1 is a trusted sender of management operations.
  • the preceding method for mutually verifying sender and receiver management operations is exemplary. Other methods of verifying the existence of mutual trust would be known to those skilled in the art. If the database 36 informs the receiving management server M2 that management server M2 does not trust the sending management server M1, then the receiving management server M2 aborts the forwarding procedure 101. If, however, the receiving management server M2 trusts the sending management server M1, then control passes to step 110.
  • management server M1 transfers the management operation to management server M2 via a communication link 44 as illustrated in FIG. 2.
  • step 112 it is necessary for the receiver M2 to determine whether it is the designated management operation for the-function identified in the management operation. If the receiving management server M2 is not the designated management server, then control passes to step 102 of the forwarding loop 103 and the management server M2 queries the database 36 in order to determine the next receiving management server on the trusted path to the designated management server.
  • the forwarding process continues with management servers M2 and M3 authenticating one another and verifying the existence of a mutual trust relation between the sending management server M2 and the receiving management server M3 before transferring the management operation to the management server M3 via a communication link 46.
  • the management server M3 determines that it is the designated management server for the host C4 for the management service specified to perform the function described in the management operation. Control then passes out of the forwarding loop 103 to step 114. If the designated host had been C5 or C6 instead of C4 then the management servers M3 and M4 would cooperate to execute an additional iteration of the forwarding loop 103 within the forwarding procedure 101 in order to transfer the management operation to M4 via a communication link 48.
  • the authentication step 106 of the forwarding procedure provides a means for protecting information transmitted on physically exposed transmission links such as telephone lines. Though this feature provides advantages in particular instances where the transmission links between management servers are not physically protected from eavesdropping devices, authentication is not a necessary element in all instances as will be appreciated by those skilled in the art.
  • the host C4 and management server M3 authenticate one another and verify that a relation of mutual trust exists between the server and the host. This procedure is executed at step 114 in the method illustrated in FIG. 3. Thereafter, control passes to step 116 wherein the host C4 by means of a management service performs the function specified by the management operation provided the user is authorized to request performance of the function specified in the management operation.
  • a process referred to herein as a host agent 18 checks the authorization of the user who submitted the operation before allowing a management service to perform the requested function.
  • Authorization data is contained in a local database for each host 16 which maintains a list of users and the (classes of) operations and/or sets of privileges each user is permitted.
  • the authorization database (not separately illustrated) for each host 16 is typically kept within the local address space of the host 16. By keeping the user authorization information within the local address space of the host 16, the host 16 has final say over protecting the integrity of the authorization data. Storing the data elsewhere exposes it to the danger of modification by unauthorized processes.
  • Performance of a management operation may involve a plurality of hosts C served by one or more management servers M.
  • host C1 which in response to the request, submits a second management operation, which will be referred to hereinafter as a "command", to host C4.
  • the management server M1 for the host C1 submitting the command to a second host C4 forwards the command according to the afore-described mutual authentication and trust relation procedures described in connection with FIG 3.
  • the second host C4 upon receiving the command, must check with its designated management server M3 to determine whether that command was authorized.
  • the host C4 verifies the authorization by means of the authentication and authorization procedures in step 114 of the procedure illustrated in FIG.
  • the second host C4 performs the function described by the command only after the host C4 determines that the command originated from an authorized management operation submitted by an authorized user through a trusted path through the network links. Since security is established on a link-wise basis, a trusted path is inferred merely by verifying that the command was received by the host C4 through its trusted management server M3. Additionally, the security of network transmissions is enhanced by having the management server M3 for the second host C4 query the management server M1 for the submitting host C1 to verify that the host C1 submitted the command to be performed by host C4.

Abstract

This invention consists of a method for providing security for distributing management operations among components of a computer network using a network of mutually trusting, mutually authenticating management services to dispatch operations to selected host systems. Mutual authentication and trust are established on every transmission link from a point of submission to a designated management server which invokes a service provider to perform management operations on a selected host.

Description

    FIELD OF THE INVENTION
  • The present invention relates to networked data processing systems, and in particular, to methods for providing a security facility for remote systems management (RSM). RSM consists of performing system and application management functions over a network. For example, if creating an account is a system management function, then creating an account on a system over a network is a remote systems management function.
  • BACKGROUND OF THE INVENTION
  • Networked data processing systems provide several advantages over centralized data processing systems. First, distributed processing systems provide a means for efficiently executing information processing requests by system users by allocating the requests for service to a plurality of available network processing resources ("network resources"). The operating systems present at the interconnected nodes of the network cooperate to distribute workloads to readily available resources by transferring operation packets having descriptions of functions to be performed by network resources and data between many locations, referred to as nodes, in the network. Certain processes running on the network nodes, referred to hereinafter as "management servers," control the routing of data and requests for performance of functions by network resources between distinct local systems in the network running under the control of separate management servers. Typically, processes operating on a local system (i.e., within the control of a single management server) are executed independently of network protocol. These processes are free to manipulate local data and make local decisions. However, when processes exchange information with each other over the network they communicate under the control of the network management servers.
  • The management servers implement network communication protocol for transferring data and requests for performance of functions by network resources between the nodes of the network. These management servers receive requests from sender nodes, place these requests on network request queues, and then forward the requests to the specified destinations according to a predetermined set of network operation rules. The rules enforced by the network management servers are determined by the network designer based upon the general and specific needs of the network. In cases where requests pass between network management servers, the transmitting network management server and the receiving network management server(s) generally must agree on an essential set-of rules for communicating information.
  • A "management service" is a set of related processes that perform the functions specified in management operations. A management operation is a packet of information which specifies at least a function to be performed by a management service and the entity requesting performance of the function. In a networked data processing system, automated management services are provided in a de-centralized manner to large numbers of local systems in a network. Some of the nodes in the network consist of hosts for a management service. The hosts may themselves be algorithms, work stations, personal computers or other operating systems which use the services provided in the networked data processing system.
  • A universal database for the network maps the hosts to their designated management servers. The management servers coordinate the receipt and delivery of data and network resource requests to specified nodes according to the trusted links designated by the mapping function for each management server. A management operation is a data packet containing at least a description of the requested function to be performed by a network resource and the identity of the user who submitted the request. When a management server receives a management operation, the management server may either dispatch the management operation to a host coupled to a local service provider under the control of the management server or alternatively, the management server may transfer the operation to another management server. For example, a management server may dispatch a management operation to another management server which is coupled to a certain host and is designated to receive the operations for that particular host. This mapping function provided by the database is used for forwarding management operations from a point of origination management server, which is the point of submission of a request by a user for performance of a function by a network resource, to the designated management server for the host which, in turn, administers the management service described in the management operation.
  • The management servers in a network should execute system management, which includes network communication protocol, in the networked data processing system in a way that maintains the "security" of the local systems and of the communication links between the local systems. Network security has traditionally consisted of means to protect against unauthorized access to operations or data contained within the network. This type of security prevents unintentional as well as deliberate attempts to access information or network processing resources within the data processing network. Another important aspect of security is the assurance given to the sender of data or network requests that the recipient will not corrupt or make unauthorized use of the information transmitted by the sender. "Security" not only consists of restricting access to network resources, but also includes the guarantee that a data request will be handled and/or processed by an intended and reliable network resource. The network resource may, for example, be another network management server, a data storage system or a data processing system.
  • A "threat" to the security in a network is used herein to denote any activity which, if successful, will result in a breach of the security of the system.- A threat, if not neutralized, may destroy,-alter, duplicate or transmit without authorization information entrusted by a user to the network or gain access to restricted processing resources. These threats can be created by impostors or unauthorized processes operating within the network.
  • Prior network management security facilities depend on mechanisms that already exist in local operating systems and local network services to diminish the impact of threats to the systems in the network. Such mechanisms include passwords, access control lists, and proxies for providing a secure management environment. These protection tools adequately provide a safe environment in single management server systems. However, several problems are introduced when the system contains more than one management server and data or network requests must be transmitted between two or more management servers.
  • First, heterogenous management systems, i.e., ones containing local operating systems implementing inconsistent system security measures, cannot guarantee uniform protection of information transmitted between local systems in the network once the receiving management server gains control of the information. The security measures utilized by the receiving system may be inadequate or the receiving management server may in turn transfer the information to a non-secure network resource. Therefore, in a heterogenous management system, a sender must weigh the benefit of transmitting information to another system resource controlled by another management server against the possibility that the confidentiality of that information will be compromised after the receiving management server gains control of the information.
  • Second, some prior security mechanisms are not designed for RSM operations, and are not completely secure when used in an environment. For example, unencoded passwords may be intercepted when passed between two management servers. The interceptor may then use the password to gain unauthorized access to restricted network resources or information.
  • In addition, locating the source of a security breach is difficult if each local system management server possesses the capability of utilizing programming tools outside the domain of RSM to modify the security measures associated with its local operating system. In order to diagnose all weak links in the security of the network, the local security measures of each management server in the network must be reviewed. Therefore, not only are these prior art systems subject to consequences of local security breaches, but also, the difficulty in identifying the source of the security breach increases as the size of the network becomes larger.
  • Therefore, known RSM security facilities which utilize local security mechanisms external to the management service may present significant problems to one wishing to maintain a secure network. Weak security measures used by a local system may not be apparent to other local operating system management servers or users who do not have information relating to the security measures adopted by the other local systems of the network. Identifying the source of a security breach is complicated in systems where non-uniform security rules are used by different local operating systems because diagnosis requires knowledge of each local system's security measures. This is a formidable task if the network consists of more than a few nodes. Furthermore, diagnosis and elimination of security threats is further complicated when local security measures may be changed outside the network operating environment by local operating systems.
  • Other approaches for providing security for RSM operations performed in a network environment depend on global user authentication. As an example, private-key encryption services in which keys are assigned to specific processes are frequently employed. This approach is suitable for small-scale environments, for example, in a configuration using a single management server for a limited number of host systems or when the management domains comprising a larger network environment are isolated and thus cannot be modified without permission by a network authorization procedure. However, even under these circumstances security is not guaranteed because management systems which permit the control of operations to span multiple systems are vulnerable to attack at any point where control is transferred between systems. A process on a given system may be authenticated -- that is, may represent itself truthfully -- but may be utilized by a hostile party impersonating an authorized user, i.e., a prior transfer of control may have been compromised. Accordingly, when multiple management servers interact to provide management services to a large-scale networked computing environment, such approaches fail to adequately address the security problem.
  • The desired solution to this problem is delegation which is the transfer of authenticated credentials between parties. Methods for secure and manageable delegation over a network spanning multiple systems, processes and users do not currently exist. Instead, conventional delegation relies upon forwarding authenticated credentials from one object to the next in the network. These credentials are subject to the threat of interception when passed among multiple systems.
  • SUMMARY OF THE INVENTION
  • The present invention overcomes the problems in prior art security facilities for networked data processing systems and maintains a secure network environment through the utilization of a semi-permanent form of delegation. The trust relations maintained in the global database in the present invention provide a semipermanent form of delegation of authority between management servers. Therefore, once a user is authenticated to a management server, the management server acts under the user's authority to act on a host or set of hosts within the network subject to the limitations of the defined trust relations between the management servers in the network. The method according to the invention uses an internalized network security facility implementing link-wise protection of management operations transmitted between management servers in a network. The network facilitates secure transmission of a management operation on a network link between management servers by requiring a mutual trust relation to exist between the sending and the receiving management server (i.e., that transmission between the two management servers is allowed). As an added measure of security, the sender and receiver are each required to authenticate the other.
  • Furthermore, a host withholds performance of the requested management operation until it authenticates the management server that submitted the management operation in order to ensure that the management server is the host's designated management server and verifies that the request originated from a trusted user.
  • The invention in its broad form resides in a system and method for providing security for a data processing network having (i) a plurality of management servers connected by transfer links for communicating operations to be performed and (ii) a data base of trusted relations for identifying that a trusted relation exists between communicatively linked management servers, comprising the steps of: retrieving from the database of trusted relations the identity of a trusted management server for receiving the operation to be performed; sending the operation to be performed from one of the management servers to the identified trusted receiving management server; and verifying by the trusted receiving management server the existence of a trusted relation with the sending management server.
    As described herein, the execution of link-wise, bidirectional authorization checks by each management server reduces the threat of an imposter management server taking control of a node and submitting management operations to restricted network resources because the trust relationship between neighboring management servers or a management server's relationship with a certain host must be known in order for the imposter management server to succeed in impersonating another management server. Furthermore, the current invention reduces the difficulty in detecting and eliminating threats to network security by centralizing control over network security measures and providing a uniform set of rules for providing secure transmission of information between management servers. Centralization of security prevents local systems from singly compromising the security of the entire network since access to network resources from any given management server is limited by the previously established trust relationship with adjacent management servers. A uniform set of rules also reduces the amount of knowledge needed by a network administrator to modify the access privileges to various resources of the system.
  • The method described hereinafter executes a management operation created in response to a user request submitted to a network having a plurality of management servers, each management server coordinating receipt and delivery of management operations with either selected host systems or other management servers. The user is authenticated at the point of access. Simultaneously with authentication or shortly thereafter, the network accepts the user's management operation containing the user's identification and a description of the function to be dispatched by a management server to either a host or management server. The host system grants or denies performance of a function on a host based upon the user identity associated with the management operation.
  • A global database maintains and provides a list of hosts for performing specified functions, the hosts designated management servers and trusted routing paths between the management servers. After a management operation is received by a management server coupled to the point of access, called the originating management server, the originating management server transfers the management operation to the designated management server coupled to the host specified by the database to perform the function described in the management operation or another management server constituting one of the linking processes on a predetermined route to the designated management server if the following conditions are satisfied: 1) a "trust relation" exists between the management servers participating in the forwarding operation; and 2) the management servers participating in the forwarding operation are mutually authenticated. A transmission between two management servers in a network will not occur unless the sender and receiver of the request are determined by each other to be valid parties for executing the transmission of the request. If the mutual authentication and trust relation is not established, the transfer of the management operation is aborted by either the sender or receiver. If the path from the originating management server to the destination management server involves more than a single transmission between management servers, the sender and receiver must satisfy the afore-described tests for each intermediate transmission on the trusted path between the originating management server and the designated management server.
  • Finally, when a host's designated management server presents a request for execution of an operation to a host, the following conditions must be satisfied before the host will fulfill the request: 1) the host and management server must be mutually authenticated; 2) the host must trust this management server to act as its designated management server; and 3) the user originating the operation must be authorized, according to the host's local authorization data, to request performance of the function described in the management operation.
  • Management operations may also originate from hosts instead of users. These operations are referred to hereinafter as composite management operations. In such cases the designated management server for the host submitting the management operation will forward the management operation, initially forwarded by the originating host to the designated management server, to the target host for performing the management operation. A secure path from the originating host's management server to the target host's management server is facilitated by the afore-described mutual authentication and trust relations. When the management server presents the management operation to the target host, the host verifies that the management operation was presented by an authorized management server and that the management operation was submitted by an authorized host.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • A more detailed understanding of the invention may be had from the following description of a preferred exemplary embodiment, to be read in conjunction with the accompanying drawing wherein?
  • FIG. 1 is a block diagram of a distributed network system suitable for incorporating the present invention.
  • FIG. 2 is an illustrative diagrammatic representation of a number of management servers and hosts in a distributed network system which employs the teachings of the present invention.
  • FIG. 3 is an illustrative flow chart of steps used to transfer and thereafter perform the execution of an operation according to the present invention.
  • DETAILED DESCRIPTION OF THE INVENTION
  • The present invention generally relates to a security facility for use in a networked data processing system. It is preferred that a network embodying the presently described invention possesses three basic utilities which would be well known to those of ordinary skill in the art. First, the user interface from which management operation requests are received must possess a reliable method for authenticating a user's identity. For instance, the system may require the user to submit a password in order to gain access to network resources. However, any other well known method for authenticating a user's identity may be adopted by a system embodying the present invention. Second, processes administered by one management server must possess a means to prove the authenticity of a process running on another system. For example, one well known method for authenticating processes is to utilize one of the several available keybased encryption systems to authenticate processes. Third, the management service which actually performs the function described within the operation packet preferably possesses the ability to define trust relations between the various processes cooperating to execute user requests on the network resources. This is preferably accomplished by means of trusted server tables which list valid senders to a given process and receivers from a-given process.
  • The present invention is particularly useful when incorporated into a remote system management (RSM) system which provides management services to a number of networked computing systems and processes in a network. FIG. 1 shows an illustrative representation of a local data processing system 2 suitable for use in a network embodying the present invention. FIG. 1 shows the relationship between a user 4 which generates a network management operation request, a management server 12 which receives, transfers and administers management operations, and a host 16 which provides a management service 19. The local system 2 generally operates in a network environment such as the one illustratively depicted in FIG. 2. The management server 12 provides the interface to other systems coupled to the local system 2 in a network. It should be understood that each of the components shown in FIG. 1 is embodied in computer software programs, processes, procedures and data packets and the description of the presently proposed embodiment is not intended to be confined to any particular system hardware.
  • The user 4 is a process created in response to a physical user's interactions with the network through an interface 6. The interface 6, outside the RSM domain, authenticates the user 4 and receives a management operation from the user 4. A management operation contains at least a description of a function to be transferred by cooperating RSM management servers to a designated management server for performance by an identified management service provided by a host 16. A management operation also contains the identity of the user requesting performance of the RSM function. Other fields contained in the operation packet not integral to the present invention would be well known to those of ordinary skill in the art. The interface 6 transfers the management operation to the dispatcher 24 of the management server 12 by means of the user-management server interface 34.
  • The dispatcher 24 receives and directs management operations to the designated management server for the management operation's target object (i.e., specified management service 19). If the operation is to be performed on the local system 2, then the management operation is transferred to the scheduler 26. The scheduler 26 queues and executes management operations and maintains operation state of the local system 2. Both the queuing operation executed by the scheduler 26 and the general forwarding operation executed by the dispatcher 24 consisting essentially of receiving an operation, determining its destination, and transferring the operations to an appropriate receiver are well known to those skilled in the art.
  • In general, the management server 12 is an RSM process which administers one or more management services 19 for selected hosts 16 in a network. The management server 12 coordinates appropriate control for transferring management operations to the host 16 for performance by a management service 19. The management server 12 may perform such services as: backup and restore, generic file distribution, maintenance of user accounts. The set of operations contained in a management service includes delivering and initiating network management operation requests and reporting the results to selected nodes in a network.
  • In FIG. 1, by way of example, the management server 12 is designated to administer management services provided by a single host 16 by means of-a host-management server communication path 20. However, those of ordinary skill in the art will appreciate that in a typical distributed network system a management server will likely be coupled to several hosts. A host 16, as used herein, is a process or set of related processes which are performed on a network resource. Examples of network resources are stand-alone systems, time-sharing systems, workstations, and personal computers.
  • The host 16 communicates with the management server 12 by means of the host agent 18. The host agent 18 and the management server 12 communicate via the host-management server communication path 20. In general, the host agent 18 provides a means for communicating with the management server 12 in order to receive operation requests and return results of operations performed by a management service 19. The host agent 18 is the host-specific functionality which authenticates the designated management server 12 for the host 16 and authorizes the execution of functions specified in management operations. These processes are described more fully hereinafter. The management service 19 performs the function specified within the management operation.
  • The management server 12, in addition to administering requests for a management service 19 provided by the local system 2, is responsible for routing management operations on secure paths to other local systems in the network and maintaining the security of the local system 2. The management server 12 determines the proper link on which to forward the management operation by means of the database 36. The database 36 maintains and controls access to lists of trusted relations between the management servers. The trusted relation lists are generated independent from execution of the communication protocol by an autonomous network utility. These lists, though maintained by a global procedure, would preferably be stored and accessible locally by each management server in order to provide faster response to management operation transfer requests. Alternatively, trusted relations are cached by the local systems as they are established in order to further improve response in systems where the trust lists are not stored locally. These list maintenance procedures would be well known to those of ordinary skill in the art.
  • The lists provided by the database 36 can be divided into two categories: trusted receivers of the management operations and trusted senders. Thus, the sending and receiving management servers may verify the existence of a trust relation between the two management servers for each transmission of an RSM management operation on a link between two management servers. Thus, a sending management server will never forward a management operation to an untrusted management server, and a receiving management server will not process a management operation transmitted by an untrusted management server. In summary, the database 36 provides a means for routing management operations from one management server to another management server along a secure path determined by the trust relations of the management servers at each link in the route in the network performing the management operation.
  • In addition to the lists of trusted sending and receiving management servers, the database 36 provides a namespace which stores host names associated with specified management services as well as designated management servers for the specified hosts. This enables the database to provide trusted link information to management servers for forwarding an operation to a designated management server in response to the specified functions in a management operation.
  • FIG. 2 shows an illustrative network configuration of four (4) networked systems, S1-S4 for employing the security facility of the present invention. Each system S contains a single management server M and one or more hosts C. More particularly, the network in FIG. 2 consists of a number of host systems C1 through C6 with management servers M1 through M4 arranged in a hierarchical topology. Management operations can follow a trusted path downstream from M1 to M4, however, no trusted path exists for routing management operations upstream. For instance, M2-M4 cannot transmit a management operation to M1. Also, in this hierarchical topology, M4 cannot forward a request to any other management server M. The management server M1 administers management services for a host system C1 as well as transmissions to a second management server M2. The management server M2 administers management services for the hosts C2 and C3 as well as transmissions to a third management server M3. The management server M3 administers management services for a host system C4 as well as transmissions to a fourth management server M4, which in turn administers management services for hosts C5 and C6.
  • As shown in the illustrative network topology in FIG. 2, authorization to forward an operation from a particular sending management server to a particular receiving management server does not necessarily imply that the sender will accept management operations from that receiver. Furthermore, the network shown in FIG. 2 is presented merely as a means for facilitating the description of the method summarized by the flow chart in FIG. 3 for transmitting a user's management operation request to an appropriate management server M through a series of communicatively linked management servers M. It will be appreciated by one of ordinary skill in the art that the description of the particular multi-system network is not intended to limit the scope of the present invention.
  • Furthermore, mutual trust relations may be dictated by the network protocol for all senders and receivers in the network. If two management servers have a mutual trust relation then if a first management server has a trust relation defined with a second management server when the first management server is the sender and the second management server is the receiver, then a trust relation must also exist when the first management server is the receiver and the second management server is the sender. In such a case it is necessary only to maintain a single table defining mutual trust relations between management servers instead of separate tables for defining trusted sending relations and trusted receiving relations.
  • Referring to the method described in FIG. 3 in conjunction with the network configuration in FIG. 2, the process for executing an RSM function performed by a management service administered by the host C4 and submitted at a user interface at M1 will be described in order to explain in detail the link-wise security measures provided by the current invention for RSM operations. The execution of a specified RSM function begins at step 100 with the submission of a management operation by the authenticated user to the user-management server interface. As explained earlier, a management operation describes a specific function to be dispatched by cooperating management servers and performed by a specified management service on a host.
  • After accepting the management operation, the management server M1 commences the "forwarding" procedure 101. Maintaining a secure path during the forwarding procedure is facilitated by two tasks executed by a sending and receiving management operation during every transmission of a management operation on a link: (1) mutual authentication; and (2) trust between management servers.
  • The management server M1, from which a management operation is first received from the user-management server interface is referred to as the "originating management server". The "designated management server" is the management server which administers the host for the specified management service. As previously noted, a "management service" is a set of related processes that perform the functions specified management operation.
  • At step 102 of the forwarding procedure 101, the originating management server M1 determines whether it is the designated management server for the management operation by means of the database 36. If the originating management server is also the designated management server, then control passes to step 114 and the forwarding loop 103 is by-passed. If, however, the originating management server is not the designated management server, then control passes to step 104. In the present example, since management server M1 is not the designated management server, control passes to step 104 of the forwarding procedure 101.
  • At step 104, the management server currently responsible for transferring the management operation to the next object, in this case the originating server M1, obtains routing information based upon the trusted relations between the objects maintained by the database 36 and the identity of the designated management server (M3) in order to transfer the management operation to the appropriate object which is either a host administered by the management server M1 or another management server. At step 105, the management server M1 queries the database 36 in order to determine whether a trusted management server exists for receiving the management operation on a trusted path to the designated management server. If no trusted receiving management server exists, then the forwarding procedure 101 is aborted. However, if a trusted receiver exists then the database 36 returns the identity of the trusted receiver for the management operation. Control then passes to step 106.
  • In the present example management server M2 provides the appropriate means for relaying a management operation on a "trusted" path from M1 to C4, and therefore control passes to step 106 wherein the management servers M1, M2 perform mutual authentication by any one of several well known acceptable means such as the key-based "Kerbesos" authentication service. System designers may prefer encryption based authentication schemes because unauthorized parties cannot appropriate legitimate user's keys by merely monitoring the messages transmitted between management servers M1, M2 during authentication. Other suitable authentication mechanisms would be known to those of ordinary skill in the art. After authentication has been attempted by the management servers M1, M2, control then passes to step 107 where the management servers M1, M2 independently determine whether or not mutual authentication has successfully occurred. If mutual authentication is unsuccessful, then the forwarding procedure 101 is aborted by either the intended sender or receiver. However, if the sending M1 management server and receiving M2 management server mutually authenticate one another's identities, then control passes to step 108.
  • The database 36 provides information relating to trusted sending management servers for each receiving management server. A receiving management server only accepts management operations from trusted sending management servers according to the trusted relations maintained by the database 36. At step 108, management server M2 queries the database 36 to determine whether the originating management server M1 is a trusted sender of management operations. The preceding method for mutually verifying sender and receiver management operations is exemplary. Other methods of verifying the existence of mutual trust would be known to those skilled in the art. If the database 36 informs the receiving management server M2 that management server M2 does not trust the sending management server M1, then the receiving management server M2 aborts the forwarding procedure 101. If, however, the receiving management server M2 trusts the sending management server M1, then control passes to step 110.
  • After the management servers M1 and M2 have authenticated one another and established that a trusted relation exists between the two servers M1, M2, at step 110 management server M1 transfers the management operation to management server M2 via a communication link 44 as illustrated in FIG. 2.
  • Since a management operation may pass through several management servers M before reaching the designated management server, at step 112 it is necessary for the receiver M2 to determine whether it is the designated management operation for the-function identified in the management operation. If the receiving management server M2 is not the designated management server, then control passes to step 102 of the forwarding loop 103 and the management server M2 queries the database 36 in order to determine the next receiving management server on the trusted path to the designated management server. In the present example the forwarding process continues with management servers M2 and M3 authenticating one another and verifying the existence of a mutual trust relation between the sending management server M2 and the receiving management server M3 before transferring the management operation to the management server M3 via a communication link 46.
  • After the designated management server M3 receives the management operation at step 110, control passes to step 112 in the forwarding loop 103. The management server M3 determines that it is the designated management server for the host C4 for the management service specified to perform the function described in the management operation. Control then passes out of the forwarding loop 103 to step 114. If the designated host had been C5 or C6 instead of C4 then the management servers M3 and M4 would cooperate to execute an additional iteration of the forwarding loop 103 within the forwarding procedure 101 in order to transfer the management operation to M4 via a communication link 48.
  • The authentication step 106 of the forwarding procedure provides a means for protecting information transmitted on physically exposed transmission links such as telephone lines. Though this feature provides advantages in particular instances where the transmission links between management servers are not physically protected from eavesdropping devices, authentication is not a necessary element in all instances as will be appreciated by those skilled in the art.
  • Before the management operation can be transferred to the designated host C4, the host C4 and management server M3 authenticate one another and verify that a relation of mutual trust exists between the server and the host. This procedure is executed at step 114 in the method illustrated in FIG. 3. Thereafter, control passes to step 116 wherein the host C4 by means of a management service performs the function specified by the management operation provided the user is authorized to request performance of the function specified in the management operation.
  • For each management operation executed by a host 16, a process referred to herein as a host agent 18 checks the authorization of the user who submitted the operation before allowing a management service to perform the requested function. Authorization data is contained in a local database for each host 16 which maintains a list of users and the (classes of) operations and/or sets of privileges each user is permitted. The authorization database (not separately illustrated) for each host 16 is typically kept within the local address space of the host 16. By keeping the user authorization information within the local address space of the host 16, the host 16 has final say over protecting the integrity of the authorization data. Storing the data elsewhere exposes it to the danger of modification by unauthorized processes.
  • Performance of a management operation may involve a plurality of hosts C served by one or more management servers M. For example consider the management operation initially submitted to host C1, which in response to the request, submits a second management operation, which will be referred to hereinafter as a "command", to host C4. The management server M1 for the host C1 submitting the command to a second host C4 forwards the command according to the afore-described mutual authentication and trust relation procedures described in connection with FIG 3. The second host C4, upon receiving the command, must check with its designated management server M3 to determine whether that command was authorized. The host C4 verifies the authorization by means of the authentication and authorization procedures in step 114 of the procedure illustrated in FIG. 3 and previously described in connection with a management operation submitted directly to a host C by an authenticated user. Thus, the second host C4 performs the function described by the command only after the host C4 determines that the command originated from an authorized management operation submitted by an authorized user through a trusted path through the network links. Since security is established on a link-wise basis, a trusted path is inferred merely by verifying that the command was received by the host C4 through its trusted management server M3. Additionally, the security of network transmissions is enhanced by having the management server M3 for the second host C4 query the management server M1 for the submitting host C1 to verify that the host C1 submitted the command to be performed by host C4.
  • Thus there has been described herein a method for providing a security facility to ensure that only authorized individuals are permitted to perform or receive specific management operations on specific systems, by providing a means for establishing a relation of mutual trust between a sender and a receiver of a block of data. It will be understood that changes in the details and arrangements of the processes that have been described herein may be made by those skilled in the art without venturing outside the principles and scope of the present invention as set forth in the appended claims.

Claims (11)

  1. A method for providing security for a data processing network having (i) a plurality of management servers connected by transfer links for communicating operations to be performed and a (ii) data base of trusted relations for identifying that a trusted relation exists between communicatively linked management servers, comprising the steps of:
       retrieving from the database of trusted relations the identity of a trusted management server for receiving the operation to be performed;
       sending the operation to be performed from one of the management servers to the identified trusted receiving management server; and
       verifying by the trusted receiving management server the existence of a trusted relation with the sending management server.
  2. A method for providing security for a data processing network having at least an originating management server for providing a point of submission for an operation to be performed from a user and a final management server coupled to a host designated to perform the function described in the operation, and a database identifying the host designated to perform the function described in the operation and containing a list of links which form a path from the originating management server to the final management server, comprising the steps of:
       receiving by the originating management server an operation to be performed;
       identifying the final management server; identifying a trusted path from the originating management server to the final management server;
       transferring the operation on the path between the originating management server and the final management server in accord with the relations contained within the database; and
       verifying by the final management server the existence of a trust relation with the originating management server.
  3. The method of claim 2 wherein each link on the path from the originating management server to the final management server is a trusted link for which a trusted relation exists between each sending and receiving management server further comprising the steps of:
       retrieving from the database of trusted relations the identity of a trusted management server for receiving the operation to be performed;
       sending the operation to be performed from one of the management servers to the identified trusted receiving management server; and
       verifying by the trusted receiving management server the existence of a trust relation with the sending management server, further comprising the step of mutual authentication between the sending management server and the trusted receiving management server, further comprising the step of verifying by the host the authority of a user to submit the operation specifying a function to be performed by the host.
  4. The method of claim 3 further comprising the step of verifying by the host the existence of a trust relation with the final management server, further comprising the step of authenticating by the host the final management server.
  5. A method for providing security for a data processing network having at least an originating management server for providing a point of submission for an operation to be performed from a user and a final management server coupled to a host designated to perform the function described in the operation, and a database identifying the host designated to perform the function described in the operation and containing a list of links which form a trusted path from the originating management server to the final management server, comprising the steps of:
       receiving by the originating management server an operation to be performed;
       identifying the final management server;
       identifying a trusted path from the originating management server to the final management server;
       retrieving by the originating management server the identity of the final management server;
       transferring the operation on a trusted link between the originating management server and the final management server in accord with the trusted relations contained within the database; and
       verifying by the final management server the existence of a trust relation with the originating management server.
  6. A method for providing security for a data processing network according to claim 5, including retrieving by a sending intermediate management server the identity of the final management server;
       transferring the operation on a trusted link between the sending intermediate management server to the final management server in accord with the trusted relations contained within the database; and
       verifying by the final management server the existence of a trust relation with the sending intermediate management server.
  7. The method of claim 6 wherein said at least one communicatively coupled intermediate management server includes at least two communicatively coupled intermediate management servers, wherein said method further comprises the steps of:
       retrieving by a sending intermediate management server the identity of a receiving intermediate management server;
       transferring the operation on a trusted link between the sending intermediate management server and the receiving intermediate management server in accord with the trusted relations contained within the database; and
       verifying by the receiving intermediate management server the existence of a trust relation with the sending intermediate management server.
  8. The method of claim 6 further comprising the step of mutual authentication between the sending management server and the trusted receiving management server, further comprising the step of verifying by the host the authority of a user to submit the operation specifying a function to be performed by the host.
  9. The method of claim 8 further comprising the step of verifying by the host the existence of a trust relation with the final management server, further comprising the step of authenticating by the host the final management server.
  10. A method for providing security for performing a composite operation involving a plurality of hosts on a data processing network having at least an originating management server for providing a point of submission for a composite operation to be performed from a user; a coordinating management server for receiving the composite operation for a first host for performing the function described in the composite operation; a final management server for a second host; and a database identifying the first host designated to perform the function described in the composite operation and the second host for performing the operation sent from the first host and containing a list of links which form paths from the originating management server to the coordinating management server and from the coordinating management server to the final management server, comprising the steps of:
       receiving by the originating management server a composite management operation to be performed;
       identifying the coordinating management server; identifying a trusted path from the originating management server to the coordinating management server;
       transferring the composite operation on the path between the originating management server and the coordinating management server in accord with the relations contained within the database;
       verifying by the coordinating management server the existence of a trust relation with the originating management server;
       transferring the composite operation from the coordinating management operation to the first host;
       submitting by the first host a command to be performed by a second host;
       identifying the final management server; identifying a second trusted path from the coordinating management server to the final management server;
       transferring the command on the second path between the coordinating management server and the final management server in accord with the relations contained within the database; and
       verifying by the final management server the existence of a trust relation with the coordinating management server.
  11. The method of claim 10 wherein the links on the path from the originating management server to the coordinating management server and the path from the coordinating management server to the final management server are trusted links for which a trusted relation exists between each sending and receiving management server on each trusted link further comprising the steps of:
       retrieving from the database of trusted relations the identity of a trusted management server for receiving the operation to be performed;
       sending the operation to be performed from one of the management servers to the identified trusted receiving management server; and
       verifying by the trusted receiving management server the existence of a trust relation with the sending management server.
EP9292305673A 1991-06-28 1992-06-19 A method for providing a security facility for remote systems management Withdrawn EP0520709A3 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US72287991A 1991-06-28 1991-06-28
US722879 1991-06-28

Publications (2)

Publication Number Publication Date
EP0520709A2 true EP0520709A2 (en) 1992-12-30
EP0520709A3 EP0520709A3 (en) 1994-08-24

Family

ID=24903794

Family Applications (1)

Application Number Title Priority Date Filing Date
EP9292305673A Withdrawn EP0520709A3 (en) 1991-06-28 1992-06-19 A method for providing a security facility for remote systems management

Country Status (3)

Country Link
US (1) US5619657A (en)
EP (1) EP0520709A3 (en)
JP (1) JPH05274266A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0658848A2 (en) * 1993-12-15 1995-06-21 Sun Microsystems, Inc. Method and apparatus for communicating safely with untrusted servers
US5544322A (en) * 1994-05-09 1996-08-06 International Business Machines Corporation System and method for policy-based inter-realm authentication within a distributed processing system
GB2306865A (en) * 1995-10-19 1997-05-07 Fujitsu Ltd Security level control apparatus and network communication system
WO2004042999A1 (en) * 2002-11-06 2004-05-21 Telefonaktiebolaget Lm Ericsson (Publ) Method and arrangement for preventing illegitimate use of ip addresses
US7328337B2 (en) 2001-05-25 2008-02-05 America Online, Incorporated Trust grant and revocation from a master key to secondary keys
CN101317369B (en) * 2005-11-29 2015-11-25 艾利森电话股份有限公司 Method and apparatus in connecting system
USRE47253E1 (en) 2002-11-06 2019-02-19 Telefonaktiebolaget Lm Ericsson (Publ) Method and arrangement for preventing illegitimate use of IP addresses

Families Citing this family (91)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08263438A (en) 1994-11-23 1996-10-11 Xerox Corp Distribution and use control system of digital work and access control method to digital work
US5826254A (en) * 1995-04-18 1998-10-20 Digital Equipment Corporation System for selectively browsing a large, distributed directory tree using authentication links
US6901433B2 (en) * 1995-06-07 2005-05-31 Microsoft Corporation System for providing users with a filtered view of interactive network directory obtains from remote properties cache that provided by an on-line service
US5878233A (en) * 1995-08-07 1999-03-02 International Business Machines Corporation System, method, and computer program product for reviewing and creating advisories for data located on a content server
US5826029A (en) * 1995-10-31 1998-10-20 International Business Machines Corporation Secured gateway interface
US6993582B2 (en) * 1996-07-30 2006-01-31 Micron Technology Inc. Mixed enclave operation in a computer network
US5832228A (en) * 1996-07-30 1998-11-03 Itt Industries, Inc. System and method for providing multi-level security in computer devices utilized with non-secure networks
US6272538B1 (en) 1996-07-30 2001-08-07 Micron Technology, Inc. Method and system for establishing a security perimeter in computer networks
AUPO418896A0 (en) * 1996-12-12 1997-01-16 Quantum Networks Pty Ltd A distributed operating system
US6212636B1 (en) 1997-05-01 2001-04-03 Itt Manufacturing Enterprises Method for establishing trust in a computer network via association
SE510393C2 (en) * 1997-06-26 1999-05-17 Ericsson Telefon Ab L M Method and apparatus for detecting an unauthorized user access to a communication network
US5894552A (en) * 1997-08-15 1999-04-13 The United States Of America As Represented By The Secretary Of The Navy Method and apparatus for manually switching to a secured network
US6256734B1 (en) * 1998-02-17 2001-07-03 At&T Method and apparatus for compliance checking in a trust management system
US6289344B1 (en) 1998-05-11 2001-09-11 International Business Machines Corporation Context-sensitive authorization in an RDBMS
US7305451B2 (en) * 1998-08-24 2007-12-04 Microsoft Corporation System for providing users an integrated directory service containing content nodes located in different groups of application servers in computer network
AU9094198A (en) * 1998-09-10 2000-04-03 Sanctum Ltd. Method and system for maintaining restricted operating environments for application programs or operating systems
JP3415456B2 (en) 1998-10-19 2003-06-09 日本電気株式会社 Network system, command use authority control method, and storage medium storing control program
AUPP660298A0 (en) * 1998-10-20 1998-11-12 Canon Kabushiki Kaisha Apparatus and method for preventing disclosure of protected information
US6571339B1 (en) * 1998-12-30 2003-05-27 Intel Corporation Use of a processor identification for authentication
US6711686B1 (en) * 1999-06-29 2004-03-23 Dell Usa L.P. Security management tool for managing security attributes in computer systems
GB2354090B (en) * 1999-09-08 2004-03-17 Sony Uk Ltd Distributed service provider
AU2001239958A1 (en) * 2000-02-29 2001-09-12 Abridge, Inc. Method and system for processing requests using dynamically loadable rules determined by class and context
KR20010107572A (en) * 2000-05-24 2001-12-07 포만 제프리 엘 Trust-based link access control
US6457022B1 (en) 2000-06-05 2002-09-24 International Business Machines Corporation Methods, systems and computer program products for mirrored file access through forced permissions
US6578055B1 (en) 2000-06-05 2003-06-10 International Business Machines Corporation Methods, system and computer program products for mirrored file access through assuming a privileged user level
WO2002057917A2 (en) * 2001-01-22 2002-07-25 Sun Microsystems, Inc. Peer-to-peer network computing platform
US7275102B2 (en) * 2001-01-22 2007-09-25 Sun Microsystems, Inc. Trust mechanisms for a peer-to-peer network computing platform
DE10128729A1 (en) * 2001-06-13 2002-07-25 Siemens Ag User log-on procedure via service unit connected via authentification unit to user, involves log-on of user after first- and second-authentification via log-on information with service unit
US7203753B2 (en) * 2001-07-31 2007-04-10 Sun Microsystems, Inc. Propagating and updating trust relationships in distributed peer-to-peer networks
US7383433B2 (en) 2001-07-31 2008-06-03 Sun Microsystems, Inc. Trust spectrum for certificate distribution in distributed peer-to-peer networks
US7222187B2 (en) * 2001-07-31 2007-05-22 Sun Microsystems, Inc. Distributed trust mechanism for decentralized networks
US7308496B2 (en) * 2001-07-31 2007-12-11 Sun Microsystems, Inc. Representing trust in distributed peer-to-peer networks
US20030120915A1 (en) * 2001-11-30 2003-06-26 Brocade Communications Systems, Inc. Node and port authentication in a fibre channel network
US7120791B2 (en) * 2002-01-25 2006-10-10 Cranite Systems, Inc. Bridged cryptographic VLAN
US7986937B2 (en) * 2001-12-20 2011-07-26 Microsoft Corporation Public access point
US7188364B2 (en) * 2001-12-20 2007-03-06 Cranite Systems, Inc. Personal virtual bridged local area networks
US7330971B1 (en) 2002-01-11 2008-02-12 Microsoft Corporation Delegated administration of namespace management
US7873984B2 (en) * 2002-01-31 2011-01-18 Brocade Communications Systems, Inc. Network security through configuration servers in the fabric environment
US20030163692A1 (en) * 2002-01-31 2003-08-28 Brocade Communications Systems, Inc. Network security and applications to the fabric
US7243367B2 (en) * 2002-01-31 2007-07-10 Brocade Communications Systems, Inc. Method and apparatus for starting up a network or fabric
US7127613B2 (en) 2002-02-25 2006-10-24 Sun Microsystems, Inc. Secured peer-to-peer network data exchange
US7512649B2 (en) * 2002-03-22 2009-03-31 Sun Microsytems, Inc. Distributed identities
US7496952B2 (en) * 2002-03-28 2009-02-24 International Business Machines Corporation Methods for authenticating a user's credentials against multiple sets of credentials
EP1532766A2 (en) * 2002-07-16 2005-05-25 Haim Engler Automated network security system and method
US8037202B2 (en) * 2002-10-31 2011-10-11 Oracle America, Inc. Presence detection using mobile agents in peer-to-peer networks
US7213047B2 (en) * 2002-10-31 2007-05-01 Sun Microsystems, Inc. Peer trust evaluation using mobile agents in peer-to-peer networks
US7254608B2 (en) * 2002-10-31 2007-08-07 Sun Microsystems, Inc. Managing distribution of content using mobile agents in peer-topeer networks
US7328243B2 (en) 2002-10-31 2008-02-05 Sun Microsystems, Inc. Collaborative content coherence using mobile agents in peer-to-peer networks
US8108455B2 (en) * 2002-10-31 2012-01-31 Oracle America, Inc. Mobile agents in peer-to-peer networks
US7539856B2 (en) * 2003-05-27 2009-05-26 Microsoft Corporation Distributed authentication in a protocol-based sphere of trust in which a given external connection outside the sphere of trust may carry communications from multiple sources
US8024784B1 (en) * 2004-09-16 2011-09-20 Qurio Holdings, Inc. Method and system for providing remote secure access to a peer computer
EP1825432A4 (en) * 2004-11-04 2009-07-29 Telcordia Tech Inc System and method for trust management
US7647626B2 (en) * 2004-12-08 2010-01-12 International Business Machines Corporation Method for establishing a trusted relationship between a data server and a middleware server
US7568039B2 (en) * 2004-12-27 2009-07-28 International Business Machines Corporation Method for providing and utilizing a network trusted context
US7743255B2 (en) * 2005-06-17 2010-06-22 Tanmoy Dutta Trust model for a database management system supporting multiple authorization domains
US7747597B2 (en) * 2005-06-29 2010-06-29 Microsoft Corporation Security execution context for a database management system
US7941668B2 (en) * 2005-07-08 2011-05-10 Stapleton Jeff J Method and system for securely managing application transactions using cryptographic techniques
US7900046B2 (en) * 2006-01-11 2011-03-01 International Business Machines Corporation System and method for establishing mutual trust on a per-deployment basis between two software modules
US8978125B2 (en) * 2006-10-19 2015-03-10 Oracle International Corporation Identity controlled data center
US8370915B2 (en) * 2006-10-19 2013-02-05 Oracle International Corporation Identity enabled virtualized edge processing
US9135444B2 (en) * 2006-10-19 2015-09-15 Novell, Inc. Trusted platform module (TPM) assisted data center management
US7793101B2 (en) * 2006-10-19 2010-09-07 Novell, Inc. Verifiable virtualized storage port assignments for virtual machines
US7819060B2 (en) * 2007-04-13 2010-10-26 E.I. Du Pont De Nemours And Company Method for mounting cylindrically-shaped printing forms
US8903969B2 (en) * 2007-09-28 2014-12-02 Microsoft Corporation Central service control
US9734496B2 (en) 2009-05-29 2017-08-15 Paypal, Inc. Trusted remote attestation agent (TRAA)
US20100306531A1 (en) 2009-05-29 2010-12-02 Ebay Inc. Hardware-Based Zero-Knowledge Strong Authentication (H0KSA)
US8549201B2 (en) * 2010-06-30 2013-10-01 Intel Corporation Interrupt blocker
US11593800B2 (en) 2012-03-07 2023-02-28 Early Warning Services, Llc System and method for transferring funds
US10395223B2 (en) 2012-03-07 2019-08-27 Early Warning Services, Llc System and method for transferring funds
US10395247B2 (en) 2012-03-07 2019-08-27 Early Warning Services, Llc Systems and methods for facilitating a secure transaction at a non-financial institution system
US10318936B2 (en) 2012-03-07 2019-06-11 Early Warning Services, Llc System and method for transferring funds
US9691056B2 (en) 2012-03-07 2017-06-27 Clearxchange, Llc System and method for transferring funds
US10970688B2 (en) 2012-03-07 2021-04-06 Early Warning Services, Llc System and method for transferring funds
US9917911B2 (en) * 2013-09-18 2018-03-13 Mivalife Mobile Technology, Inc. Security system communications management
US10832246B2 (en) 2015-03-23 2020-11-10 Early Warning Services, Llc Payment real-time funds availability
US10839359B2 (en) 2015-03-23 2020-11-17 Early Warning Services, Llc Payment real-time funds availability
US10878387B2 (en) 2015-03-23 2020-12-29 Early Warning Services, Llc Real-time determination of funds availability for checks and ACH items
US10769606B2 (en) 2015-03-23 2020-09-08 Early Warning Services, Llc Payment real-time funds availability
US10748127B2 (en) 2015-03-23 2020-08-18 Early Warning Services, Llc Payment real-time funds availability
US10956888B2 (en) 2015-07-21 2021-03-23 Early Warning Services, Llc Secure real-time transactions
US11151522B2 (en) 2015-07-21 2021-10-19 Early Warning Services, Llc Secure transactions with offline device
US11037122B2 (en) 2015-07-21 2021-06-15 Early Warning Services, Llc Secure real-time transactions
US11037121B2 (en) 2015-07-21 2021-06-15 Early Warning Services, Llc Secure real-time transactions
US10963856B2 (en) 2015-07-21 2021-03-30 Early Warning Services, Llc Secure real-time transactions
US11157884B2 (en) 2015-07-21 2021-10-26 Early Warning Services, Llc Secure transactions with offline device
US11062290B2 (en) 2015-07-21 2021-07-13 Early Warning Services, Llc Secure real-time transactions
US11386410B2 (en) 2015-07-21 2022-07-12 Early Warning Services, Llc Secure transactions with offline device
US11151523B2 (en) 2015-07-21 2021-10-19 Early Warning Services, Llc Secure transactions with offline device
US10438175B2 (en) 2015-07-21 2019-10-08 Early Warning Services, Llc Secure real-time payment transactions
US10970695B2 (en) 2015-07-21 2021-04-06 Early Warning Services, Llc Secure real-time transactions
US11151567B2 (en) 2016-09-19 2021-10-19 Early Warning Services, Llc Authentication and fraud prevention in provisioning a mobile wallet

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0367699A2 (en) * 1988-10-31 1990-05-09 International Business Machines Corporation Method for dynamically and centrally managing a teleprocessing network
US5005122A (en) * 1987-09-08 1991-04-02 Digital Equipment Corporation Arrangement with cooperating management server node and network service node
EP0447038A2 (en) * 1990-02-14 1991-09-18 Fujitsu Limited A system for establishing a communication path in a closely coupled computer system

Family Cites Families (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4227253A (en) * 1977-12-05 1980-10-07 International Business Machines Corporation Cryptographic communication security for multiple domain networks
US4326098A (en) * 1980-07-02 1982-04-20 International Business Machines Corporation High security system for electronic signature verification
US4525780A (en) * 1981-05-22 1985-06-25 Data General Corporation Data processing system having a memory using object-based information and a protection scheme for determining access rights to such information
US4656579A (en) * 1981-05-22 1987-04-07 Data General Corporation Digital data processing system having a uniquely organized memory system and means for storing and accessing information therein
US4652990A (en) * 1983-10-27 1987-03-24 Remote Systems, Inc. Protected software access control apparatus and method
US4691355A (en) * 1984-11-09 1987-09-01 Pirmasafe, Inc. Interactive security control system for computer communications and the like
US4799061A (en) * 1985-11-18 1989-01-17 International Business Machines Corporation Secure component authentication system
US4780821A (en) * 1986-07-29 1988-10-25 International Business Machines Corp. Method for multiple programs management within a network having a server computer and a plurality of remote computers
US5165020A (en) * 1987-03-27 1992-11-17 Digital Equipment Corporation Terminal device session management protocol
US4908861A (en) * 1987-08-28 1990-03-13 International Business Machines Corporation Data authentication using modification detection codes based on a public one way encryption function
US4885789A (en) * 1988-02-01 1989-12-05 International Business Machines Corporation Remote trusted path mechanism for telnet
US4897874A (en) * 1988-03-31 1990-01-30 American Telephone And Telegraph Company At&T Bell Laboratories Metropolitan area network arrangement for serving virtual data networks
US4962449A (en) * 1988-04-11 1990-10-09 Artie Schlesinger Computer security system having remote location recognition and remote location lock-out
US4919545A (en) * 1988-12-22 1990-04-24 Gte Laboratories Incorporated Distributed security procedure for intelligent networks
US4930159A (en) * 1989-01-18 1990-05-29 International Business Machines Corporation Netbios name authentication
US5455865A (en) * 1989-05-09 1995-10-03 Digital Equipment Corporation Robust packet routing over a distributed network containing malicious failures
GB8916586D0 (en) * 1989-07-20 1989-09-06 Int Computers Ltd Distributed data processing system
US5032979A (en) * 1990-06-22 1991-07-16 International Business Machines Corporation Distributed security auditing subsystem for an operating system
US5204961A (en) * 1990-06-25 1993-04-20 Digital Equipment Corporation Computer network operating with multilevel hierarchical security with selectable common trust realms and corresponding security protocols
US5224163A (en) * 1990-09-28 1993-06-29 Digital Equipment Corporation Method for delegating authorization from one entity to another through the use of session encryption keys
CA2048306A1 (en) * 1990-10-02 1992-04-03 Steven P. Miller Distributed configuration profile for computing system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5005122A (en) * 1987-09-08 1991-04-02 Digital Equipment Corporation Arrangement with cooperating management server node and network service node
EP0367699A2 (en) * 1988-10-31 1990-05-09 International Business Machines Corporation Method for dynamically and centrally managing a teleprocessing network
EP0447038A2 (en) * 1990-02-14 1991-09-18 Fujitsu Limited A system for establishing a communication path in a closely coupled computer system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
IEEE SYMPOSIUM ON SECURITY AND PRIVACY, April 1987 , OAKLAND, US; pages 167 - 172 D.P.ANDERSON ET AL 'A Basis for Secure Communication in Large Distributed Systems' *

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0658848A2 (en) * 1993-12-15 1995-06-21 Sun Microsystems, Inc. Method and apparatus for communicating safely with untrusted servers
EP0658848A3 (en) * 1993-12-15 1996-12-04 Sun Microsystems Inc Method and apparatus for communicating safely with untrusted servers.
US5544322A (en) * 1994-05-09 1996-08-06 International Business Machines Corporation System and method for policy-based inter-realm authentication within a distributed processing system
GB2306865A (en) * 1995-10-19 1997-05-07 Fujitsu Ltd Security level control apparatus and network communication system
US5935248A (en) * 1995-10-19 1999-08-10 Fujitsu Limited Security level control apparatus and method for a network securing communications between parties without presetting the security level
GB2306865B (en) * 1995-10-19 2000-02-09 Fujitsu Ltd Security level control apparatus and network communication system
US8181018B2 (en) 2001-05-25 2012-05-15 Aol Inc. Master key trust grants and revocations for minor keys
US7328337B2 (en) 2001-05-25 2008-02-05 America Online, Incorporated Trust grant and revocation from a master key to secondary keys
US8683198B2 (en) 2001-05-25 2014-03-25 Facebook, Inc. Master key trust grants and revocations for minor keys
US7996537B2 (en) 2002-11-06 2011-08-09 Telefonaktiebolaget L M Ericsson (Publ) Method and arrangement for preventing illegitimate use of IP addresses
WO2004042999A1 (en) * 2002-11-06 2004-05-21 Telefonaktiebolaget Lm Ericsson (Publ) Method and arrangement for preventing illegitimate use of ip addresses
EP2472823A1 (en) * 2002-11-06 2012-07-04 Telefonaktiebolaget L M Ericsson AB (Publ) A method and a device in an IP network
USRE45445E1 (en) 2002-11-06 2015-03-31 Telefonaktiebolaget L M Ericsson (Publ) Method and arrangement for preventing illegitimate use of IP addresses
USRE47253E1 (en) 2002-11-06 2019-02-19 Telefonaktiebolaget Lm Ericsson (Publ) Method and arrangement for preventing illegitimate use of IP addresses
CN101317369B (en) * 2005-11-29 2015-11-25 艾利森电话股份有限公司 Method and apparatus in connecting system

Also Published As

Publication number Publication date
US5619657A (en) 1997-04-08
EP0520709A3 (en) 1994-08-24
JPH05274266A (en) 1993-10-22

Similar Documents

Publication Publication Date Title
US5619657A (en) Method for providing a security facility for a network of management servers utilizing a database of trust relations to verify mutual trust relations between management servers
US5235642A (en) Access control subsystem and method for distributed computer system using locally cached authentication credentials
KR101433978B1 (en) Securing distributed application information delivery
US6408336B1 (en) Distributed administration of access to information
US6801998B1 (en) Method and apparatus for presenting anonymous group names
US6178505B1 (en) Secure delivery of information in a network
US4919545A (en) Distributed security procedure for intelligent networks
US6128742A (en) Method of authentication based on intersection of password sets
Sollins Cascaded authentication.
US5204961A (en) Computer network operating with multilevel hierarchical security with selectable common trust realms and corresponding security protocols
US7036146B1 (en) System and method for secure group transactions
US6446206B1 (en) Method and system for access control of a message queue
US6249873B1 (en) Method of and apparatus for providing secure distributed directory services and public key infrastructure
US8745715B2 (en) Password-based authentication system and method in group network
US6327658B1 (en) Distributed object system and service supply method therein
CN1905436B (en) Method for ensuring data exchange safety
US20070101400A1 (en) Method of providing secure access to computer resources
US7213262B1 (en) Method and system for proving membership in a nested group using chains of credentials
WO2007048251A1 (en) Method of providing secure access to computer resources
EP1147637A1 (en) Seamless integration of application programs with security key infrastructure
US20020106085A1 (en) Security breach management
KR20040102333A (en) Distributed authentication in a protocol-based sphere of trust in which a given external connection outside the sphere of trust may carry communications from multiple sources
US20190087595A1 (en) Object level encryption system including encryption key management system
Karger Authentication and discretionary access control in computer networks
Karger Authentication and discretionary access control in computer networks

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): DE FR GB IT NL

17P Request for examination filed

Effective date: 19921102

PUAL Search report despatched

Free format text: ORIGINAL CODE: 0009013

AK Designated contracting states

Kind code of ref document: A3

Designated state(s): DE FR GB IT NL

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 19941231

RIN1 Information on inventor provided before grant (corrected)

Inventor name: TALLMAN, OWEN HAROLD

Inventor name: SHELHAMER, JAMES

Inventor name: SEALY, DEXTER

Inventor name: JOHNSON, BRAD C.

Inventor name: GRIFFIN, DAVID MICHAEL

Inventor name: SUDAMA, RAM