JPH11338822A - Unix management file update system, computer constituting the system, computer readable medium recorded with update control program, and data recording medium - Google Patents

Unix management file update system, computer constituting the system, computer readable medium recorded with update control program, and data recording medium

Info

Publication number
JPH11338822A
JPH11338822A JP10158574A JP15857498A JPH11338822A JP H11338822 A JPH11338822 A JP H11338822A JP 10158574 A JP10158574 A JP 10158574A JP 15857498 A JP15857498 A JP 15857498A JP H11338822 A JPH11338822 A JP H11338822A
Authority
JP
Japan
Prior art keywords
update
file
registration table
unix
management
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
JP10158574A
Other languages
Japanese (ja)
Inventor
Hitoshi Uchida
仁 内田
Hiroyuki Okamoto
裕之 岡本
Masahiro Sato
雅寛 佐藤
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.)
Suzuki Motor Corp
Original Assignee
Suzuki Motor 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 Suzuki Motor Corp filed Critical Suzuki Motor Corp
Priority to JP10158574A priority Critical patent/JPH11338822A/en
Publication of JPH11338822A publication Critical patent/JPH11338822A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To enable even a general user to easily and securely perform the maintenance of a UNIX management file. SOLUTION: The management data of the UNIX management file are registered on registration lists 22, 23, 24... of RDB 2 so as to update the management data on these registration lists from a user interface 3. When the management data on the registration list are updated, an identifier S corresponding to an updated item is outputted from an update activation processing part provided in an RDBMS 21. An update processing part 11 installed in a UNIX server 1 reads a working procedure corresponding to the identifier S out of a working procedure file and reads data out of the prescribed registration list instructed by that working procedure. Afterwards, the prescribed UNIX management file (one or plural UNIX management files to be reflected with the data updated on the RDB 2) instructed by the working procedure is updated.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、UNIX管理ファ
イル更新システム及びこのシステムを構成するコンピュ
ータ並びに更新制御プログラムを記録したコンピュータ
読み取り可能な媒体及びデータ記録媒体に係り、特に、
/etc/passwdファイル等の更新を行うための
UNIX管理ファイル更新システム等に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a UNIX management file update system, a computer constituting the system, a computer-readable medium storing an update control program, and a data recording medium.
The present invention relates to a UNIX management file update system for updating an / etc / passwd file and the like.

【0002】[0002]

【従来の技術】OS(オペレーティングシステム)とし
てUNIX(商標)を採用するオープンシステムでは、
システム管理者としてスーパユーザを定め、このスーパ
ユーザが、UNIXの動作に必要なファイル(以下、U
NIX管理ファイルという)の保守を行っていた。
2. Description of the Related Art In an open system employing UNIX (trademark) as an OS (operating system),
A superuser is defined as a system administrator, and this superuser is required to execute files necessary for UNIX operation (hereinafter referred to as “U”).
NIX management file).

【0003】UNIX管理ファイルの種類は多数ある
が、その一例を図8に示す。図8(a)は、/etc/
passwdファイルであり、ログイン名とこれに対応
する暗号化されたパスワード,ユーザID,グループI
D,及びログイン時のホームディレクトリが指定されて
いる。図7(b)は/etc/servicesファイ
ルである。ネットワークサービス名に対応するポート番
号が指定されている。図7(c)は/etc/inet
d.confファイルである。ネットワークサービス名
に対応する起動プログラムが指定されている。ここで、
UNIX管理データを構成する各データ(上述のユーザ
IDやネットワークサービス名等)を管理データと呼ぶ
ことにする。
There are many types of UNIX management files, one example of which is shown in FIG. FIG. 8 (a) shows / etc /
A password file, which is a login name and its corresponding encrypted password, user ID, and group I
D and a home directory at the time of login are designated. FIG. 7B shows the / etc / services file. The port number corresponding to the network service name is specified. FIG. 7C shows / etc / inet.
d. It is a conf file. The startup program corresponding to the network service name is specified. here,
Each piece of data (such as the above-mentioned user ID and network service name) constituting the UNIX management data will be referred to as management data.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、上記従
来例にあっては、複数のUNIX管理ファイルが、同一
の管理データを含んでいる場合が多く、例えば、スーパ
ユーザが/etc/servicesファイルのネット
ワークサービス名を更新する場合には、/etc/in
etd.confファイルのネットワークサービス名も
更新して各UNIX管理ファイル間の整合を取らなけれ
ばならず、保守作業が煩雑であった。
However, in the above-mentioned conventional example, a plurality of UNIX management files often include the same management data. For example, a super-user is required to have a network of / etc / services file. To update the service name, use / etc / in
etd. The network service name of the conf file must also be updated to match each UNIX management file, and the maintenance work is complicated.

【0005】また、スーパユーザは、テキストエディタ
を使用してUNIX管理ファイルの内容を直接書き換え
なければならず、入力を誤って必要な行を削除したり、
予め定められたフォーマットに適合しない行を追加する
等の誤操作を行うおそれがあった。この場合、OSが正
しくブートされなくなることもあった。従って、ファイ
ルの更新には多くの専門知識が必要とされた。
[0005] In addition, the super user must directly rewrite the contents of the UNIX management file using a text editor.
There is a possibility that an erroneous operation such as adding a line that does not conform to a predetermined format may be performed. In this case, the OS may not be booted correctly. Therefore, updating the file required a lot of expertise.

【0006】更に、これらのUNIX管理ファイルの更
新は、スーパユーザが正しいIDとパスワードでログイ
ンした場合に特に認められる権限であるが、他者にパス
ワードが盗まれることによってUNIX管理ファイルが
破壊されシステムが起動しなくなる虞もあった。逆に、
この権限がスーパユーザにしか与えられていないため
に、例えば、新規ユーザが自己のユーザIDを自分で登
録するといった操作を行うことはできず、スーパユーザ
に依頼してUNIX管理ファイルを更新してもらう必要
があったため、スーパユーザの負担が大きかった。
[0006] Further, the updating of the UNIX management file is a privilege particularly recognized when a super user logs in with a correct ID and password. However, if the password is stolen by another person, the UNIX management file is destroyed and the system is destroyed. May not start. vice versa,
Since this authority is given only to the super user, for example, a new user cannot perform an operation such as registering his / her own user ID by himself, and requests the super user to update the UNIX management file. Because of the need to obtain it, the burden on the superuser was heavy.

【0007】[0007]

【発明の目的】本発明は、かかる従来例の有する不都合
を改善し、特に、UNIX管理ファイルの保守を容易か
つ安全に一般のユーザでも行うことができるようにする
UNIX管理ファイル更新システム等を提供することを
目的とする。
An object of the present invention is to provide a UNIX management file updating system and the like which solves the disadvantages of the prior art and in particular, makes it possible for ordinary users to easily and safely maintain a UNIX management file. The purpose is to do.

【0008】[0008]

