JPH10289209A - Access control method in information processing system including communication line - Google Patents

Access control method in information processing system including communication line

Info

Publication number
JPH10289209A
JPH10289209A JP9097003A JP9700397A JPH10289209A JP H10289209 A JPH10289209 A JP H10289209A JP 9097003 A JP9097003 A JP 9097003A JP 9700397 A JP9700397 A JP 9700397A JP H10289209 A JPH10289209 A JP H10289209A
Authority
JP
Japan
Prior art keywords
password
agent
manager
function
information processing
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.)
Pending
Application number
JP9097003A
Other languages
Japanese (ja)
Inventor
Tsutomu Arakawa
勤 荒川
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP9097003A priority Critical patent/JPH10289209A/en
Publication of JPH10289209A publication Critical patent/JPH10289209A/en
Pending legal-status Critical Current

Links

Landscapes

  • Storage Device Security (AREA)
  • Computer And Data Communications (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an access control method in an information processing system including a communication line which automatically changes a password that is used for access between a manager and an agent through a communication line to prevent illegal access and improves the operability and safety of the information processing system. SOLUTION: When an agent receives a message from a manager (S101) and its password is authenticated (S102 and S103), the agent automatically assigns a new password (S105) and automatically performs the updating of the password by notifying the result of request processing and the new password to the manager (S106) after executing the request processing from the manager (S104).

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、情報処理のマネー
ジャ機能を有する装置とエージェント機能を有する装置
とが通信回線を介して接続される情報処理装置システム
における前記マネージャ機能を有する装置とエージェン
ト機能を有する装置間のアクセス制御方法に関するもの
である。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing apparatus system in which an apparatus having an information processing manager function and an apparatus having an agent function are connected via a communication line. The present invention relates to an access control method between devices having the same.

【0002】[0002]

【従来の技術】近年、何を処理するべきかを自ら判断
し、実行できるソフトウエア・モジュール(agen
t,エージェント)を使って情報処理システムを構築す
ることが行われている。例えばエージェントを使って旅
客機予約システムを実現すると、ユーザーが航空会社や
時刻などを細かく指定しなくても、「水曜日午前中にニ
ューヨークに着きたい」と指示すれば、条件に合う飛行
機はどれか、第1希望が満席なら次善の便を予約する、
といった一連の処理をエージェントが自分で判断しなが
ら進めることができる。
2. Description of the Related Art In recent years, a software module (agen) which can judge what to process and execute it by itself.
(t, agent) to build an information processing system. For example, using an agent to implement a passenger aircraft reservation system, if a user specifies "I want to arrive in New York in the morning of Wednesday" without specifying the airline and time, If the first hope is full, book the next best flight,
The agent can proceed with such a series of processing while judging by himself.

【0003】従って旅行代理店等(一般にマネージャー
という)は、顧客から得た「水曜日午前中にニューヨー
クに着きたい」という情報を、通信回線を介してエージ
ェントに送信し、エージェントから返信された旅客機予
約情報による搭乗券を販売する情報処理システムを構築
することができる。エージェントは、データ、データを
扱うための手続といったオブジェクト指向におけるオブ
ジェクトと同じ機能に加えて、データや手続を状況に応
じて適切に使えるようにする知識ベースを備えている。
[0003] Therefore, a travel agency (generally called a manager) transmits the information "want to arrive in New York in the morning of Wednesday" obtained from a customer to an agent via a communication line, and returns a passenger aircraft reservation returned from the agent. An information processing system for selling boarding passes based on information can be constructed. The agent has the same functions as the object-oriented objects such as data and procedures for handling data, as well as a knowledge base that makes it possible to use the data and procedures appropriately according to the situation.

【0004】上記のような情報処理のマネージャ機能を
有する装置とエージェント機能を有する装置との間で
は、所要の情報処理の要求や、この要求を実行した処理
結果の伝送のためにコマンドの送受信が行われる。この
マネージャ機能を有する装置とエージェント機能を有す
る装置とは、1対1や1対N(Nは複数)で直接接続さ
れる場合もあるが、ネットワークを介して接続される場
合もある。そして直接接続やローカルなネットワークを
介しての接続では、外部装置からの不正アクセスは防げ
るが、公衆ネットワークを介しての接続では、不正アク
セスの可能性が考えられる。
[0006] Between the device having the information processing manager function and the device having the agent function as described above, transmission and reception of commands for requesting required information processing and transmission of a processing result of executing the request are performed. Done. The device having the manager function and the device having the agent function may be directly connected in one-to-one or one-to-N (a plurality of N), or may be connected via a network. In a direct connection or a connection through a local network, unauthorized access from an external device can be prevented, but in a connection through a public network, there is a possibility of unauthorized access.

【0005】不正アクセスを防ぐ方法としては、アクセ
ス時の認証にパスワードを用いる方法が一般的かつ簡易
な方法である。しかし、パスワードは、盗用される可能
性があり、安全性を確保するためには、定期的に変更す
る方法が有効である。この、パスワードの変更は、従
来、アクセスする側、つまりマネージャ側の保守者の操
作により行われるのが一般的である。
[0005] As a method for preventing unauthorized access, a method using a password for authentication at the time of access is a general and simple method. However, the password may be stolen, and a method of periodically changing the password is effective for ensuring security. Conventionally, the change of the password is generally performed by an operation of a maintenance person on an access side, that is, a manager side.

【0006】[0006]

【発明が解決しようとする課題】この様に、従来の通信
回線を含む情報処理システムのマネージャ機能を有する
装置と、エージェント機能を有する装置との間のアクセ
ス制御におけるパスワード認証機能では、セキュリティ
確保の点から、定期的にパスワードを変更することが必
要となるが、このパスワード変更操作、設定されている
パスワードの管理をマネージャ側の保守者の操作により
行う必要があった。従って、パスワードの管理、操作が
煩雑となり、また、定期的なパスワードの変更を忘れた
場合などに、情報処理システムの操作性及び安全性の低
下を招くという問題があった。
As described above, a password authentication function in access control between a device having a manager function and a device having an agent function in a conventional information processing system including a communication line requires security assurance. From this point, it is necessary to periodically change the password. However, the password change operation and the management of the set password have to be performed by the operation of the manager on the manager side. Therefore, there is a problem that the management and operation of the password become complicated, and the operability and the security of the information processing system are reduced when the password is not regularly changed.

【0007】[0007]

【課題を解決するための手段】本発明に係る通信回線を
含む情報処理システムにおけるアクセス制御方法は、情
報処理のマネージャ機能を有する装置とエージェント機
能を有する装置とが通信回線を介して接続される情報処
理システムにおける前記マネージャ機能を有する装置と
エージェント機能を有する装置間のアクセス制御方法に
おいて、前記マネージャ機能を有する装置が所要情報処
理の要求のため前記エージェント機能を有する装置に現
有パスワードを用いてアクセスした際に、エージェント
機能を有する装置は自動的に新規パスワードを割り当
て、これを前記要求のあったマネーージャ機能を有する
装置に通知することによりパスワードの更新を自動的に
行うものである。この結果、不正アクセスの可能性が低
減され、情報処理システムの操作性が向上すると共に安
全性が保持される。
According to the present invention, there is provided an access control method in an information processing system including a communication line, wherein an apparatus having an information processing manager function and an apparatus having an agent function are connected via the communication line. In the access control method between the device having the manager function and the device having the agent function in the information processing system, the device having the manager function accesses the device having the agent function using a current password in order to request required information processing. At this time, the device having the agent function automatically assigns a new password, and notifies the requested device having the manager function of updating the password automatically. As a result, the possibility of unauthorized access is reduced, the operability of the information processing system is improved, and safety is maintained.

【0008】[0008]

【発明の実施の形態】図2は本発明に係る通信回線を含
む情報処理システムの機能構成例を示す図であり、図の
システムは、マネージャ機能を有する装置(以下単にマ
ネージャという)と、エージェント機能を有する装置
(以下単にエージェントという)が通信回線で接続され
ている。図2において、マネージャ11は、マネージャ
業務機能部101、マネージャ側パスワード管理機能部
102、OS/通信機能部103及び端末装置13から
構成される。エージェント12は、エージェント業務機
能部104、エージェント側パスワード管理機能部10
5及びOS/通信機能部106から構成される。なお、
図2のシステムは、本発明の実施形態1及び2に共通に
用いられるシステムである。
FIG. 2 is a diagram showing an example of a functional configuration of an information processing system including a communication line according to the present invention. The system shown in FIG. 2 includes a device having a manager function (hereinafter simply referred to as a manager) and an agent. A device having a function (hereinafter simply referred to as an agent) is connected by a communication line. In FIG. 2, the manager 11 includes a manager business function unit 101, a manager-side password management function unit 102, an OS / communication function unit 103, and a terminal device 13. The agent 12 includes an agent business function unit 104 and an agent-side password management function unit 10
5 and an OS / communication function unit 106. In addition,
The system in FIG. 2 is a system commonly used in the first and second embodiments of the present invention.

【0009】図2のマネージャ業務機能部101は、情
報処理業務を実行する業務対応アプリケーションであ
り、処理業務への操作、端末装置13の画面制御機能を
持つ。マネージャ側パスワード管理機能部102は、エ
ージェントへアクセスするために必要なパスワードの管
理を行い、複数のエージェント毎にそれぞれ異なるパス
ワードを管理する機能を持つ。OS/通信機能部103
は、エージェント及び端末装置13とのメッセージの通
信を行う機能及び情報処置システムを動作させるための
基本機能を持つ。
The manager job function unit 101 shown in FIG. 2 is a job application for executing an information processing job, and has an operation for a process job and a screen control function of the terminal device 13. The manager-side password management function unit 102 manages a password required to access an agent, and has a function of managing a different password for each of a plurality of agents. OS / communication function unit 103
Has a function of communicating messages with the agent and the terminal device 13 and a basic function of operating the information processing system.

【0010】実施形態1 図3は本発明の実施形態1に係るマネージャ側パスワー
ド管理機能部の構成図である。図3のパスワード管理機
能部201は、複数の各エージェントへアクセスする際
にメッセージに付与するパスワード情報を各エージェン
ト毎に管理する。パスワード管理データ部202−1〜
202−nは、各エージェント毎に異なるパスワード情
報を管理するデータテーブルである。パスワードデータ
は、管理対象とするエージェントの数だけ、即ち1から
nまで存在する。
Embodiment 1 FIG. 3 is a configuration diagram of a manager-side password management function unit according to Embodiment 1 of the present invention. The password management function unit 201 of FIG. 3 manages password information to be added to a message when accessing a plurality of agents, for each agent. Password management data section 202-1 to
202-n is a data table for managing different password information for each agent. The password data exists by the number of agents to be managed, that is, from 1 to n.

【0011】図4は本発明の実施形態1に係るエージェ
ント側パスワード管理機能部の構成図である。図4のパ
スワード認証機能部301は、マネージャからアクセス
されたときのパスワード照合のチェックを行う。パスワ
ード割当機能部302は、正常にアクセスされたマネー
ジャに対して、新たなパスワードを生成し、マネージャ
へ応答する機能である。パスワードデータ部303は、
認証を行う現在使用中のパスワードデータを格納する機
能である。
FIG. 4 is a configuration diagram of the agent-side password management function unit according to the first embodiment of the present invention. The password authentication function unit 301 in FIG. 4 checks password collation when accessed by the manager. The password assignment function unit 302 is a function for generating a new password for a normally accessed manager and responding to the manager. The password data part 303 is
This function is to store the currently used password data for authentication.

【0012】図1は本発明の実施形態1に係るエージェ
ント側でのパスワード管理処理を示すフローチャートで
あり、図のSに続く数値はステップ番号を示す。マネー
ジャからのアクセス要求がエージェント側パスワード管
理機能部で受信されると(図2,4を参照)、図1の処
理が起動される。エージェント側パスワード管理機能部
は、マネージャからのメッセージ受信(S101)後、
受信したメッセージからパスワード情報を読みだし(S
102)、パスワードデータ部303で管理するパスワ
ードデータとの比較照合(S103)を行い、両データ
が一致するか否かの判別を行う。この照合・判別の結
果、不一致となった場合には、アクセス拒否応答をマネ
ージャへ送信して(S107)、終了する。また、パス
ワードデータとの照合結果が一致した場合には、マネー
ジャからの要求処理を実行する(S104)。その後、
パスワード割当機能部302は、新たなパスワードの割
当を行い(S105)、その割当てた新規のパスワード
情報を要求もとのマネージャへ要求処理実行結果と共に
応答情報で通知する(S106)。
FIG. 1 is a flowchart showing a password management process on the agent side according to the first embodiment of the present invention. Numerical values following S in FIG. 1 indicate step numbers. When an access request from the manager is received by the agent-side password management function unit (see FIGS. 2 and 4), the processing in FIG. 1 is started. After receiving the message from the manager (S101), the agent-side password management function unit
Read password information from the received message (S
102), comparison and collation (S103) with the password data managed by the password data unit 303 are performed, and it is determined whether or not both data match. If the result of this collation / determination is a mismatch, an access rejection response is sent to the manager (S107), and the process ends. If the result of the comparison with the password data matches, a request process from the manager is executed (S104). afterwards,
The password assignment function unit 302 assigns a new password (S105), and notifies the assigned new password information to the requesting manager as response information together with the result of the request processing (S106).

【0013】以上説明したように、本実施形態1による
と、通信回線を含む情報処理システムのアクセス制御に
おいて、マネージャが業務アプリケーションによりエー
ジェントにアクセスした際に、エージェントが自動的に
新たなパスワードを割り当て、これをマネージャに通知
することにより、マネージャからエージェントへのアク
セスパスワードを自動的に更新するようにしたので、パ
スワードの変更忘れを防止することができ、情報処理シ
ステムの安全性及び操作性を向上させることができる。
As described above, according to the first embodiment, in the access control of the information processing system including the communication line, when the manager accesses the agent by the business application, the agent automatically assigns a new password. By notifying the manager of this, the access password to the agent from the manager is automatically updated, so that forgetting to change the password can be prevented, and the security and operability of the information processing system can be improved. Can be done.

【0014】なお実施形態1の例では、エージェントで
管理するパスワード情報を1つとしているが、業務アプ
リケーションによりアクセスするマネージャが複数の場
合には、パスワード情報を複数設けることにより、マネ
ージャ毎に異なるパスワードを管理する事も可能であ
る。
In the example of the first embodiment, the password information managed by the agent is one. However, when there are a plurality of managers accessed by the business application, a plurality of password information is provided so that a different password is provided for each manager. Can also be managed.

【0015】前記実施形態1によってマネージャが業務
アプリケーションの必要によりエージェントにアクセス
すると、自動的に新規パスワードへの更新が行われる
が、長期間業務アプリケーションの必要がなく、従って
長期間エージェントへのアクセスが行われないと、自動
的に新規パスワードへの更新は行われないことになる。
そしてこのように長期間パスワードの変更が行われない
と、不正アクセスの可能性が増大するので、本発明にお
いては、前記実施形態1のほかに、後述する実施形態2
の機能を追加して設けられるようにした。
According to the first embodiment, when the manager accesses the agent when a business application is needed, the password is automatically updated to the new password. Otherwise, the update to the new password will not be performed automatically.
If the password is not changed for such a long period of time, the possibility of unauthorized access increases, so in the present invention, in addition to the first embodiment, a second embodiment to be described later
Function was added.

【0016】実施形態2 図6は本発明の実施形態2に係るマネージャ側パスワー
ド管理機能部の構成図である。図6のパスワード管理機
能部401は、複数の各エージェントへアクセスする際
にメッセージに付与するパスワード情報を各エージェン
ト毎に管理する。パスワード管理データ部405−1〜
405−nは、各エージェント毎に異なるパスワード情
報を管理するデータテーブルである。パスワードデータ
は、管理対象とするエージェントの数だけ、即ち1から
nまで存在する。タイミング生成機能部402は、エー
ジェントに対するアクセスタイミングを生成する。タイ
ミング監視機能部403は、タイミング生成機能部40
2より一定周期毎に起動され、各エージェントに対し
て、パスワード変更のためのポーリングを行う。アクセ
ス状態管理部404では、前記一定周期の間に各エージ
ェントに対してアクセスがあったか否かを管理する。
Embodiment 2 FIG. 6 is a configuration diagram of a manager-side password management function unit according to Embodiment 2 of the present invention. The password management function unit 401 in FIG. 6 manages password information to be added to a message when accessing a plurality of agents for each agent. Password management data section 405-1-
A data table 405-n manages password information that differs for each agent. The password data exists by the number of agents to be managed, that is, from 1 to n. The timing generation function unit 402 generates an access timing for the agent. The timing monitoring function unit 403 includes the timing generation function unit 40
It is started at regular intervals from Step 2 and polls each agent for a password change. The access state management unit 404 manages whether or not each agent has been accessed during the certain period.

【0017】図5は本発明の実施形態2に係るマネージ
ャ側でのパスワード変更のポーリング処理のフローチャ
ートであり、図のSに続く数値はステップ番号を示す。
図5のフローチャートについて説明する。図5では、ま
ず一定周期毎にエージェントへのアクセスタイミング監
視(S201)が起動される。即ち図6のアクセス状態
管理部404が、前記一定周期の間に各エージェントに
対してアクセス要求が行われたか否かを判定し(S20
2)、既にアクセスされている場合には、アクセス状態
の値(この場合アクセスの回数)を初期化する(S20
3)(即ちアクセスの回数を零に戻す)。S202の判
定結果として、前記一定周期内に、アクセスが1回も無
かった場合には、エージェントに対してパスワード変更
のためのポーリングメッセージを送信する(S20
4)。そしてエージェントから新規パスワードの通知を
受けたらマネージャ側のパスワードデータを新規データ
に変更しておく。これら一連の動作を、管理対象として
いるエージェントに対して順次行う。
FIG. 5 is a flowchart of a password change polling process on the manager side according to the second embodiment of the present invention. Numerical values following S in FIG. 5 indicate step numbers.
The flowchart of FIG. 5 will be described. In FIG. 5, first, the monitoring of the access timing to the agent (S201) is started at regular intervals. That is, the access state management unit 404 of FIG. 6 determines whether an access request has been made to each agent during the certain period (S20).
2) If already accessed, the value of the access state (in this case, the number of accesses) is initialized (S20).
3) (that is, the number of accesses is returned to zero). If the result of determination in S202 is that there has been no access within the fixed period, a polling message for password change is transmitted to the agent (S20).
4). Then, upon receiving the notification of the new password from the agent, the password data on the manager side is changed to the new data. These series of operations are sequentially performed on the agents to be managed.