【課題を解決するための手段】上記目的を達成するた
め、請求項1記載のシステムでは、UNIX管理ファイ
ルに含まれる管理データを登録した登録表を有するリレ
ーショナルデータベースと、このリレーショナルデータ
ベースにアクセスし登録表の管理データを更新可能なユ
ーザインタフェースと、登録表の管理データが更新され
た場合に該更新項目に応じた識別子を出力する更新起動
処理部とを備えている。また、識別子毎に対応して参照
すべき登録表及び更新すべき1乃至複数のUNIX管理
ファイルを記述した作業手順ファイルと、更新起動処理
部から識別子が出力された場合に該識別子と対応する作
業手順を作業手順ファイルから読み出し該作業手順に従
い所定の登録表を参照して所定のUNIX管理ファイル
を更新する更新処理部とを備えた、という構成を採って
いる。
In order to achieve the above object, in the system according to the first aspect, there is provided a relational database having a registration table in which management data contained in a UNIX management file is registered, and a method of accessing and registering the relational database. It has a user interface that can update the management data of the table, and an update activation processing unit that outputs an identifier corresponding to the update item when the management data of the registration table is updated. Also, a work procedure file describing a registration table to be referred to for each identifier and one or a plurality of UNIX management files to be updated, and a work corresponding to the identifier when the identifier is output from the update activation processing unit. An update processing unit for reading a procedure from a work procedure file and updating a predetermined UNIX management file with reference to a predetermined registration table in accordance with the work procedure is provided.

【0009】請求項2記載のコンピュータは、UNIX
管理ファイルに含まれる管理データを登録した登録表を
備え外部のユーザインタフェースから該登録表の管理デ
ータの更新を受付けるリレーショナルデータベースと、
登録表の管理データが更新された場合に該更新項目に応
じた識別子を出力して更新処理部に識別子に対応した所
定のUNIX管理ファイルを更新させる更新起動処理部
とを備えた、という構成を採っている。
[0009] The computer according to claim 2 is UNIX.
A relational database comprising a registration table in which the management data included in the management file is registered, and receiving an update of the management data in the registration table from an external user interface;
An update start processing unit that outputs an identifier corresponding to the update item when the management data of the registration table is updated, and causes the update processing unit to update a predetermined UNIX management file corresponding to the identifier. I am taking it.

【0010】請求項3記載のコンピュータは、UNIX
管理ファイルの管理データを登録したリレーショナルデ
ータベースの登録表が更新された場合に該更新項目に応
じてUNIX管理ファイルを更新するファイル更新機能
を備えたコンピュータであり、更新項目に応じて参照す
べきリレーショナルデータベースの登録表及び更新すべ
き1乃至複数のUNIX管理ファイルを記述した作業手
順ファイルと、この作業手順ファイルから更新項目に対
応した作業手順を読み出す手順参照処理部とを備えてい
る。また、読み出した作業手順に指示されたリレーショ
ナルデータベースの登録表を読み込む登録表参照処理部
と、作業手順に指示された1乃至複数のUNIX管理フ
ァイルを登録表参照処理部によって読み込まれた登録表
の管理データに基づいて更新する更新実行部とを備え
た、という構成を採っている。
[0010] The computer according to claim 3 is a UNIX computer.
A computer having a file update function of updating a UNIX management file according to an update item when a registration table of a relational database in which management data of a management file is registered is updated. The system includes a work procedure file in which a database registration table and one or more UNIX management files to be updated are described, and a procedure reference processing unit that reads a work procedure corresponding to an update item from the work procedure file. Also, a registration table reference processing unit that reads a registration table of a relational database instructed in the read work procedure, and a registration table read processing unit that reads one or more UNIX management files instructed in the work procedure. An update execution unit that updates based on management data is provided.

【0011】請求項4記載の媒体は、UNIX管理ファ
イルの管理データを登録したリレーショナルデータベー
スの登録表が更新された場合に当該更新項目を判定する
更新項目判定処理と、判定した更新項目に応じた識別子
を更新処理部に出力して当該識別子に応じた1乃至複数
のUNIX管理ファイルの更新を行わせる更新起動処理
とをコンピュータに実行させるための更新制御プログラ
ムを記録した、という構成を採っている。
According to a fourth aspect of the present invention, when a registration table of a relational database in which management data of a UNIX management file is registered is updated, an update item determination process of determining the update item is performed. An update control program for causing a computer to execute an update starting process for outputting an identifier to an update processing unit and updating one or more UNIX management files corresponding to the identifier is recorded. .

【0012】請求項5記載の媒体は、更新起動処理部か
ら識別子が出力された場合に該識別子に対応した作業手
順を作業手順ファイルから読み出す手順参照処理と、読
み出した作業手順に従いリレーショナルデータベースに
登録された所定の登録表を読み込む登録表参照処理と、
読み込んだ登録表に基づいて作業手順が指示する1乃至
複数の所定のUNIX管理ファイルを更新する更新処理
とをコンピュータに実行させるための更新制御プログラ
ムを記録した、という構成を採っている。
According to a fifth aspect of the present invention, when an identifier is output from the update start processing unit, a work procedure corresponding to the identifier is read from a work procedure file, and registered in a relational database according to the read work procedure. Registration table reference processing for reading the registered registration table,
An update control program for causing a computer to execute an update process for updating one or more predetermined UNIX management files specified by the work procedure based on the read registration table is recorded.

【0013】請求項6記載の媒体は、更新起動処理部が
出力する識別子と対応した複数の識別子データを記録す
ると共に、UNIX管理ファイルを更新するときに参照
すべきリレーショナルデータベースの所定の登録表と更
新すべき1乃至複数の所定のUNIX管理ファイルとに
関する情報を含む作業手順データを各識別子データ毎に
対応づけて記録した、という構成を採っている。これに
より、前述した目的を達成しようとするものである。
According to a sixth aspect of the present invention, in the medium, a plurality of identifier data corresponding to the identifier output by the update start processing unit are recorded, and a predetermined registration table of a relational database to be referred to when updating the UNIX management file is stored. The configuration is such that work procedure data including information relating to one or more predetermined UNIX management files to be updated is recorded in association with each identifier data. This aims to achieve the above-mentioned object.

【0014】[0014]

【発明の実施の形態】以下、本発明の一実施形態を、図
1乃至図6に基づいて説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to FIGS.

【0015】図1は、UNIX管理ファイル更新システ
ムの構成を示すブロック図であり、UNIX管理ファイ
ルに含まれる管理データを登録した登録表22,23,
24,…を有するリレーショナルデータベース2(以
下、適宜RDB2と略述する)と、このリレーショナル
データベース2にアクセスし登録表22,23,24,
…の管理データを更新可能な複数のユーザインタフェー
ス3,3,…と、登録表22,23,24,…の管理デ
ータが更新された場合に該更新項目に応じた識別子Sを
出力する更新起動処理部とを備えている。本実施形態に
おいて、更新起動処理部はリレーショナルデータベース
マネジメントシステム21(以下、RDBMS21と略
述する)に含まれている。また、識別子S毎に対応して
参照すべき登録表22,23,24,…及び更新すべき
1乃至複数のUNIX管理ファイル13,14,15,
…を記述した作業手順ファイル12と、更新起動処理部
から識別子Sが出力された場合に該識別子Sと対応する
作業手順を作業手順ファイル12から読み出し該作業手
順に従い所定の登録表22,23,24,…を参照して
所定のUNIX管理ファイル13,14,15,…を更
新する更新処理部11とを備えている。
FIG. 1 is a block diagram showing the configuration of a UNIX management file update system. The registration tables 22 and 23 register management data contained in the UNIX management file.
, And a relational database 2 (hereinafter abbreviated as RDB2 as appropriate) having access to the relational database 2 and registration tables 22, 23, 24,
, And a plurality of user interfaces 3, 3,... Capable of updating the management data, and an update activation for outputting an identifier S corresponding to the update item when the management data of the registration tables 22, 23, 24,. And a processing unit. In the present embodiment, the update activation processing unit is included in a relational database management system 21 (hereinafter, abbreviated as RDBMS 21). The registration tables 22, 23, 24,... To be referred to for each identifier S, and one or more UNIX management files 13, 14, 15,.
.. And an operation procedure corresponding to the identifier S when the identifier S is output from the update start-up processing unit, are read from the operation procedure file 12 and predetermined registration tables 22, 23, , And an update processing unit 11 that updates predetermined UNIX management files 13, 14, 15,.