【0018】以上説明したように、本実施形態2による
と、通信回線を含む情報処理システムのアクセス制御に
おいて、マネージャ側に一定周期毎にエージェントへの
アクセスの有無を監視する機能を設けることにより、一
定周期内に業務アプリケーションによるエージェントへ
のアクセスが全く無い場合でも、一定周期毎に新規パス
ワード取得要求のアクセスを行い、エージェントはこの
要求によるパスワードの変更を定期的かつ自動的に行う
ようにしたので、実施形態1と2を併用することによ
り、情報処理装置システムの安全性及び操作性を一層向
上させる事ができる。
As described above, according to the second embodiment, in the access control of the information processing system including the communication line, the function of monitoring the presence or absence of access to the agent at regular intervals on the manager side is provided. Even if there is no access to the agent by the business application within a certain period, a new password acquisition request is accessed at a certain period, and the agent changes the password according to this request periodically and automatically. By using the first and second embodiments together, the safety and operability of the information processing apparatus system can be further improved.

【0019】なお実施形態2の例では、複数のエージェ
ントに対して同一のタイミングでパスワード変更のタイ
ミング監視を行っているが、エージェント毎に異なるタ
イミング値を管理することにより、エージェント毎に監
視タイミングを変えることもできる。
In the example of the second embodiment, the password change timing is monitored for a plurality of agents at the same timing. However, by managing different timing values for each agent, the monitoring timing is changed for each agent. You can change it.