【0016】これを更に詳述すると、本実施形態におい
て、上記システムは、UNIXサーバ1として機能する
コンピュータと、RDB2を機能させるコンピュータ
と、ユーザインタフェース3を備えた複数のコンピュー
タとをネットワーク4に接続して成る。
More specifically, in the present embodiment, the system connects a computer functioning as a UNIX server 1, a computer functioning an RDB 2, and a plurality of computers having a user interface 3 to a network 4. Consisting of

【0017】従って、上記システムの構成を各コンピュ
ータ毎に見ると、RDB2として機能するコンピュータ
は、UNIX管理ファイルに含まれる管理データを登録
した登録表22,23,24,…を備え外部のユーザイ
ンタフェース3,3,…から該登録表22,23,2
4,…の管理データの更新を受付けるリレーショナルデ
ータベース2と、登録表22,23,24,…の管理デ
ータが更新された場合に該更新項目に応じた識別子Sを
出力して更新処理部11に識別子Sに対応した所定のU
NIX管理ファイル13,14,15,…を更新させる
更新起動処理部とを備えている。RDB2に含まれるR
DBMS21は、ORACLE(商標)等の一般的なも
のであり、更新起動処理部はSQL等によって記述され
た更新制御プログラムによって実現される。この場合、
この更新制御プログラムは、登録表22,23,24,
…が更新された場合に当該更新項目を判定する更新項目
判定処理と、判定した更新項目に応じた識別子Sを更新
処理部11に出力して当該識別子Sに応じた1乃至複数
のUNIX管理ファイルの更新を行わせる更新起動処理
とをコンピュータに実行させるためのプログラムを記録
した媒体から読み出されたものであってもよい。
Accordingly, looking at the configuration of the system for each computer, the computer functioning as the RDB 2 has registration tables 22, 23, 24,... In which management data contained in the UNIX management file is registered. From 3, 3, ..., the registration tables 22, 23, 2
, And when the management data of the registration tables 22, 23, 24,... Are updated, the identifier S corresponding to the update item is output to the update processing unit 11. A predetermined U corresponding to the identifier S
And an update start processing unit for updating the NIX management files 13, 14, 15,... R included in RDB2
The DBMS 21 is a general one such as ORACLE (trademark), and the update start processing unit is realized by an update control program described in SQL or the like. in this case,
This update control program includes registration tables 22, 23, 24,
.. Are updated, an update item determination process for determining the update item, and an identifier S corresponding to the determined update item is output to the update processing unit 11 and one or more UNIX management files corresponding to the identifier S May be read from a medium recording a program for causing a computer to execute the update activation process for performing the update.

【0018】本実施形態では、登録表として、サービス
登録表22と、グループ登録表23と、ユーザ登録表2
4が記憶媒体上に準備されているものとする。図2
(a)はサービス登録表22の構成図であり、サービス
名ごとにポート番号とinetd起動プログラム名が登
録されている。図2(b)は、グループ登録表23の構
成図であり、所属グループごとにグループID及び付加
的な説明(コメント)が登録されている。図2(c)は
ユーザ登録表24の構成図であり、ログイン名ごとに氏
名,ユーザID,所属グループが登録されている。ここ
で、ユーザ登録表24の所属グループの項目と、グルー
プ登録表23の所属グループの項目とはリンクされてい
る。また、RDB2には他の管理データを含む登録表も
予め準備されているものとする(図示略)。
In this embodiment, the service registration table 22, the group registration table 23, and the user registration table 2
4 is prepared on a storage medium. FIG.
(A) is a configuration diagram of the service registration table 22, in which a port number and an inetd startup program name are registered for each service name. FIG. 2B is a configuration diagram of the group registration table 23, in which a group ID and an additional description (comment) are registered for each belonging group. FIG. 2C is a configuration diagram of the user registration table 24, in which a name, a user ID, and a belonging group are registered for each login name. Here, the item of the belonging group in the user registration table 24 and the item of the belonging group in the group registration table 23 are linked. It is also assumed that a registration table including other management data is prepared in the RDB 2 in advance (not shown).

【0019】一方、UNIXサーバ1として機能するコ
ンピュータは、OSとしてUNIXを採用したワークス
テーションであり、リレーショナルデータベース2の登
録表22,23,24,…が更新された場合に該更新項
目に応じてUNIX管理ファイル13,14,15,…
を更新するファイル更新機能を備えている。このため、
識別子Sに示された更新項目に応じて参照すべき登録表
22,23,24,…及び更新すべき1乃至複数のUN
IX管理ファイル13,14,15,…を記述した作業
手順ファイル12と、この作業手順ファイル12から更
新項目に対応した作業手順を読み出す手順参照処理部と
を備えている。図1において、手順参照処理部は更新処
理部11に含まれている。また、読み出した作業手順に
指示された登録表22,23,24,…を読み込む登録
表参照処理部と、作業手順に指示された1乃至複数のU
NIX管理ファイル13,14,15,…を登録表参照
処理部によって読み込まれた登録表22,23,24,
…の管理データに基づいて更新する更新実行部とを備え
ている。ここで、登録表参照処理部及び更新実行部も更
新処理部11に含まれている。更新処理部11は、従来
のスーパユーザと同じレベルの権原をもって動作するよ
うになっている。
On the other hand, the computer functioning as the UNIX server 1 is a workstation employing UNIX as the OS. When the registration tables 22, 23, 24,... UNIX management files 13, 14, 15, ...
It has a file update function for updating. For this reason,
The registration tables 22, 23, 24,... To be referred to in accordance with the update item indicated by the identifier S, and one or more UNs to be updated
IX management files 13, 14, 15,... Are described, and a procedure reference processing unit for reading a work procedure corresponding to an update item from the work procedure file 12. In FIG. 1, the procedure reference processing unit is included in the update processing unit 11. Also, a registration table reference processing unit that reads the registration tables 22, 23, 24,... Instructed in the read work procedure, and one or a plurality of U
., The NIX management files 13, 14, 15,... Are read by the registration table reference processing unit.
And an update execution unit for updating based on the management data of. Here, the registration table reference processing unit and the update execution unit are also included in the update processing unit 11. The update processing unit 11 operates with the same level of authority as a conventional super user.

【0020】本実施形態において、更新処理部11は、
図示しないCPUがC言語等で記述された更新制御プロ
グラムを実行することによって実現される。その更新制
御プログラムは、更新起動処理部から識別子Sが出力さ
れた場合に該識別子Sに対応した作業手順を作業手順フ
ァイル12から読み出す手順参照処理と、読み出した作
業手順に従いリレーショナルデータベース2に登録され
た所定の登録表を読み込む登録表参照処理と、読み込ん
だ管理データに基づいて作業手順が指示する1乃至複数
の所定のUNIX管理ファイル13,14,15,…を
更新する更新処理とをコンピュータに実行させるための
プログラムを記録した媒体から読み出されたものであっ
てもよい。
In this embodiment, the update processing unit 11
This is realized by a CPU (not shown) executing an update control program described in C language or the like. The update control program is, when the identifier S is output from the update activation processing unit, a procedure reference process for reading the work procedure corresponding to the identifier S from the work procedure file 12, and is registered in the relational database 2 according to the read work procedure. The registration table reference processing for reading the predetermined registration table and the update processing for updating one or more predetermined UNIX management files 13, 14, 15,... Designated by the work procedure based on the read management data are performed by the computer. The program may be a program read from a medium on which a program to be executed is recorded.

【0021】また、作業手順ファイル12は、所定の記
憶領域に設けられている。図3は作業手順ファイルの模
式的な構成図であり、各識別子データ12aに対応して
参照すべき登録表データ12bと、更新すべきUNIX
管理ファイルのパスデータ12cと、更新処理に必要な
他の必要なデータ12dとが登録されている。ここで、
作業手順ファイル12は、識別子Sと対応する複数の識
別子データ12aを記録すると共に、UNIX管理ファ
イルを更新するときに参照すべき登録表12bと更新す
べき1乃至複数の所定のUNIX管理ファイル12cと
に関する情報を含む作業手順データを各識別子データ1
2a毎に対応づけて記録したコンピュータ読み取り可能
な媒体から読み出されたものであってもよい。
The work procedure file 12 is provided in a predetermined storage area. FIG. 3 is a schematic configuration diagram of a work procedure file. The registration table data 12b to be referred to corresponding to each identifier data 12a and the UNIX to be updated
The path data 12c of the management file and other necessary data 12d required for the update processing are registered. here,
The work procedure file 12 records a plurality of pieces of identifier data 12a corresponding to the identifier S, a registration table 12b to be referred to when updating the UNIX management file, and one or more predetermined UNIX management files 12c to be updated. Work procedure data including information on each identifier data 1
The data may be read from a computer-readable medium recorded in association with each 2a.

【0022】また、UNIX管理ファイルとしては、従
来一般的なものがすべて含まれ、従来例として例示した
/etc/passwdファイル13、/etc/se
rvicesファイル14や/etc/inetd.c
onfファイル15も含まれている。
The UNIX management file includes all conventional general files, such as the / etc / passwd file 13 and / etc / passwd file 13 illustrated as conventional examples.
services file 14 or / etc / inetd. c
An onf file 15 is also included.

【0023】本実施形態において、ユーザインタフェー
ス3は、WWW(ワールド・ワイド・ウェブ)のブラウ
ザであり、スーパユーザの権原を持たないユーザであっ
ても使用することができるようになっている。このブラ
ウザからURLを指定することによってRDBMS21
にアクセスし登録表22,23,24,…の項目を参照
できるようになっている。ここで、RDBMS21に出
力を要求する項目は、URL毎のHTMLファイルにお
いて指定されており、各URL毎の認証によってアクセ
スできるユーザが個別に制限されている。ここでの制限
は、従来のスーパユーザ権原よりも緩和された柔軟な制
限を設定することが可能である。
In the present embodiment, the user interface 3 is a WWW (World Wide Web) browser, and can be used even by a user who does not have the authority of a super user. By specifying the URL from this browser, the RDBMS 21
, And can refer to the items of the registration tables 22, 23, 24,. Here, the item for which the RDBMS 21 is requested to output is specified in the HTML file for each URL, and the users who can access by the authentication for each URL are individually restricted. As the restriction here, it is possible to set a flexible restriction that is more relaxed than the conventional super user title.

【0024】ネットワーク4は、インターネット、社内
LAN、イントラネット等を採用することができる。
The network 4 can adopt the Internet, an in-house LAN, an intranet, or the like.

【0025】次に、本実施形態の動作を説明する。Next, the operation of this embodiment will be described.

【0026】ユーザは、更新したい項目の編集を行うこ
とが可能な所定のURLを選択し、ユーザインタフェー
ス3に入力する。これにより、指定したURLに対応す
るHTMLが起動し、RDBMS21に接続した後、所
定の登録表22,23,24,…の一部,全部又は複数
の登録表の一部を組合せた表がユーザの端末に表示さ
れ、編集可能となる。ユーザは、目的の項目を追加、修
正又は削除した後、RDBMS21に対し更新を命令す
る。ユーザインタフェース3から更新の命令を受けたR
DBMS21は、変更された項目を含む登録表22,2
3,24,…のすべてを更新する。例えば、ユーザがユ
ーザ登録表24を呼び出し「所属グループ」の更新を行
った場合、ユーザ登録表24の更新に加え、これにリン
クされたグループ登録表23の「所属グループ」も一緒
に更新される。以上は、RDBMSの従来一般的な機能
によって提供される。また、RDBMS21が、この登
録表の更新を受付けることにより、RDBMS21内の
更新起動処理部が起動する。
The user selects a predetermined URL from which an item to be updated can be edited and inputs the URL to the user interface 3. As a result, the HTML corresponding to the specified URL is activated, and after connecting to the RDBMS 21, a part of predetermined registration tables 22, 23, 24,... Will be displayed on the terminal and will be editable. The user instructs the RDBMS 21 to update after adding, modifying or deleting the target item. R receiving an update command from the user interface 3
The DBMS 21 registers the registration tables 22 and 2 including the changed items.
Update all of 3, 24,. For example, when the user calls the user registration table 24 and updates the "affiliation group", in addition to the update of the user registration table 24, the "affiliation group" of the group registration table 23 linked thereto is also updated. . The above is provided by the conventional general functions of the RDBMS. When the RDBMS 21 receives the update of the registration table, the update start processing unit in the RDBMS 21 starts.

【0027】図4は、更新起動処理部の動作を示すフロ
ーチャートである。起動した更新起動処理部は、まず、
更新された項目を判定する(S1)。本実施形態では、
更新された登録表を判定することによって更新項目の判
定を行っている。続いて、更新起動処理部は、更新項目
に対応する識別子Sを更新処理部11に出力する。本実
施形態では、更新された登録表の種類に応じて異なる識
別子Sを出力する。
FIG. 4 is a flowchart showing the operation of the update start processing unit. The activated update activation processing unit first activates
The updated item is determined (S1). In this embodiment,
The update item is determined by determining the updated registration table. Subsequently, the update activation processing unit outputs the identifier S corresponding to the update item to the update processing unit 11. In the present embodiment, a different identifier S is output according to the type of the updated registration table.