【0020】[0020]

【発明の効果】以上のように本発明によれば、情報処理
装置のマネージャ機能を有する装置とエージェント機能
を有する装置とが通信回線を介して接続される情報処理
システムにおける前記マネージャ機能を有する装置とエ
ージェント機能を有する機能間のアクセス制御方法にお
いて、前記マネージャ機能を有する装置が所要情報処理
の要求のため前記エージェント機能を有する装置に現有
パスワードを用いてアクセスした際に、エージェント機
能を有する装置は自動的に新規パスワードを割り当て、
これを前記要求のあったマネージャ機能を有する装置に
通知することによりパスワードの更新を自動的に行うよ
うにしたので、不正アクセスの可能性が低減され、情報
処理システムの操作性が向上すると共に安全性が保持さ
れる。
As described above, according to the present invention, an apparatus having the manager function in an information processing system in which an apparatus having a manager function and an apparatus having an agent function of an information processing apparatus are connected via a communication line. And an access control method between the function having the agent function and the function having the agent function, when the device having the manager function accesses the device having the agent function for the required information processing using the existing password, the device having the agent function is Automatically assign a new password,
The password is automatically updated by notifying the request to the device having the manager function, so that the possibility of unauthorized access is reduced, the operability of the information processing system is improved, and the security is improved. Nature is maintained.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施形態1に係るエージェント側での
パスワード管理処理を示すフローチャートである。
FIG. 1 is a flowchart showing a password management process on an agent side according to a first embodiment of the present invention.