【0028】こうして、更新起動処理部から識別子Sが
出力されると、更新処理部11が起動する。図5は、更
新処理部11の動作を示すフローチャートである。更新
処理部11は、作業手順ファイル12を参照し、更新起
動処理部から受け取った識別子Sに対応づけて登録され
ている、参照すべき登録表12bと、更新すべきUNI
X管理ファイルのパス12cと、その他の更新に必要な
情報を読み出す(S11)。
When the identifier S is output from the update start processing unit, the update processing unit 11 starts. FIG. 5 is a flowchart illustrating the operation of the update processing unit 11. The update processing unit 11 refers to the work procedure file 12 and registers a reference table 12b to be referenced and a UNI to be updated, which are registered in association with the identifier S received from the update start processing unit.
The path 12c of the X management file and other information necessary for updating are read (S11).

【0029】以下、具体的な例に沿って説明する。ユー
ザがユーザインタフェース3からユーザ登録表24の更
新を実行し、このとき、RDBMS21内の更新起動処
理部から識別子Sとして「1」が出力されたとする。以
下、この識別子「1」を受けた更新処理部11が/et
c/passwdファイルを更新する動作を説明する。
この識別子「1」を受け取った更新処理部11は、作業
手順ファイル12を参照し、識別子「1」に対応づけら
れた、参照すべき登録表12bとして「ユーザ登録
表」,「グループ登録表」等の情報を得る。また、更新
すべきUNIX管理ファイル12cとして、「/etc
/passwd」を得る。また、参照手順等の他の必要
な情報12dを得る(S11)。
Hereinafter, a description will be given along a specific example. It is assumed that the user updates the user registration table 24 from the user interface 3, and at this time, “1” is output as the identifier S from the update activation processing unit in the RDBMS 21. Hereinafter, the update processing unit 11 receiving this identifier "1"
The operation of updating the c / passwd file will be described.
The update processing unit 11 that has received the identifier “1” refers to the work procedure file 12 and refers to the “user registration table” and “group registration table” as the registration tables 12b to be referred to and associated with the identifier “1”. And other information. Also, as the UNIX management file 12c to be updated, "/ etc
/ Passwd ". Further, other necessary information 12d such as a reference procedure is obtained (S11).

【0030】続いて、/etc/passwdファイル
をロックし、他者によるリード・ライトを禁止する(S
12)。その後、RDBMS21との間で認証を行い、
RDBMS21との接続を確立する(S13)。
Subsequently, the / etc / passwd file is locked and read / write by others is prohibited (S
12). After that, authentication is performed with the RDBMS 21,
A connection with the RDBMS 21 is established (S13).

【0031】ここで、認証の方法は種々考えられる。R
DBMS21が更新処理部11の認証を受ける場合、更
新処理部11は、RDBMS21に予め登録された認証
コード、RDBMS21を含む接続元コンピュータの端
末ID、又は接続してきたRDBMS21の通信データ
に含まれるネットワークアドレス等に基づいてRDBM
Sの認証を行ってもよい。また、RDBMS21に通常
装備されている認証機能を利用し、更新処理部11がR
DBMS21の認証を受けるようにしてもよい。
Here, various authentication methods are conceivable. R
When the DBMS 21 is authenticated by the update processing unit 11, the update processing unit 11 transmits the authentication code registered in the RDBMS 21 in advance, the terminal ID of the connection source computer including the RDBMS 21, or the network address included in the communication data of the connected RDBMS 21. RDBM based on etc.
The authentication of S may be performed. The update processing unit 11 uses the authentication function normally provided in the RDBMS 21 and
The authentication of the DBMS 21 may be received.

【0032】認証を完了しRDBMS21との接続を確
立した更新処理部11は、参照手順に従い、まず更新さ
れたユーザ登録表24から総ての管理データを読み出す
(S14)。続いて、今読み出したユーザ登録表24の
「所属グループ」の項目をキーとし、更新されたグルー
プ登録表23を検索してデータを読み出す(S15)。
そして、先ほど読み出したユーザ登録表24のユーザI
Dと、今読み出したグループ登録表23のグループID
とのデータ組みを作る(S16)。続いて、更新処理部
11は、/etc/passwdファイルを構成するの
に必要な他の管理データを他の登録表(図示略)から検
索し読み出す。このとき、例えばユーザIDをキーとし
て検索を行う(S17)。こうして、/etc/pas
swdファイルの生成に必要な管理データを取得した
後、/etc/passwdファイルを更新する(S1
8)。そして、/etc/passwdファイルのロッ
クを解除し(S19)、処理を終了する。
The update processing unit 11, which has completed the authentication and established the connection with the RDBMS 21, first reads all the management data from the updated user registration table 24 according to the reference procedure (S14). Subsequently, the updated group registration table 23 is searched using the item of “affiliation group” of the user registration table 24 that has just been read as a key, and data is read (S15).
Then, the user I in the user registration table 24 read out earlier
D and the group ID of the group registration table 23 just read
(S16). Subsequently, the update processing unit 11 searches and reads other management data necessary for forming the / etc / passwd file from another registration table (not shown). At this time, for example, a search is performed using the user ID as a key (S17). Thus, / etc / pas
After acquiring the management data necessary for generating the swd file, the / etc / passwd file is updated (S1).
8). Then, the lock of the / etc / passwd file is released (S19), and the process ends.

【0033】次に、他の動作例を図6に基づいて説明す
る。ユーザがサービス登録表22を更新した場合にRD
BMS21内の更新起動処理部から識別子「2」が出力
されるとする。更新処理部11は、作業手順ファイル1
2を参照し、識別子「2」に対応する、参照すべき登録
表12bとして「サービス登録表」を得る。また、更新
すべきUNIX管理ファイル12cとして「/etc/
services」「/etc/inetd.con
f」等を得る。また、作業手順など他の必要な情報12
dを得る。そして、前述と同様にRDBMS21との接
続を確立し、サービス登録表22の管理データをすべて
読み出す。そして、指示された作業手順に基づき、図6
に示すように、「サービス名」及び「ポート番号」の項
目に基づいて/etc/servicesファイルを更
新し、同時に、「サービス名」及び「inetd起動プ
ログラム」の項目に基づいて/etc/inetd.c
onfファイルも更新することが可能となる。
Next, another operation example will be described with reference to FIG. RD when the user updates the service registration table 22
It is assumed that the update start processing unit in the BMS 21 outputs the identifier “2”. The update processing unit 11 stores the work procedure file 1
2, the “service registration table” corresponding to the identifier “2” is obtained as the registration table 12b to be referred. Also, “/ etc /
services "" /etc/inetd.con
f ”and the like. In addition, other necessary information 12 such as work procedure
Obtain d. Then, a connection with the RDBMS 21 is established in the same manner as described above, and all the management data in the service registration table 22 is read. Then, based on the instructed work procedure, FIG.
, The / etc / services file is updated based on the items of “service name” and “port number”, and at the same time, based on the items of “service name” and “inetd start program”, the / etc / inetd. c
The onf file can also be updated.