【図2】本発明に係る通信回線を含む情報処理システム
の機能構成例を示す図である。
FIG. 2 is a diagram showing a functional configuration example of an information processing system including a communication line according to the present invention.

【図3】本発明の実施形態1に係るマネージャ側パスワ
ード管理機能部の構成図である。
FIG. 3 is a configuration diagram of a manager-side password management function unit according to the first embodiment of the present invention.

【図4】本発明の実施形態1に係るエージェント側パス
ワード管理機能部の構成図である。
FIG. 4 is a configuration diagram of an agent-side password management function unit according to the first embodiment of the present invention.

【図5】本発明の実施形態2に係るマネージャ側パスワ
ード変更のポーリング処理のフローチャートである。
FIG. 5 is a flowchart of a polling process for a manager-side password change according to the second embodiment of the present invention.

【図6】本発明の実施形態2に係るマネージャ側パスワ
ード管理機能の構成図である。
FIG. 6 is a configuration diagram of a manager-side password management function according to a second embodiment of the present invention.

【符号の説明】[Explanation of symbols]

11 マネージャ 12 エージェント 13 端末装置 101 マネージャ業務機能部 102,201,401 マネージャ側パスワード管理
機能部 103 OS/通信機能部 104 エージェント業務機能部 105,301 エージェント側パスワード管理機能部 106 OS/通信機能部
DESCRIPTION OF SYMBOLS 11 Manager 12 Agent 13 Terminal device 101 Manager business function part 102,201,401 Manager side password management function part 103 OS / communication function part 104 Agent business function part 105,301 Agent side password management function part 106 OS / communication function part

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 情報処理のマネージャ機能を有する装置
とエージェント機能を有する装置とが通信回線を介して
接続される情報処理システムにおける前記マネージャ機
能を有する装置とエージェント機能を有する装置間のア
クセス制御方法において、 前記マネージャ機能を有する装置が所要情報処理の要求
のため前記エージェント機能を有する装置に現有パスワ
ードを用いてアクセスした際に、エージェント機能を有
する装置は自動的に新規パスワードを割り当て、これを
前記要求のあったマネージャ機能を有する装置に通知す
ることによりパスワードの更新を自動的に行うことを特
徴とする通信回線を含む情報処理システムにおけるアク
セス制御方法。
1. An access control method between an apparatus having a manager function and an apparatus having an agent function in an information processing system in which an apparatus having an information processing manager function and an apparatus having an agent function are connected via a communication line. In, when the device having the manager function accesses the device having the agent function using a current password to request the required information processing, the device having the agent function automatically assigns a new password, and An access control method in an information processing system including a communication line, wherein a password is automatically updated by notifying a device having a manager function that has made a request.
【請求項2】 情報処理のマネージャ機能を有する装置
とエージェント機能を有する装置とが通信回線を介して
接続される情報処理システムにおける前記マネージャ機
能を有する装置とエージェント機能を有する装置間のア
クセス制御方法において、 前記マネージャ機能を有する装置が、所要情報処理の要
求のため前記エージェント機能を有する装置に現有パス
ワードを用いてアクセスした際に、エージェント機能を
有する装置から自動的に新規パスワードの割り当てを受
けると共に、一定時間内に前記所要情報処理の要求のた
めのアクセスを行わない場合に新規パスワード取得の要
求のためのアクセスをエージェント機能を有する装置に
行い、エージェント機能を有する装置から定期的に新規
パスワードの割り当てを受けることによりパスワードの
更新を自動的且つ定期的に行うことを特徴とする通信回
線を含む情報処理システムにおけるアクセス制御方法。
2. An access control method between an apparatus having a manager function and an apparatus having an agent function in an information processing system in which an apparatus having an information processing manager function and an apparatus having an agent function are connected via a communication line. In the device having the manager function, when the device having the agent function is accessed using the existing password to request the required information processing, the device having the agent function is automatically assigned a new password and In the case where the access for the request for the required information processing is not performed within a certain time, the access for the request for obtaining the new password is performed to the device having the agent function, and the device having the agent function periodically transmits the new password. Pass by receiving assignment Access control method in an information processing system including a communication line, characterized in that updating the over de automatically and periodically.
JP9097003A 1997-04-15 1997-04-15 Access control method in information processing system including communication line Pending JPH10289209A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9097003A JPH10289209A (en) 1997-04-15 1997-04-15 Access control method in information processing system including communication line

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9097003A JPH10289209A (en) 1997-04-15 1997-04-15 Access control method in information processing system including communication line

Publications (1)

Publication Number Publication Date
JPH10289209A true JPH10289209A (en) 1998-10-27

Family

ID=14180058

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9097003A Pending JPH10289209A (en) 1997-04-15 1997-04-15 Access control method in information processing system including communication line

Country Status (1)

Country Link
JP (1) JPH10289209A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001209611A (en) * 2000-01-25 2001-08-03 Ntt Communications Kk Method for managing agency and agent device
JP2001312470A (en) * 2000-05-02 2001-11-09 Noritsu Koki Co Ltd Password issuing method, data distributing method, issuing device for, password, recording medium with recorded program for password issuing method, and recording medium with recorded program for, data distributing method
US7191239B2 (en) 2000-08-02 2007-03-13 Ipass Inc. Method and system to customize and update a network connection application for distribution to multiple end-users
US7921290B2 (en) 2001-04-18 2011-04-05 Ipass Inc. Method and system for securely authenticating network access credentials for users
US7961884B2 (en) 2002-08-13 2011-06-14 Ipass Inc. Method and system for changing security information in a computer network
JP2014021922A (en) * 2012-07-23 2014-02-03 Toshiba Corp Ic card and portable electronic device

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001209611A (en) * 2000-01-25 2001-08-03 Ntt Communications Kk Method for managing agency and agent device
JP2001312470A (en) * 2000-05-02 2001-11-09 Noritsu Koki Co Ltd Password issuing method, data distributing method, issuing device for, password, recording medium with recorded program for password issuing method, and recording medium with recorded program for, data distributing method
US7191239B2 (en) 2000-08-02 2007-03-13 Ipass Inc. Method and system to customize and update a network connection application for distribution to multiple end-users
US7921290B2 (en) 2001-04-18 2011-04-05 Ipass Inc. Method and system for securely authenticating network access credentials for users
US7961884B2 (en) 2002-08-13 2011-06-14 Ipass Inc. Method and system for changing security information in a computer network
JP2014021922A (en) * 2012-07-23 2014-02-03 Toshiba Corp Ic card and portable electronic device