【0034】次に、本実施形態の拡張例を図7に示す。
この図7に示すように、複数のRDBMSと複数のUN
IXサーバとをネットワークを介して任意に接続可能と
し、例えばユーザ登録は人事部門で管理し、各UNIX
サーバのホスト登録は電算機管理部門で管理するといっ
た運用形態も可能である。
Next, FIG. 7 shows an extended example of this embodiment.
As shown in FIG. 7, a plurality of RDBMSs and a plurality of UNs
IX server can be arbitrarily connected via a network. For example, user registration is managed by the human resources department, and each UNIX
An operation form in which server host registration is managed by the computer management section is also possible.

【0035】このように、本実施形態によれば、一般ユ
ーザがRDBMSの登録表に対してUNIX管理ファイ
ルのデータを更新することができ、この登録表への更新
によってスーパユーザ権限の更新処理部が起動し、登録
表への更新の内容を1乃至複数のUNIX管理ファイル
に反映させる。このため、スーパユーザのファイル保守
の負担を軽減することができ、また、既存のOSに何等
変更を加えることなく本システムを実現することができ
る。
As described above, according to the present embodiment, a general user can update the data of the UNIX management file with respect to the registration table of the RDBMS, and the superuser authority update processing unit is updated by updating the registration table. Is started, and the contents of the update to the registration table are reflected in one or more UNIX management files. For this reason, the burden of file maintenance on the super user can be reduced, and the present system can be realized without making any changes to the existing OS.

【0036】更に、専用のユーザインタフェースを介し
て更新項目を入力することが可能となるので、従来のよ
うにテキストエディタを用いて直接ファイルに手を加え
る必要がなく、ファイルの形式を崩してOSがブートで
きなくなるといった不都合を防止することができ、ファ
イル保守の安全性を確保することができる。特に、RD
BMSの一般的機能により入力項目をチェックして入力
形式(文字種、字数など)を制限することができるの
で、専門知識を有しない一般ユーザであっても安全かつ
容易に管理データの更新を行うことができる。
Further, since it becomes possible to input the update items via a dedicated user interface, it is not necessary to directly modify the file using a text editor as in the conventional case, and the file format is broken and the OS Can be prevented from being unable to boot, and the security of file maintenance can be ensured. In particular, RD
The input items (character type, number of characters, etc.) can be restricted by checking the input items by the general function of BMS, so that even general users without expertise can safely and easily update the management data. Can be.

【0037】また、RDBMSの一般的機能を利用し、
ネットワークを経由して多数の一般ユーザが各々のユー
ザインタフェースから管理データを更新することが可能
であると共に、RDBMSの認証機能により、接続して
きたユーザ毎に更新可能な管理データを制限することが
可能である。具体的には、各ユーザに対して、読み出
し、変更、削除等の権限を自由に設定することができ
る。このため、UNIXのファイル管理システムへの順
応性が高く、より柔軟なファイル操作権限を与えつつ安
全性の高いUNIX管理データの更新システムを実現す
ることができる。
Further, utilizing the general functions of the RDBMS,
Many general users can update the management data from each user interface via the network, and the management data that can be updated for each connected user can be restricted by the authentication function of the RDBMS. It is. Specifically, the right to read, change, delete, and the like can be set freely for each user. For this reason, it is possible to realize a highly safe UNIX management data update system that has high adaptability to the UNIX file management system and provides more flexible file operation authority.

【0038】また、ユーザインタフェース,RDBMS
及び更新処理部はそれぞれ別々のプロセスであり、プロ
セス間通信手順によってデータや命令の受け渡しを行う
ことが可能であるところ、コンピュータやネットワーク
の物理的構成の制限を受けない分散管理システムの構成
を取ることが可能であり、事業形態に応じた最適な管理
システムを構築することが可能である。特に、RDBM
Sで管理される登録表には任意にコメント欄を設けるこ
とも可能なので、UNIX管理ファイルの形式としてコ
メント欄を持たない項目に対してもコメント文を付加し
て管理することが可能となり、また、ユーザID等のU
NIXの管理データと他の事務的な個人情報等を統合的
に管理することも可能である。
Further, a user interface, an RDBMS
And the update processing unit are separate processes, and can exchange data and instructions by an inter-process communication procedure, but take a configuration of a distributed management system which is not restricted by a physical configuration of a computer or a network. It is possible to construct an optimal management system according to the business form. In particular, RDBM
Since the registration table managed by S can have an optional comment column, it is possible to add and manage a comment sentence even to an item having no comment column as the format of the UNIX management file. , User ID, etc.
It is also possible to integrally manage the management data of NIX and other administrative personal information.

【0039】ここで、本発明は上記実施形態に限られな
い。UNIXサーバ1,RDB2及びユーザインタフェ
ース3は、必ずしも別々のコンピュータに装備する必要
はなく、一つのコンピュータにUNIXサーバ1,RD
B2,ユーザインタフェースとしての機能が任意の組合
せで含まれていてもよい。RDBMSに付属の登録表
は、オペレータが管理データを入力して作成したもので
もよいし、プログラム処理によってUNIX管理ファイ
ルを参照し自動生成されたものであってもよい。更新起
動処理部は、RDBMSから独立したプロセスであって
もよく、ユーザインタフェースによる登録表の更新を検
出し、更新項目に応じた識別子を出力するものであれば
よい。UNIX管理ファイルを更新する際の登録表の参
照処理は、上記実施形態のように登録表全体を参照する
ものの他、登録表の一部だけを読み込む参照処理であっ
てもよい。
Here, the present invention is not limited to the above embodiment. The UNIX server 1, RDB 2 and user interface 3 do not necessarily need to be provided on separate computers, and the UNIX server 1, RD
B2, functions as a user interface may be included in any combination. The registration table attached to the RDBMS may be created by inputting management data by an operator, or may be automatically generated by referring to a UNIX management file by program processing. The update activation processing unit may be a process independent of the RDBMS, and may be any unit that detects an update of the registration table by the user interface and outputs an identifier corresponding to the update item. The reference processing of the registration table at the time of updating the UNIX management file may be a reference processing of reading only a part of the registration table, instead of referring to the entire registration table as in the above embodiment.

【0040】[0040]

【発明の効果】本発明は、以上のように構成され機能す
るので、これによると、一般ユーザがRDBMSの登録
表に対してUNIX管理ファイルのデータを更新するこ
とができ、この登録表への更新によってスーパユーザ権
限の更新処理部が起動し、登録表への更新の内容を1乃
至複数のUNIX管理ファイルに反映させる。このた
め、スーパユーザのファイル保守の負担を軽減すること
ができ、また、既存のOSに何等変更を加えることなく
本システムを実現することができる。
The present invention is constructed and functions as described above. According to this, a general user can update the data of the UNIX management file with respect to the registration table of the RDBMS, and The update activates the superuser authority update processing unit, and reflects the contents of the update to the registration table in one or more UNIX management files. For this reason, the burden of file maintenance on the super user can be reduced, and the present system can be realized without making any changes to the existing OS.