Similar Documents

Publication Publication Date Title
US5404532A (en) Persistent/impervious event forwarding discriminator
CN110557384B (en) Internet of things management control method based on block chain
US8166310B2 (en) Method and apparatus for providing temporary access to a network device
US8935398B2 (en) Access control in client-server systems
US6678826B1 (en) Management system for distributed out-of-band security databases
EP0520770A2 (en) In-band/out-of-band alert delivery system
EP0643521A2 (en) Method for building a sub-network in a distributed voice massaging system
US7975289B2 (en) Program, client authentication requesting method, server authentication request processing method, client and server
JPH08235114A (en) Server access method and charge information managing method
EP1004069A1 (en) Network distributed system for updating locally secured objects in client machines
CN101026490A (en) Device, system and method for realizing business distribution and synchronization
CN104135378A (en) Method of management control of Internet of Things gateways and management control entity for Internet of Things gateways
CN106506565B (en) Remote command execution method and device
US20030233336A1 (en) System to retate personal information to a unique identifier
CN112764913A (en) Service fusing method and device, storage medium and electronic equipment
JPH10289209A (en) Access control method in information processing system including communication line
JP2002511993A (en) Process and system for controlling use of satellite transmission capacity in terrestrial networks
US20030208683A1 (en) Hand-held device forgotten password notification
US7131142B1 (en) Intelligent agents used to provide agent community security
JPH1028144A (en) System for constituting network with access control function
WO2002037880A1 (en) Remote controlling system and method
EP1527565B1 (en) Mobile unit configuration management for wlans
TW470916B (en) Registration protocol
CN113992509A (en) SDN network service configuration issuing method, device and storage medium
KR20000061447A (en) Computer security apparatus and method using screen saver in network system