【0041】更に、専用のユーザインタフェースを介し
て更新項目を入力することが可能となるので、従来のよ
うにテキストエディタを用いて直接ファイルに手を加え
る必要がなく、ファイルの形式を崩してOSがブートで
きなくなるといった不都合を防止することができ、ファ
イル保守の安全性を確保することができる。特に、RD
BMSの一般的機能により入力項目をチェックして入力
形式(文字種、字数など)を制限することができるの
で、専門知識を有しない一般ユーザであっても安全かつ
容易に管理データの更新を行うことができる。
Further, since it becomes possible to input the update items through a dedicated user interface, there is no need to directly modify the file using a text editor as in the conventional case, and the file format is broken and the OS Can be prevented from being unable to boot, and the security of file maintenance can be ensured. In particular, RD
The input items (character type, number of characters, etc.) can be restricted by checking the input items by the general function of BMS, so that even general users without expertise can safely and easily update the management data. Can be.

【0042】また、RDBMSの一般的機能を利用し、
ネットワークを経由して多数の一般ユーザが各々のユー
ザインタフェースから管理データを更新することが可能
であると共に、RDBMSの認証機能により、接続して
きたユーザ毎に更新可能な管理データを制限することが
可能である。具体的には、各ユーザに対して、読み出
し、変更、削除等の権限を自由に設定することができ
る。このため、UNIXのファイル管理システムへの順
応性が高く、より柔軟なファイル操作権限を与えつつ安
全性の高いUNIX管理データの更新システムを実現す
ることができる。
Further, utilizing the general functions of the RDBMS,
Many general users can update the management data from each user interface via the network, and the management data that can be updated for each connected user can be restricted by the authentication function of the RDBMS. It is. Specifically, the right to read, change, delete, and the like can be set freely for each user. For this reason, it is possible to realize a highly safe UNIX management data update system that has high adaptability to the UNIX file management system and provides more flexible file operation authority.

【0043】また、ユーザインタフェース,RDBMS
及び更新処理部はそれぞれ別々のプロセスであり、プロ
セス間通信手順によってデータや命令の受け渡しを行う
ことが可能であるところ、コンピュータやネットワーク
の物理的構成の制限を受けない分散管理システムの構成
を取ることが可能であり、事業形態に応じた最適な管理
システムを構築することが可能である。特に、RDBM
Sで管理される登録表には任意にコメント欄を設けるこ
とも可能なので、UNIX管理ファイルの形式としてコ
メント欄を持たない項目に対してもコメント文を付加し
て管理することが可能となり、また、ユーザID等のU
NIXの管理データと他の事務的な個人情報等を統合的
に管理することも可能である、という従来にない優れた
UNIX管理ファイル更新システム及びこのシステムを
構成するコンピュータ並びに更新制御プログラムを記録
したコンピュータ読み取り可能な媒体及びデータ記録媒
体を提供することができる。
Also, user interface, RDBMS
And the update processing unit are separate processes, and can exchange data and instructions by an inter-process communication procedure, but take a configuration of a distributed management system which is not restricted by a physical configuration of a computer or a network. It is possible to construct an optimal management system according to the business form. In particular, RDBM
Since the registration table managed by S can have an optional comment column, it is possible to add and manage a comment sentence even to an item having no comment column as the format of the UNIX management file. , User ID, etc.
An unprecedented UNIX management file update system capable of integrally managing NIX management data and other administrative personal information, etc., and a computer and update control program constituting the system. A computer readable medium and a data recording medium can be provided.

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

【図1】本発明に係るUNIX管理ファイル更新システ
ムの構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a UNIX management file update system according to the present invention.

【図2】図1のRDBMSが管理する登録表の例であっ
て、図2(a)はサービス登録表、図2(b)はグルー
プ登録表、図2(c)はユーザ登録表の構成を示す。
2 is an example of a registration table managed by the RDBMS of FIG. 1; FIG. 2 (a) is a service registration table, FIG. 2 (b) is a group registration table, and FIG. 2 (c) is a configuration of a user registration table; Is shown.

【図3】図1に示す作業手順ファイルの構成図である。FIG. 3 is a configuration diagram of a work procedure file shown in FIG. 1;

【図4】更新起動処理を示すフローチャートである。FIG. 4 is a flowchart illustrating an update activation process.

【図5】更新処理を示すフローチャートである。FIG. 5 is a flowchart showing an update process.

【図6】図1の実施形態の動作の一例を説明するための
説明図である。
FIG. 6 is an explanatory diagram for explaining an example of the operation of the embodiment in FIG. 1;

【図7】図1の実施形態の拡張例を示す構成図である。FIG. 7 is a configuration diagram illustrating an extended example of the embodiment of FIG. 1;

【図8】従来一般的なUNIX管理ファイルの例を示す
説明図であり、図8(a)は/etc/passwdフ
ァイルを示し、図8(b)は/etc/service
sファイルを示し、図8(c)は/etc/inet
d.confファイルを示す。
FIG. 8 is an explanatory diagram showing an example of a conventional general UNIX management file. FIG. 8A shows an / etc / passwd file, and FIG. 8B shows / etc / service.
s file, and FIG. 8C shows / etc / inet.
d. Indicates a conf file.

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

1 UNIXサーバ(コンピュータ) 2 リレーショナルデータベース(コンピュータ) 3 ユーザインタフェース 4 ネットワーク 11 スーパユーザ代理プログラム(更新処理部) 12 作業手順ファイル 13,14,15 UNIX管理ファイル 21 RDBMS(更新起動処理部) 22,23,24 登録表 S 更新項目識別子 N 認証 S1 更新項目判定処理 S2 更新起動処理 S11 手順参照処理部(手順参照処理) S14,S15,S16,S17 登録表参照処理部
(登録表参照処理) S18 更新実行部(更新処理)
REFERENCE SIGNS LIST 1 UNIX server (computer) 2 relational database (computer) 3 user interface 4 network 11 superuser proxy program (update processing unit) 12 work procedure file 13, 14, 15 UNIX management file 21 RDBMS (update start processing unit) 22, 23 , 24 registration table S update item identifier N authentication S1 update item determination process S2 update activation process S11 procedure reference processing unit (procedure reference process) S14, S15, S16, S17 registration table reference processing unit (registration table reference process) S18 Update execution Department (update process)

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 UNIX管理ファイルに含まれる管理デ
ータを登録した登録表を有するリレーショナルデータベ
ースと、このリレーショナルデータベースにアクセスし
前記登録表の管理データを更新可能なユーザインタフェ
ースと、前記登録表の管理データが更新された場合に該
更新項目に応じた識別子を出力する更新起動処理部と、
前記識別子毎に対応して参照すべき登録表及び更新すべ
き1乃至複数のUNIX管理ファイルを記述した作業手
順ファイルと、前記更新起動処理部から識別子が出力さ
れた場合に該識別子と対応する作業手順を前記作業手順
ファイルから読み出し該作業手順に従い所定の登録表を
参照して所定のUNIX管理ファイルを更新する更新処
理部とを備えたことを特徴とするUNIX管理ファイル
更新システム。
1. A relational database having a registration table in which management data included in a UNIX management file is registered, a user interface capable of accessing the relational database and updating the management data of the registration table, and a management data of the registration table An update activation processing unit that outputs an identifier corresponding to the update item when is updated,
A work procedure file describing a registration table to be referred to for each identifier and one or more UNIX management files to be updated, and a work corresponding to the identifier when the identifier is output from the update activation processing unit. An update processing unit that reads a procedure from the work procedure file and updates a predetermined UNIX management file with reference to a predetermined registration table in accordance with the work procedure.
【請求項2】 UNIX管理ファイルに含まれる管理デ
ータを登録した登録表を備え外部のユーザインタフェー
スから該登録表の管理データの更新を受付けるリレーシ
ョナルデータベースと、前記登録表の管理データが更新
された場合に該更新項目に応じた識別子を出力して更新
処理部に識別子に対応した所定のUNIX管理ファイル
を更新させる更新起動処理部とを備えたことを特徴とす
るコンピュータ。
2. A relational database having a registration table in which management data included in a UNIX management file is registered and receiving an update of the management data in the registration table from an external user interface, and when the management data in the registration table is updated And an update start processing unit that outputs an identifier corresponding to the update item and causes the update processing unit to update a predetermined UNIX management file corresponding to the identifier.
【請求項3】 UNIX管理ファイルの管理データを登
録したリレーショナルデータベースの登録表が更新され
た場合に該更新項目に応じてUNIX管理ファイルを更
新するファイル更新機能を備えたコンピュータであっ
て、 前記更新項目に応じて参照すべき前記リレーショナルデ
ータベースの登録表及び更新すべき1乃至複数のUNI
X管理ファイルとを記述した作業手順ファイルと、 この作業手順ファイルから前記更新項目に対応した作業
手順を読み出す手順参照処理部と、読み出した作業手順
に指示された前記リレーショナルデータベースの登録表
を読み込む登録表参照処理部と、前記作業手順に指示さ
れた1乃至複数のUNIX管理ファイルを前記登録表参
照処理部によって読み込まれた登録表の管理データに基
づいて更新する更新実行部とを備えたことを特徴とする
コンピュータ。
3. A computer having a file update function of updating a UNIX management file according to an update item when a registration table of a relational database in which management data of the UNIX management file is registered is updated. A registration table of the relational database to be referred to according to an item and one or more UNIs to be updated
A work procedure file describing an X management file, a procedure reference processing unit for reading a work procedure corresponding to the update item from the work procedure file, and a registration for reading a registration table of the relational database instructed by the read work procedure A table reference processing unit; and an update execution unit configured to update one or a plurality of UNIX management files specified in the work procedure based on management data of the registration table read by the registration table reference processing unit. Features computer.
【請求項4】 UNIX管理ファイルの管理データを登
録したリレーショナルデータベースの登録表が更新され
た場合に当該更新項目を判定する更新項目判定処理と、
判定した更新項目に応じた識別子を更新処理部に出力し
て当該識別子に応じた1乃至複数のUNIX管理ファイ
ルの更新を行わせる更新起動処理とをコンピュータに実
行させるための更新制御プログラムを記録したコンピュ
ータ読み取り可能な媒体。
4. An update item determination process for determining an update item when a registration table of a relational database in which management data of a UNIX management file is registered is updated,
An update control program for causing a computer to execute an update start process for outputting an identifier corresponding to the determined update item to the update processing unit and updating one or more UNIX management files corresponding to the identifier is recorded. Computer readable medium.
【請求項5】 更新起動処理部から識別子が出力された
場合に該識別子に対応した作業手順を作業手順ファイル
から読み出す手順参照処理と、読み出した作業手順に従
いリレーショナルデータベースに登録された所定の登録
表を読み込む登録表参照処理と、読み込んだ登録表に基
づいて前記作業手順が指示する1乃至複数の所定のUN
IX管理ファイルを更新する更新処理とをコンピュータ
に実行させるための更新制御プログラムを記録したコン
ピュータ読み取り可能な媒体。
5. A procedure reference process for reading a work procedure corresponding to an identifier from a work procedure file when an identifier is output from an update activation processing unit, and a predetermined registration table registered in a relational database according to the read work procedure. And a plurality of predetermined UNs specified by the work procedure based on the read registration table.
A computer-readable medium recording an update control program for causing a computer to execute an update process for updating an IX management file.
【請求項6】 更新起動処理部が出力する識別子と対応
した複数の識別子データを記録すると共に、UNIX管
理ファイルを更新するときに参照すべきリレーショナル
データベースの所定の登録表と更新すべき1乃至複数の
所定のUNIX管理ファイルとに関する情報を含む作業
手順データを前記各識別子データ毎に対応づけて記録し
たコンピュータ読み取り可能なデータ記録媒体。
6. A plurality of identifier data corresponding to identifiers output by the update activation processing unit, and a predetermined registration table of a relational database to be referred to when updating a UNIX management file, and one or more to be updated. A computer-readable data recording medium which records operation procedure data including information on a predetermined UNIX management file in association with each of the identifier data.
JP10158574A 1998-05-22 1998-05-22 Unix management file update system, computer constituting the system, computer readable medium recorded with update control program, and data recording medium Withdrawn JPH11338822A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10158574A JPH11338822A (en) 1998-05-22 1998-05-22 Unix management file update system, computer constituting the system, computer readable medium recorded with update control program, and data recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10158574A JPH11338822A (en) 1998-05-22 1998-05-22 Unix management file update system, computer constituting the system, computer readable medium recorded with update control program, and data recording medium

Publications (1)

Publication Number Publication Date
JPH11338822A true JPH11338822A (en) 1999-12-10

Family

ID=15674672

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10158574A Withdrawn JPH11338822A (en) 1998-05-22 1998-05-22 Unix management file update system, computer constituting the system, computer readable medium recorded with update control program, and data recording medium

Country Status (1)

Country Link
JP (1) JPH11338822A (en)

Similar Documents

Publication Publication Date Title
US11216422B2 (en) Universal data management interface
US6633872B2 (en) Extendible access control for lightweight directory access protocol
Goland et al. HTTP Extensions for Distributed Authoring--WEBDAV
US6564370B1 (en) Attribute signature schema and method of use in a directory service
US8214394B2 (en) Propagating user identities in a secure federated search system
US8117230B2 (en) Interfaces and methods for group policy management
US7440962B1 (en) Method and system for management of access information
US6970873B2 (en) Configurable mechanism and abstract API model for directory operations
US6973463B2 (en) Replication architecture for a directory server
US20130311459A1 (en) Link analysis for enterprise environment
JP2002207739A (en) Document management system
JP2001167086A (en) Document management method with document and document management device
Weltman et al. LDAP Programming with Java
Goland et al. RFC2518: HTTP Extensions for Distributed Authoring--WEBDAV
Butcher Mastering OpenLDAP: Configuring, Securing, and Integrating Directory Services
Butcher Mastering OpenLDAP
Cisco Using aregcmd Commands
Cisco Using the aregcmd Commands
JPH11338822A (en) Unix management file update system, computer constituting the system, computer readable medium recorded with update control program, and data recording medium
JP2001092782A (en) Information network
US20030093440A1 (en) Replica update vectors
JPH096662A (en) Device and method for transferring file
Cooper SPM: System for Password Management.
Bollu et al. Oracle Internet Directory Application Developer’s Guide, 10g (9.0. 4) Part No. B10461-01 Copyright© 1999, 2003 Oracle Corporation. All rights reserved. Primary Author: Richard Smith Contributing Author: Jennifer Polk
Faizi et al. HTTP Extensions for Distributed Authoring--WEBDAV

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20050802