JP2004272687A - Information processor and information processing method - Google Patents

Information processor and information processing method Download PDF

Info

Publication number
JP2004272687A
JP2004272687A JP2003063809A JP2003063809A JP2004272687A JP 2004272687 A JP2004272687 A JP 2004272687A JP 2003063809 A JP2003063809 A JP 2003063809A JP 2003063809 A JP2003063809 A JP 2003063809A JP 2004272687 A JP2004272687 A JP 2004272687A
Authority
JP
Japan
Prior art keywords
information
management
user information
item
acquired
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
JP2003063809A
Other languages
Japanese (ja)
Inventor
Yoko Otani
葉子 大谷
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.)
Ricoh Co Ltd
Original Assignee
Ricoh 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2003063809A priority Critical patent/JP2004272687A/en
Publication of JP2004272687A publication Critical patent/JP2004272687A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an information processor for acquiring and managing user information from an information management server such as an LDAP server, and to provide a method for customizing the corresponding relation of the acquisition items of the user information acquired from the information management server and the management items of the user information managed by the information processor. <P>SOLUTION: This information processor is provided with an information acquiring means for acquiring user information from an information management server for managing user information and an information managing means for managing the user information acquired by the information acquiring means. This information processor is also provided with a customizing means for customizing the corresponding relation of the acquisition items of the user information acquired by the information acquiring means and the management items of the user information managed by the information managing means based on an image acquired from an entry sheet where the corresponding relation of the acquisition items and the management items is entered. <P>COPYRIGHT: (C)2004,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は、その主たる機能として情報処理機能を備える情報機器、その従たる機能として情報処理機能を備える電気機器等の、情報処理機能を備える情報処理装置及び情報処理方法に関する。
【0002】
【従来の技術】
近年、様々な電気機器が情報処理機能を備えるようになった。例えば、ユーザが入力したアドレス帳等の情報を管理する携帯電話機や、ユーザが入力したチャンネル設定等の情報を管理する衛星放送受信機や、インターネットを介して取得したレシピ等の情報を管理する電子レンジ等が挙げられる。このような情報処理機能を実現するため、電気機器は演算装置や記憶装置や通信装置等を備えることになる。これはすなわち、電気機器の情報機器化であると言える。
【0003】
【発明が解決しようとする課題】
情報機器や電気機器の機能の中には「ユーザ情報」が必要となる機能が存在する。例えば、携帯電話機がメーラや電話として機能する場合、メールアドレスや電話番号のような「ユーザ情報」が必要となる。情報機器や電気機器には、これらのユーザ情報を管理する機能が用意されていることがあるのだが、情報機器や電気機器にさらに、これらのユーザ情報を「情報管理サーバ」から取得する機能が用意されていると便利である。このような「情報管理サーバ」としては、社員情報、顧客情報、住民情報等の管理に利用されているLDAP(Lightweight Directory Access Protocol)サーバ等が挙げられる。
【0004】
LDAPサーバでは、人間や組織は「オブジェクト」として観念される。個々のオブジェクトに関する情報は、個々のオブジェクトの「エントリ」により格納される。エントリには、オブジェクトの種類に関する情報である「オブジェクトクラス」や、オブジェクトの性質に関する情報である「属性」等が格納される。属性は、c(国)o(組織)ou(組織内単位)cn(姓名)sn(姓)givenName(名)telephoneNumber(電話番号)mail(メールアドレス)等の「属性型」と、c:日本、o:リコー、ou:研究開発部、cn:鈴木太郎、sn:鈴木、givenName:太郎等の「属性値」により構成される。各エントリはオブジェクトクラスにより階層化されているため、各エントリの識別名(DN)は、各エントリの1の属性(識別属性)に由来する各エントリの相対識別名(RDN)を階層順に並べて構成される。
【0005】
LDAPクライアントとLDAPサーバの間では、様々な「要求」と「応答」が繰り返される。LDAPでは、結合(bind)や結合解放(unbind)等の認証系操作や、検索(search)や比較(compare)等の問合せ系操作や、追加(add)や削除(delete)や変更(modify)等の更新系操作が用意されている。例えば、LDAPクライアントからLDAPサーバに「検索操作」が要求されると、LDAPサーバからLDAPクライアントに「検索結果」が応答される。
【0006】
ところで、情報機器や電気機器がユーザ情報をLDAPサーバから取得する場合、LDAPサーバから取得されるユーザ情報の取得項目と、情報機器や電気機器に管理されるユーザ情報の管理項目とを対応させる必要がある。LDAPサーバに管理されているユーザ情報の管理項目(エントリに格納されている属性)と、情報機器や電気機器に管理されるユーザ情報の管理項目とが同じとは限らないからである。例えば、LDAPサーバではメールアドレスは「mail」という管理項目(属性)に管理されるが、情報機器や電気機器ではメールアドレスは「メールアドレス」という管理項目に管理されたりする。そのため、LDAPサーバから取得されるユーザ情報の取得項目と、情報機器や電気機器に管理されるユーザ情報の管理項目との対応関係をカスタマイズしておくと便利である。
【0007】
さらには、情報機器や電気機器がユーザ情報をLDAPサーバから取得した場合、どの管理項目にユーザ情報を登録して管理することにするかを取捨選択する必要がある。例えば、情報機器や電気機器が「mail」と「telephoneNumber」をLDAPサーバから取得した場合、管理項目「メールアドレス」と管理項目「電話番号」の片方だけにユーザ情報を登録することもあれば、管理項目「メールアドレス」と管理項目「電話番号」の両方ともにユーザ情報を登録することもあるからである。
【0008】
したがって、本発明は第1に、LDAPサーバ等の情報管理サーバからユーザ情報を取得して管理する情報処理装置に関して、情報管理サーバから取得されるユーザ情報の取得項目と、情報処理装置に管理されるユーザ情報の管理項目との対応関係をカスタマイズする手法を提案することを課題とする。
【0009】
したがって、本発明は第2に、LDAPサーバ等の情報管理サーバからユーザ情報を取得して管理する情報処理装置に関して、情報管理サーバからユーザ情報を取得したとき、どの管理項目にユーザ情報を登録して管理することにするかを取捨選択する手法を提案することを課題とする。
【0010】
【課題を解決するための手段】
請求項1に記載の発明(情報処理装置)は、ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得手段と、前記情報取得手段により取得されたユーザ情報を管理する情報管理手段を備える情報処理装置であって、前記情報取得手段により取得されるユーザ情報の取得項目と前記情報管理手段により管理されるユーザ情報の管理項目との対応関係が記入された記入用紙から取得された画像に基づいて、前記取得項目と前記管理項目との対応関係をカスタマイズするカスタマイズ手段を備える。
【0011】
請求項2に記載の発明(情報処理装置)は、ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得手段と、前記情報取得手段により取得されたユーザ情報を管理する情報管理手段を備える情報処理装置であって、前記情報取得手段により取得されるユーザ情報の取得項目と前記情報管理手段により管理されるユーザ情報の管理項目との対応関係を記入するための記入用紙を印刷するための画像を送信する画像出力手段と、前記画像出力手段により送信された画像により印刷されて前記取得項目と前記管理項目との対応関係が記入された記入用紙から取得された画像を受信する画像入力手段と、前記画像入力手段により受信された画像に基づいて、前記取得項目と前記管理項目との対応関係をカスタマイズするカスタマイズ手段を備える。
【0012】
請求項3に記載の発明(情報処理装置)は、ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得手段と、前記情報取得手段により取得されたユーザ情報を管理する情報管理手段を備える情報処理装置であって、前記情報取得手段により取得されるユーザ情報の取得項目と前記情報管理手段により管理されるユーザ情報の管理項目との対応関係がカスタマイズされている場合において、前記情報取得手段がユーザ情報を取得したとき、どの管理項目にユーザ情報を登録して管理するかを記入するための記入用紙を印刷するための画像を送信する画像出力手段と、前記画像出力手段により送信された画像により印刷されてどの管理項目にユーザ情報を登録して管理するかが記入された記入用紙から取得された画像を受信する画像入力手段を備え、前記情報管理手段は、前記画像入力手段により受信された画像に基づいて、各管理項目にユーザ情報を登録して管理する。
【0013】
請求項4に記載の発明(情報処理装置)は、ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得手段と、前記情報取得手段により取得されたユーザ情報を管理する情報管理手段を備える情報処理装置であって、前記情報取得手段により取得されるユーザ情報の取得項目と前記情報管理手段により管理されるユーザ情報の管理項目との対応関係を入力するための入力画面で入力された前記取得項目と前記管理項目との対応関係の入力情報に基づいて、前記取得項目と前記管理項目との対応関係をカスタマイズするカスタマイズ手段を備える。
【0014】
請求項5に記載の発明(情報処理装置)は、ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得手段と、前記情報取得手段により取得されたユーザ情報を管理する情報管理手段を備える情報処理装置であって、前記情報取得手段により取得されるユーザ情報の取得項目と前記情報管理手段により管理されるユーザ情報の管理項目との対応関係を入力するための入力画面を送信する送信手段と、前記送信手段により送信された入力画面で入力された前記取得項目と前記管理項目との対応関係の入力情報を受信する受信手段と、前記受信手段により受信された入力情報に基づいて、前記取得項目と前記管理項目との対応関係をカスタマイズするカスタマイズ手段を備える。
【0015】
請求項6に記載の発明(情報処理装置)は、ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得手段と、前記情報取得手段により取得されたユーザ情報を管理する情報管理手段を備える情報処理装置であって、前記情報取得手段により取得されるユーザ情報の取得項目と前記情報管理手段により管理されるユーザ情報の管理項目との対応関係がカスタマイズされている場合において、前記情報取得手段がユーザ情報を取得したとき、どの管理項目にユーザ情報を登録して管理するかを入力するための入力画面を送信する送信手段と、前記送信手段により送信された入力画面で入力されたどの管理項目にユーザ情報を登録して管理するかの入力情報を受信する受信手段を備え、前記情報管理手段は、前記受信手段により受信された入力情報に基づいて、各管理項目にユーザ情報を登録して管理する。
【0016】
請求項7に記載の発明(情報処理装置)は、ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得手段と、前記情報取得手段により取得されたユーザ情報を管理する情報管理手段を備える情報処理装置であって、前記情報取得手段により取得されるユーザ情報の取得項目と前記情報管理手段により管理されるユーザ情報の管理項目との対応関係を入力するための入力画面を表示するための表示手段と、前記表示手段により表示されている入力画面で前記取得項目と前記管理項目との対応関係を入力するための操作手段と、前記操作手段により入力された前記取得項目と前記管理項目との対応関係の入力情報に基づいて、前記取得項目と前記管理項目との対応関係をカスタマイズするカスタマイズ手段を備える。
【0017】
請求項8に記載の発明(情報処理装置)は、ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得手段と、前記情報取得手段により取得されたユーザ情報を管理する情報管理手段を備える情報処理装置であって、前記情報取得手段により取得されるユーザ情報の取得項目と前記情報管理手段により管理されるユーザ情報の管理項目との対応関係がカスタマイズされている場合において、前記情報取得手段がユーザ情報を取得したとき、どの管理項目にユーザ情報を登録して管理するかを入力するための入力画面を表示するための表示手段と、前記表示手段により表示されている入力画面でどの管理項目にユーザ情報を登録して管理するかを入力するための操作手段を備え、前記情報管理手段は、前記操作手段により入力されたどの管理項目にユーザ情報を登録して管理するかの入力情報に基づいて、各管理項目にユーザ情報を登録して管理する。
【0018】
請求項9に記載の発明(情報処理装置)は、請求項4乃至8のいずれか1項に記載の発明(情報処理装置)に関して、前記入力画面は、Web画面である。
【0019】
請求項10に記載の発明(情報処理装置)は、請求項1乃至8のいずれか1項に記載の発明(情報処理装置)に関して、前記情報管理サーバは、LDAPサーバである。
【0020】
請求項11に記載の発明(情報処理方法)は、ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得段階と、前記情報取得段階により取得されたユーザ情報を管理する情報管理段階を備える情報処理方法であって、前記情報取得段階により取得されるユーザ情報の取得項目と前記情報管理段階により管理されるユーザ情報の管理項目との対応関係が記入された記入用紙から取得された画像に基づいて、前記取得項目と前記管理項目との対応関係をカスタマイズするカスタマイズ段階を備える。
【0021】
請求項12に記載の発明(情報処理方法)は、ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得段階と、前記情報取得段階により取得されたユーザ情報を管理する情報管理段階を備える情報処理方法であって、前記情報取得段階により取得されるユーザ情報の取得項目と前記情報管理段階により管理されるユーザ情報の管理項目との対応関係を記入するための記入用紙を印刷するための画像を送信する画像出力段階と、前記画像出力段階により送信された画像により印刷されて前記取得項目と前記管理項目との対応関係が記入された記入用紙から取得された画像を受信する画像入力段階と、前記画像入力段階により受信された画像に基づいて、前記取得項目と前記管理項目との対応関係をカスタマイズするカスタマイズ段階を備える。
【0022】
請求項13に記載の発明(情報処理方法)は、ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得段階と、前記情報取得段階により取得されたユーザ情報を管理する情報管理段階を備える情報処理方法であって、前記情報取得段階により取得されるユーザ情報の取得項目と前記情報管理段階により管理されるユーザ情報の管理項目との対応関係がカスタマイズされている場合において、前記情報取得段階がユーザ情報を取得したとき、どの管理項目にユーザ情報を登録して管理するかを記入するための記入用紙を印刷するための画像を送信する画像出力段階と、前記画像出力段階により送信された画像により印刷されてどの管理項目にユーザ情報を登録して管理するかが記入された記入用紙から取得された画像を受信する画像入力段階を備え、前記情報管理段階は、前記画像入力段階により受信された画像に基づいて、各管理項目にユーザ情報を登録して管理する。
【0023】
請求項14に記載の発明(情報処理方法)は、ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得段階と、前記情報取得段階により取得されたユーザ情報を管理する情報管理段階を備える情報処理方法であって、前記情報取得段階により取得されるユーザ情報の取得項目と前記情報管理段階により管理されるユーザ情報の管理項目との対応関係を入力するための入力画面で入力された前記取得項目と前記管理項目との対応関係の入力情報に基づいて、前記取得項目と前記管理項目との対応関係をカスタマイズするカスタマイズ段階を備える。
【0024】
請求項15に記載の発明(情報処理方法)は、ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得段階と、前記情報取得段階により取得されたユーザ情報を管理する情報管理段階を備える情報処理方法であって、前記情報取得段階により取得されるユーザ情報の取得項目と前記情報管理段階により管理されるユーザ情報の管理項目との対応関係を入力するための入力画面を送信する送信段階と、前記送信段階により送信された入力画面で入力された前記取得項目と前記管理項目との対応関係の入力情報を受信する受信段階と、前記受信段階により受信された入力情報に基づいて、前記取得項目と前記管理項目との対応関係をカスタマイズするカスタマイズ段階を備える。
【0025】
請求項16に記載の発明(情報処理方法)は、ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得段階と、前記情報取得段階により取得されたユーザ情報を管理する情報管理段階を備える情報処理方法であって、前記情報取得段階により取得されるユーザ情報の取得項目と前記情報管理段階により管理されるユーザ情報の管理項目との対応関係がカスタマイズされている場合において、前記情報取得段階がユーザ情報を取得したとき、どの管理項目にユーザ情報を登録して管理するかを入力するための入力画面を送信する送信段階と、前記送信段階により送信された入力画面で入力されたどの管理項目にユーザ情報を登録して管理するかの入力情報を受信する受信段階を備え、前記情報管理段階は、前記受信段階により受信された入力情報に基づいて、各管理項目にユーザ情報を登録して管理する。
【0026】
請求項17に記載の発明(情報処理方法)は、ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得段階と、前記情報取得段階により取得されたユーザ情報を管理する情報管理段階を備える情報処理方法であって、前記情報取得段階により取得されるユーザ情報の取得項目と前記情報管理段階により管理されるユーザ情報の管理項目との対応関係を入力するための入力画面を表示する表示段階と、前記表示段階により表示されている入力画面で入力された前記取得項目と前記管理項目との対応関係の入力情報に基づいて、前記取得項目と前記管理項目との対応関係をカスタマイズするカスタマイズ段階を備える。
【0027】
請求項18に記載の発明(情報処理方法)は、ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得段階と、前記情報取得段階により取得されたユーザ情報を管理する情報管理段階を備える情報処理方法であって、前記情報取得段階により取得されるユーザ情報の取得項目と前記情報管理段階により管理されるユーザ情報の管理項目との対応関係がカスタマイズされている場合において、前記情報取得段階がユーザ情報を取得したとき、どの管理項目にユーザ情報を登録して管理するかを入力するための入力画面を表示する表示段階を備え、前記情報管理段階は、前記表示段階により表示されている入力画面で入力されたどの管理項目にユーザ情報を登録して管理するかの入力情報に基づいて、各管理項目にユーザ情報を登録して管理する。
【0028】
請求項19に記載の発明(情報処理方法)は、請求項14乃至18のいずれか1項に記載の発明(情報処理方法)に関して、前記入力画面は、Web画面である。
【0029】
請求項20に記載の発明(情報処理方法)は、請求項11乃至18のいずれか1項に記載の発明(情報処理方法)に関して、前記情報管理サーバは、LDAPサーバである。
【0030】
請求項1、2、4、5、又は7に記載の発明(情報処理装置)は、LDAPサーバ等の情報管理サーバからユーザ情報を取得して管理する情報処理装置に関して、情報管理サーバから取得されるユーザ情報の取得項目と、情報処理装置に管理されるユーザ情報の管理項目との対応関係を比較的簡単にカスタマイズすることを可能にする。
【0031】
請求項3、6、又は8に記載の発明(情報処理装置)は、LDAPサーバ等の情報管理サーバからユーザ情報を取得して管理する情報処理装置に関して、情報管理サーバからユーザ情報を取得したとき、どの管理項目にユーザ情報を登録して管理することにするかを比較的簡単に取捨選択することを可能にする。
【0032】
請求項11、12、14、15、又は17に記載の発明(情報処理方法)は、LDAPサーバ等の情報管理サーバからユーザ情報を取得して管理する情報処理方法に関して、情報管理サーバから取得されるユーザ情報の取得項目と、情報処理方法に管理されるユーザ情報の管理項目との対応関係を比較的簡単にカスタマイズすることを可能にする。
【0033】
請求項13、16、又は18に記載の発明(情報処理方法)は、LDAPサーバ等の情報管理サーバからユーザ情報を取得して管理する情報処理方法に関して、情報管理サーバからユーザ情報を取得したとき、どの管理項目にユーザ情報を登録して管理することにするかを比較的簡単に取捨選択することを可能にする。
【0034】
【発明の実施の形態】
本発明の実施の形態について説明する。
【0035】
図1は、本発明の実施の形態の例であるパソコン(パーソナルコンピュータ)101を表す。図1のパソコン101は、パソコン本体111と、ディスプレイ112と、キーボード113と、マウス114により構成される。ディスプレイ112は、パソコン本体111がユーザに出力を行うためのハードウェア(表示部)である。キーボード113とマウス114は、ユーザがパソコン本体111に入力を行うためのハードウェア(操作部)である。
【0036】
図2は、パソコン本体111のハードウェア構成を表す。パソコン本体111は、CPU(セントラルプロセシングユニット)201と、ROM(リードオンリメモリ)202と、RAM(ランダムアクセスメモリ)203と、HDD(ハードディスクドライブ)204と、MODEM(モデム)205により構成される。CPU201はパソコン本体111の演算部、ROM202とRAM203とHDD204はパソコン本体111の記憶部、MODEM205はパソコン本体111の通信部に該当するハードウェアである。
【0037】
図3は、パソコン本体111のソフトウェア構成を表す。パソコン本体111のHDD204には、OS(オペレーティングシステム)301と、メール関係のアプリケーションであるメールソフト302と、ネットワーク関係のアプリケーションであるネットワークソフト303と、ユーザ情報管理用のプラットフォームであるユーザ情報管理ソフト304と、スキャナドライバ305と、プリンタドライバ306がインストールされている。OS301は、ここではUNIX(登録商標)である。ネットワークソフト303は、HTML文書等を配信するためのWebサーバソフト、HTML文書等を閲覧するためのWebブラウザ等により構成される。
【0038】
(ユーザ情報)
図1のパソコン101におけるユーザ情報の管理について説明する。
【0039】
図1のパソコン101においては、ユーザ情報は、ユーザ情報管理ソフト304(図3参照)によりHDD204(図2参照)に蓄積されて管理されて、メールソフト302(図3参照)等により利用される。パソコン101がメーラとして機能する場合、メールアドレスのようなユーザ情報が必要となるからである。パソコン101は、ユーザ情報管理ソフト304によりHDD204に蓄積されて管理されているユーザ情報を利用して、メールをネットワーク等を介して他の機器に送信する等の情報処理を実行することができる。
【0040】
図1のパソコン101においては、ユーザ情報は、ユーザ情報管理ソフト304により図5のようなアドレス帳501にて管理される。すなわち、ユーザ(エントリ)はユーザID(エントリID)を基にして管理されると共に、ユーザ情報は「名前」「表示名」「よみがな」「メールアドレス」「電話番号」等の管理項目の項目値として管理される。各ユーザのユーザ情報のデータ構造は、図6のようなツリー構造601となる。すなわち、管理項目「名前」「表示名」が親項目となり、管理項目「メールアドレス」「電話番号」等が子項目となる。
【0041】
図1のパソコン101は、ユーザ情報をネットワーク等を介してLDAPサーバから取得して管理することができる。パソコン101は、ここでは図7のように、3台のLDAPサーバ701(LDAPサーバA・B・C)とLAN711で接続されており、3台のLDAPサーバ701(LDAPサーバA・B・C)からLAN711を介してユーザ情報を取得して管理することができる。
【0042】
図7と図8のシステム図とフロー図により具体的に説明する。メールソフト302は、図4のようなメール画面401をディスプレイ112に表示する。この画面を介して、ユーザ情報をLDAPサーバ701から取得(検索)する旨の操作が入力されると、メールソフト302からユーザ情報管理ソフト304にサーバ情報の取得要求が送信(S1)されて、これに応じてユーザ情報管理ソフト304からメールソフト302にサーバ情報が提供(S2)される。
【0043】
サーバ情報は、パソコン101と接続されているLDAPサーバ701に関する情報であり、ユーザ情報管理ソフト304によりHDD204に蓄積されて管理される。サーバ情報の管理項目は「サーバ名」「ポート番号」「IPアドレス」等である。サーバ情報は、図9のようなシステム初期設定画面901とLDAPサーバ登録/変更画面902で登録・変更することができる。具体的に言うと、システム初期設定画面901で「LDAPサーバ登録/変更ボタン」がマウス114でクリックされると、LDAPサーバ登録/変更画面902に画面が移り、LDAPサーバ登録/変更画面902でサーバ情報が入力されて「設定ボタン」がマウス114でクリックされると、システム初期設定画面901に画面が戻り、サーバ情報が登録・変更される。なお、これらの画面は、ユーザ情報管理ソフト304によりディスプレイ112に表示される。
【0044】
続いて、サーバ情報に基づいて所望のユーザ情報を所望のLDAPサーバ701から取得(検索)する旨の操作が入力されると、メールソフト302からユーザ情報管理ソフト304にユーザ情報の検索要求が送信(S3)されて、これに応じてユーザ情報管理ソフト304からLDAPサーバ701に検索操作が要求(S4)されて、これに応じてLDAPサーバ701からユーザ情報管理ソフト304に検索結果が応答(S5)されて、これに応じてユーザ情報管理ソフト304からメールソフト302にユーザ情報の検索終了通知が送信(S6)される。
【0045】
続いて、メールソフト302からユーザ情報管理ソフト304にユーザ情報の取得要求が送信(S7)されて、これに応じてユーザ情報管理ソフト304からメールソフト302にユーザ情報が提供(S8)される。
【0046】
この様子を図10の画面変化図により説明する。画面Aは、図4のメール画面401である。画面Aで「ルーペボタン1001」がマウス114でクリックされると、画面Bに画面が移る。画面Bで「LDAP検索ボタン1002」がマウス114でクリックされると、画面Cに画面が移る。画面Cで「LDAPサーバ選択ボタン1011」がマウス114でクリックされると、画面Dに画面が移り、画面Cで「LDAP検索条件入力ボタン1012」がマウス114でクリックされると、画面Eに画面が移る。画面DでLDAPサーバが選択されて「OKボタン1021」がマウス114でクリックされると、画面Cに画面が戻り、画面EでLDAP検索条件が入力されて「OKボタン1022」がマウス114でクリックされると、画面Fに画面が移り、やがてユーザ情報が表示されることになる。
【0047】
なお、画面Bで「LDAP検索ボタン1002」をマウス114でクリックする操作が、ユーザ情報をLDAPサーバ701から取得(検索)する旨の操作に相当して、画面DでLDAPサーバを選択して「OKボタン1021」をマウス114でクリックする操作と、画面EでLDAP検索条件を入力して「OKボタン1022」をマウス114でクリックする操作が、所望のユーザ情報を所望のLDAPサーバ701から取得(検索)する旨の操作に相当する。
【0048】
図11は、LDAPサーバ701からユーザ情報管理ソフト304に応答(S5)された検索結果、すなわち、LDAPサーバ701から取得されたユーザ情報を表す。ユーザ情報の取得項目は「cn」「sn」「givenName」「mail」「telephoneNumber」等である。LDAPサーバ701においては、ユーザ情報は「cn」「sn」「givenName」「mail」「telephoneNumber」等の管理項目(属性)の項目値(属性値)として管理されているからである。正確に言うと、LDAPサーバ701においては、日本語等のASCII文字以外の文字はBase64形式で符号化された上で記述されるが、図11では便宜上省略した。
【0049】
ところで、パソコン101がユーザ情報をLDAPサーバ701から取得する場合、LDAPサーバ701から取得されるユーザ情報の取得項目と、パソコン101に管理されるユーザ情報の管理項目とを対応させる必要がある。LDAPサーバ701に管理されているユーザ情報の管理項目と、パソコン101に管理されるユーザ情報の管理項目とが同じとは限らないからである。例えば、LDAPサーバ701ではメールアドレスは「mail」という管理項目(図11参照)に管理されるが、パソコン101ではメールアドレスは「メールアドレス」という管理項目(図5・図6参照)に管理される。そのため、LDAPサーバ701から取得されるユーザ情報の取得項目と、パソコン101に管理されるユーザ情報の管理項目との対応関係をカスタマイズしておくと便利である。これについては、第1・第2・第3実施例で取り扱う。
【0050】
さらには、パソコン101がユーザ情報をLDAPサーバ701から取得した場合、どの管理項目にユーザ情報を登録して管理することにするかを取捨選択する必要がある。例えば、パソコン101が「mail」と「telephoneNumber」をLDAPサーバ701から取得した場合、管理項目「メールアドレス」と管理項目「電話番号」の片方だけにユーザ情報を登録することもあれば、管理項目「メールアドレス」と管理項目「電話番号」の両方ともにユーザ情報を登録することもあるからである。これについては、第4・第5・第6実施例で取り扱う。
【0051】
(第1実施例)
図1のパソコン101に係る第1実施例について、図12と図13のシステム図とフロー図により説明する。
【0052】
第1実施例では、図9のLDAPサーバ登録/変更画面902で「属性カスタマイズボタン903」がマウス114でクリックされると、ユーザ情報管理ソフト304は、属性カスタマイズを開始(S11)する。すると、代表ユーザのユーザ情報をLDAPサーバ701から取得(検索)すべく、ユーザ情報管理ソフト304からLDAPサーバ701に検索操作が要求(S12)されて、これに応じてLDAPサーバ701からユーザ情報管理ソフト304に検索結果が応答(S13)される。さらに、代表ユーザのユーザ情報に基づいて図14のような記入用紙1401を印刷すべく、ユーザ情報管理ソフト304からプリンタドライバ306(図3参照)に記入用紙1401の印刷要求が送信(S14)されて、MODEM205(図2参照)を送信部として、プリンタドライバ306により記入用紙1401を印刷するための画像がプリンタ1202に送信されて、プリンタ1202により記入用紙1401が印刷される。
【0053】
図14の記入用紙1401は、LDAPサーバ701から取得されるユーザ情報の取得項目(取得属性)と、パソコン101に管理されるユーザ情報の管理項目(図5のアドレス帳501の管理項目)との対応関係を記入するための記入用紙である。例えば、取得項目「mail」と管理項目「メールアドレス」とを対応させる場合には、図14のように、両項目の交点の四角形を鉛筆等で塗りつぶすのである。縦に複数個の四角形が塗りつぶされた場合には、例えば、一番上や一番下の四角形が塗りつぶされたものとして取り扱う。第1実施例では、記入用紙1401に記入された取得項目と管理項目との対応関係の記入情報に基づいて、取得項目と管理項目との対応関係がカスタマイズされることになる。なお、代表ユーザのユーザ情報は、取得項目の意味付けを説明する役割を担っている。
【0054】
図14の記入用紙1401を印刷するための画像(画像データ)は、HDD204に蓄積させておくものとする。
【0055】
続いて、プリンタ1202により印刷された記入用紙1401に取得項目と管理項目との対応関係が記入されて、スキャナ1201によりその記入用紙1401から画像が取得されて、MODEM205を受信部として、スキャナドライバ305(図3参照)によりその画像がスキャナ1201から受信されると、スキャナドライバ305からユーザ情報管理ソフト304にその画像が提供(S15)される。なお、スキャナ1201から受信された画像が「記入用紙1401から取得された画像」であることをパソコン101に認識させる必要があるが、例えば、その画像が「記入用紙1401から取得された画像」である旨の操作が入力されると、その画像が「記入用紙1401から取得された画像」であることがユーザ情報管理ソフト304により認識されるようにする。
【0056】
続いて、ユーザ情報管理ソフト304は、その画像に基づいて、取得項目と管理項目との対応関係をカスタマイズ(S16)する。具体的に言うと、ユーザ情報管理ソフト304は、その画像について画像処理を実行することにより、記入用紙1401に記入された取得項目と管理項目との対応関係の記入情報を検出して、その記入情報に基づいて、取得項目と管理項目との対応関係をカスタマイズする。画像処理はここでは擬似OMR処理であり、マークシートと同様にして、四角形が鉛筆等で塗りつぶされているか否かを、白か黒かの閾値処理により検出する。なお、カスタマイズ情報は、ユーザ情報管理ソフト304により図15のような対応表1501にてHDD204に蓄積されて管理される。
【0057】
このように、第1実施例では、図14のような記入用紙1401により、LDAPサーバ701から取得されるユーザ情報の取得項目と、パソコン101に管理されるユーザ情報の管理項目との対応関係を比較的簡単にカスタマイズすることができる。
【0058】
(第2実施例)
図1のパソコン101に係る第2実施例について、図16と図17のシステム図とフロー図により説明する。
【0059】
第2実施例では、図9のLDAPサーバ登録/変更画面902で「属性カスタマイズボタン903」がマウス114でクリックされると、ユーザ情報管理ソフト304は、属性カスタマイズを開始(S21)する。すると、代表ユーザのユーザ情報をLDAPサーバ701から取得(検索)すべく、ユーザ情報管理ソフト304からLDAPサーバ701に検索操作が要求(S22)されて、これに応じてLDAPサーバ701からユーザ情報管理ソフト304に検索結果が応答(S23)される。さらに、代表ユーザのユーザ情報に基づいて図18のような入力画面1801を送信すべく、ユーザ情報管理ソフト304からネットワークソフト303(図3参照)にメールの送信要求が送信(S24)されて、MODEM205を送信部として、ネットワークソフト303によりメールがネットワーク等を介して他の機器に送信される。ここでは、LAN711を介してLAN711に接続されているパソコン1601(パソコン101以外のパソコン)に送信される。
【0060】
図18の入力画面1801は、LDAPサーバ701から取得されるユーザ情報の取得項目(取得属性)と、パソコン101に管理されるユーザ情報の管理項目(図5のアドレス帳501の管理項目)との対応関係を入力するための入力画面である。例えば、取得項目「mail」と管理項目「メールアドレス」とを対応させる場合には、図18のように、両項目の交点の四角形をマウスでクリックする等してチェックするのである。第2実施例では、入力画面1801で入力された取得項目と管理項目との対応関係の入力情報に基づいて、取得項目と管理項目との対応関係がカスタマイズされることになる。なお、代表ユーザのユーザ情報は、取得項目の意味付けを説明する役割を担っている。
【0061】
図18の入力画面1801は、ここではWeb画面であるとする。入力画面1801を表示するためのHTML文書(HTML文書データ)は、HDD204に蓄積させておくものとする。上記のメールは、ここではHTMLメールであるとする。上記のメールには、入力画面1801を表示するためのHTML文書のURLが記載されるものとする。なお、図1によりすでに説明したように、ネットワークソフト303は、HTML文書等を配信するためのWebサーバソフト、HTML文書等を閲覧するためのWebブラウザ等により構成されている。
【0062】
パソコン1601にて、パソコン101から送信されたメールを開くと、入力画面1801を表示するためのHTML文書のURLが記載されている。その入力画面1801を表示すべく、そのURLを利用してそのHTML文書を閲覧しようとすると、パソコン101にそのHTML文書の配信要求が送信される。
【0063】
パソコン101にて、MODEM205を受信部として、ネットワークソフト303を構成するWebサーバソフトにより入力画面1801を表示するためのHTML文書の配信要求がパソコン1601から受信されると、MODEM205を送信部として、ネットワークソフト303を構成するWebサーバソフトによりその入力画面1801がHTML文書の形でパソコン1601に送信(配信)される。
【0064】
パソコン1601にて、パソコン101からHTML文書の形で送信(配信)された入力画面1801で取得項目と管理項目との対応関係を入力して、入力情報送信ボタン1802をクリックすると、パソコン101にその入力画面1801で入力された取得項目と管理項目との対応関係の入力情報が送信される。
【0065】
パソコン101にて、MODEM205を受信部として、ネットワークソフト303を構成するWebサーバソフトによりその入力情報がパソコン1601から受信されると、ネットワークソフト303からユーザ情報管理ソフト304にその入力情報が提供(S25)される。
【0066】
続いて、ユーザ情報管理ソフト304は、その入力情報に基づいて、取得項目と管理項目との対応関係をカスタマイズ(S26)する。なお、カスタマイズ情報は、ユーザ情報管理ソフト304により図15のような対応表1501にてHDD204に蓄積されて管理される。
【0067】
このように、第2実施例では、図18のような入力画面1801により、LDAPサーバ701から取得されるユーザ情報の取得項目と、パソコン101に管理されるユーザ情報の管理項目との対応関係を比較的簡単にカスタマイズすることができる。
【0068】
(第3実施例)
図1のパソコン101に係る第3実施例について、図19と図20のシステム図とフロー図により説明する。
【0069】
第3実施例では、図9のLDAPサーバ登録/変更画面902で「属性カスタマイズボタン903」がマウス114でクリックされると、ユーザ情報管理ソフト304は、属性カスタマイズを開始(S31)する。すると、代表ユーザのユーザ情報をLDAPサーバ701から取得(検索)すべく、ユーザ情報管理ソフト304からLDAPサーバ701に検索操作が要求(S32)されて、これに応じてLDAPサーバ701からユーザ情報管理ソフト304に検索結果が応答(S33)される。さらに、代表ユーザのユーザ情報に基づいて図18のような入力画面1801を表示すべく、ユーザ情報管理ソフト304からネットワークソフト303に入力画面1801の表示要求が送信(S34)されて、ディスプレイ112により入力画面1801が表示される。
【0070】
図18の入力画面1801は、LDAPサーバ701から取得されるユーザ情報の取得項目(取得属性)と、パソコン101に管理されるユーザ情報の管理項目(図5のアドレス帳501の管理項目)との対応関係を入力するための入力画面である。例えば、取得項目「mail」と管理項目「メールアドレス」とを対応させる場合には、図18のように、両項目の交点の四角形をマウス114でクリックする等してチェックするのである。第3実施例では、入力画面1801で入力された取得項目と管理項目との対応関係の入力情報に基づいて、取得項目と管理項目との対応関係がカスタマイズされることになる。なお、代表ユーザのユーザ情報は、取得項目の意味付けを説明する役割を担っている。
【0071】
図18の入力画面1801は、ここではWeb画面であるとする。入力画面1801を表示するためのHTML文書(HTML文書データ)は、HDD204に蓄積させておくものとする。なお、図1によりすでに説明したように、ネットワークソフト303は、HTML文書等を配信するためのWebサーバソフト、HTML文書等を閲覧するためのWebブラウザ等により構成されている。
【0072】
ディスプレイ112により表示される入力画面1801は、ネットワークソフト303を構成するWebサーバソフトからネットワークソフト303を構成するWebブラウザにHTML文書の形で送信(配信)されて表示されるものである。
【0073】
続いて、ディスプレイ112により表示されている入力画面1801で、キーボード113やマウス114により取得項目と管理項目との対応関係が入力されて、入力情報送信ボタン1802がマウス114でクリックされると、その入力画面1801で入力された取得項目と管理項目との対応関係の入力情報がネットワークソフト303からユーザ情報管理ソフト304に提供(S35)される。
【0074】
キーボード113やマウス114により入力される入力情報は、ネットワークソフト303を構成するWebブラウザからネットワークソフト303を構成するWebサーバソフトに送信されて提供されるものである。
【0075】
続いて、ユーザ情報管理ソフト304は、その入力情報に基づいて、取得項目と管理項目との対応関係をカスタマイズ(S36)する。なお、カスタマイズ情報は、ユーザ情報管理ソフト304により図15のような対応表1501にてHDD204に蓄積されて管理される。
【0076】
このように、第3実施例では、図18のような入力画面1801により、LDAPサーバ701から取得されるユーザ情報の取得項目と、パソコン101に管理されるユーザ情報の管理項目との対応関係を比較的簡単にカスタマイズすることができる。
【0077】
(第4実施例)
図1のパソコン101に係る第4実施例について、図21と図22のシステム図とフロー図により説明する。
【0078】
第4実施例では、LDAPサーバ701から取得されるユーザ情報の取得項目と、パソコン101に管理されるユーザ情報の管理項目との対応関係がカスタマイズされているものとする。ここでは、第1実施例の手法により取得項目と管理項目との対応関係がカスタマイズされて、ユーザ情報管理ソフト304によりカスタマイズ情報がHDD204に蓄積されて管理されているものとする。
【0079】
図23の画面変化図は、図10の画面変化図に続く画面変化図である。第4実施例では、図10の画面Fから図23の画面Gにやがて画面が移る。
【0080】
画面Gには、ユーザ情報管理ソフト304からメールソフト302に提供(S8)されたユーザ情報が表示される。このユーザ情報は、LDAPサーバ701からユーザ情報管理ソフト304に応答(S5)された検索結果、すなわち、LDAPサーバ701から取得されたユーザ情報である。ただし、LDAPサーバ701から取得されたユーザ情報そのままではなく、ユーザ情報管理ソフト304が、カスタマイズ情報に基づいて、取得項目(図11参照)を管理項目(図5・図6参照)に置き換えたものである。例えば、取得項目「mail」は管理項目「メールアドレス」に置き換えられている。なお、図23の画面Gにユーザ「鈴木**」のユーザ情報が多数表示されているのは、図10の画面EでLDAP検索条件「名前」が前方一致で「鈴木」と入力されたためである。
【0081】
画面Gでユーザ「鈴木太郎」がマウス114でクリックされて「詳細ボタン2301」がマウス114でクリックされると、画面Hに画面が移る。画面Hには、ユーザ「鈴木太郎」のユーザ情報の詳細が表示される。やはり、取得項目は管理項目に置き換えられている。画面Hで「閉じるボタン2302」がマウス114でクリックされると、画面Gに画面が戻る。
【0082】
画面Gで「見出し切り替えボタン2311」がマウス114でクリックされると、画面Iに画面が移る。
【0083】
画面Iで「検索結果印刷ボタン2321」がマウス114でクリックされると、メールソフト302からユーザ情報管理ソフト304に検索結果(LDAPサーバ701から取得されたユーザ情報)の印刷要求が送信される。すると、ユーザ情報管理ソフト304からプリンタドライバ306に検索結果の印刷要求が送信されて、MODEM205を送信部として、プリンタドライバ306により検索結果を印刷するための画像がプリンタ2102に送信されて、プリンタ2102により検索結果が印刷される。これにより、検索結果の確認が比較的簡単になる。
【0084】
画面Iで「検索結果送信ボタン2322」がマウス114でクリックされると、メールソフト302からユーザ情報管理ソフト304に検索結果(LDAPサーバ701から取得されたユーザ情報)の送信要求が送信される。すると、ユーザ情報管理ソフト304からネットワークソフト303に検索結果の送信要求が送信されて、MODEM205を送信部として、ネットワークソフト303により検索結果が記載されたメール(テキストで記載されてもイメージで記載されてもよい)がネットワーク等を介して他の機器に送信される。検索結果が記載されたメールの代わりに、検索結果を表示するためのHTML文書のURLが記載されたメールでもよい。これらにより、検索結果の確認が比較的簡単になる。
【0085】
画面Iで「一括登録ボタン2323」がマウス114でクリックされると、メールソフト302からユーザ情報管理ソフト304に検索結果(LDAPサーバ701から取得されたユーザ情報)の一括登録要求が送信される。すると、ユーザ情報管理ソフト304は、登録するユーザ情報が存在する全ユーザに関して、登録するユーザ情報が存在する全管理項目にユーザ情報を登録する。ユーザ情報は、図5のアドレス帳501の各管理項目に登録されて管理される。
【0086】
画面Iで「選択登録ボタン2324」がマウス114でクリックされると、メールソフト302からユーザ情報管理ソフト304に検索結果(LDAPサーバ701から取得されたユーザ情報)の選択登録要求が送信(S41)される。すると、図24のような記入用紙2401を印刷すべく、ユーザ情報管理ソフト304からプリンタドライバ306に記入用紙2401の印刷要求が送信(S42)されて、MODEM205を送信部として、プリンタドライバ306により記入用紙2401を印刷するための画像がプリンタ2102に送信されて、プリンタ2102により記入用紙2401が印刷される。
【0087】
図24の記入用紙2401は、LDAPサーバ701からユーザ情報が取得されたとき、各ユーザに関して、どの管理項目(図5のアドレス帳501の管理項目)にそのユーザ情報を登録して管理するかを記入するための記入用紙である。例えば、LDAPサーバ701からユーザ情報が取得されたとき、ユーザ「鈴木太郎」に関して、管理項目「メールアドレス」にそのユーザ情報を登録して管理する場合には、図24のように、前者と後者の交点の四角形を鉛筆等で塗りつぶすのである。第4実施例では、記入用紙2401に記入されたどの管理項目にユーザ情報を登録して管理するかの記入情報に基づいて、各管理項目にユーザ情報が登録されて管理されることになる。なお、記入用紙2401には、カスタマイズ情報に基づいて、取得項目(取得属性)と管理項目との対応関係が印刷される。これは、取得項目と管理項目との対応関係を説明する役割を担っている。
【0088】
図24の記入用紙2401を印刷するための画像(画像データ)は、HDD204に蓄積させておくものとする。
【0089】
続いて、プリンタ2102により印刷された記入用紙2401にどの管理項目にユーザ情報を登録して管理するかが記入されて、スキャナ2101によりその記入用紙2401から画像が取得されて、MODEM205を受信部として、スキャナドライバ305によりその画像がスキャナ2101から受信されると、スキャナドライバ305からユーザ情報管理ソフト304にその画像が提供(S43)される。なお、スキャナ2101から受信された画像が「記入用紙2401から取得された画像」であることをパソコン101に認識させる必要があるが、例えば、その画像が「記入用紙2401から取得された画像」である旨の操作が入力されると、その画像が「記入用紙2401から取得された画像」であることがユーザ情報管理ソフト304により認識されるようにする。
【0090】
続いて、ユーザ情報管理ソフト304は、その画像に基づいて、各管理項目にユーザ情報を登録(S44)する。具体的に言うと、ユーザ情報管理ソフト304は、その画像について画像処理を実行することにより、記入用紙2401に記入されたどの管理項目にユーザ情報を登録して管理するかの記入情報を検出して、その記入情報に基づいて、各管理項目にユーザ情報を登録する。画像処理はここでは擬似OMR処理であり、マークシートと同様にして、四角形が鉛筆等で塗りつぶされているか否かを、白か黒かの閾値処理により検出する。ユーザ情報は、図5のアドレス帳501の各管理項目に登録されて管理される。
【0091】
このように、第4実施例では、LDAPサーバ701からユーザ情報が取得されたとき、図24のような記入用紙2401により、各ユーザに関して、どの管理項目にそのユーザ情報を登録して管理するかを比較的簡単に取捨選択することができる。
【0092】
(第5実施例)
図1のパソコン101に係る第5実施例について、図25と図26のシステム図とフロー図により説明する。
【0093】
第5実施例では、LDAPサーバ701から取得されるユーザ情報の取得項目と、パソコン101に管理されるユーザ情報の管理項目との対応関係がカスタマイズされているものとする。ここでは、第2実施例の手法により取得項目と管理項目との対応関係がカスタマイズされて、ユーザ情報管理ソフト304によりカスタマイズ情報がHDD204に蓄積されて管理されているものとする。
【0094】
図23の画面変化図は、図10の画面変化図に続く画面変化図である。第5実施例では、図10の画面Fから図23の画面Gにやがて画面が移る。画面Gと、画面Hと、画面Iの「検索結果印刷ボタン2321」と「検索結果送信ボタン2322」と「一括登録ボタン2323」については、第4実施例と同様である。
【0095】
画面Iで「選択登録ボタン2324」がマウス114でクリックされると、メールソフト302からユーザ情報管理ソフト304に検索結果(LDAPサーバ701から取得されたユーザ情報)の選択登録要求が送信(S51)される。すると、図27のような入力画面2701を送信すべく、ユーザ情報管理ソフト304からネットワークソフト303にメールの送信要求が送信(S52)されて、MODEM205を送信部として、ネットワークソフト303によりメールがネットワーク等を介して他の機器に送信される。ここでは、LAN711を介してLAN711に接続されているパソコン2501(パソコン101以外のパソコン)に送信される。
【0096】
図27の入力画面2701は、LDAPサーバ701からユーザ情報が取得されたとき、各ユーザに関して、どの管理項目(図5のアドレス帳501の管理項目)にそのユーザ情報を登録して管理するかを入力するための入力画面である。例えば、LDAPサーバ701からユーザ情報が取得されたとき、ユーザ「鈴木太郎」に関して、管理項目「メールアドレス」にそのユーザ情報を登録して管理する場合には、図27のように、前者と後者の交点の四角形をマウスでクリックする等してチェックするのである。第5実施例では、入力画面2701で入力されたどの管理項目にユーザ情報を登録して管理するかの入力情報に基づいて、各管理項目にユーザ情報が登録されて管理されることになる。なお、入力画面2701には、カスタマイズ情報に基づいて、取得項目(取得属性)と管理項目との対応関係が表示される。これは、取得項目と管理項目との対応関係を説明する役割を担っている。
【0097】
図27の入力画面2701は、ここではWeb画面であるとする。入力画面2701を表示するためのHTML文書(HTML文書データ)は、HDD204に蓄積させておくものとする。上記のメールは、ここではHTMLメールであるとする。上記のメールには、入力画面2701を表示するためのHTML文書のURLが記載されるものとする。なお、図1によりすでに説明したように、ネットワークソフト303は、HTML文書等を配信するためのWebサーバソフト、HTML文書等を閲覧するためのWebブラウザ等により構成されている。
【0098】
パソコン2501にて、パソコン101から送信されたメールを開くと、入力画面2701を表示するためのHTML文書のURLが記載されている。その入力画面2701を表示すべく、そのURLを利用してそのHTML文書を閲覧しようとすると、パソコン101にそのHTML文書の配信要求が送信される。
【0099】
パソコン101にて、MODEM205を受信部として、ネットワークソフト303を構成するWebサーバソフトにより入力画面2701を表示するためのHTML文書の配信要求がパソコン2501から受信されると、MODEM205を送信部として、ネットワークソフト303を構成するWebサーバソフトによりその入力画面2701がHTML文書の形でパソコン2501に送信(配信)される。
【0100】
パソコン2501にて、パソコン101からHTML文書の形で送信(配信)された入力画面2701でどの管理項目にユーザ情報を登録して管理するかを入力して、入力情報送信ボタン2702をクリックすると、パソコン101にその入力画面2501で入力されたどの管理項目にユーザ情報を登録して管理するかの入力情報が送信される。
【0101】
パソコン101にて、MODEM205を受信部として、ネットワークソフト303を構成するWebサーバソフトによりその入力情報がパソコン2501から受信されると、ネットワークソフト303からユーザ情報管理ソフト304にその入力情報が提供(S53)される。
【0102】
続いて、ユーザ情報管理ソフト304は、その入力情報に基づいて、各管理項目にユーザ情報を登録(S54)する。ユーザ情報は、図5のアドレス帳501の各管理項目に登録されて管理される。
【0103】
このように、第5実施例では、LDAPサーバ701からユーザ情報が取得されたとき、図27のような入力画面2701により、各ユーザに関して、どの管理項目にそのユーザ情報を登録して管理するかを比較的簡単に取捨選択することができる。
【0104】
(第6実施例)
図1のパソコン101に係る第6実施例について、図28と図29のシステム図とフロー図により説明する。
【0105】
第6実施例では、LDAPサーバ701から取得されるユーザ情報の取得項目と、パソコン101に管理されるユーザ情報の管理項目との対応関係がカスタマイズされているものとする。ここでは、第3実施例の手法により取得項目と管理項目との対応関係がカスタマイズされて、ユーザ情報管理ソフト304によりカスタマイズ情報がHDD204に蓄積されて管理されているものとする。
【0106】
図23の画面変化図は、図10の画面変化図に続く画面変化図である。第6実施例では、図10の画面Fから図23の画面Gにやがて画面が移る。画面Gと、画面Hと、画面Iの「検索結果印刷ボタン2321」と「検索結果送信ボタン2322」と「一括登録ボタン2323」については、第4実施例と同様である。
【0107】
画面Iで「選択登録ボタン2324」がマウス114でクリックされると、メールソフト302からユーザ情報管理ソフト304に検索結果(LDAPサーバ701から取得されたユーザ情報)の選択登録要求が送信(S61)される。すると、図27のような入力画面2701を表示すべく、ユーザ情報管理ソフト304からネットワークソフト303に入力画面2701の表示要求が送信(S62)されて、ディスプレイ112により入力画面2701が表示される。
【0108】
図27の入力画面2701は、LDAPサーバ701からユーザ情報が取得されたとき、各ユーザに関して、どの管理項目(図5のアドレス帳501の管理項目)にそのユーザ情報を登録して管理するかを入力するための入力画面である。例えば、LDAPサーバ701からユーザ情報が取得されたとき、ユーザ「鈴木太郎」に関して、管理項目「メールアドレス」にそのユーザ情報を登録して管理する場合には、図27のように、前者と後者の交点の四角形をマウス114でクリックする等してチェックするのである。第6実施例では、入力画面2701で入力されたどの管理項目にユーザ情報を登録して管理するかの入力情報に基づいて、各管理項目にユーザ情報が登録されて管理されることになる。なお、入力画面2701には、カスタマイズ情報に基づいて、取得項目(取得属性)と管理項目との対応関係が表示される。これは、取得項目と管理項目との対応関係を説明する役割を担っている。
【0109】
図27の入力画面2701は、ここではWeb画面であるとする。入力画面2701を表示するためのHTML文書(HTML文書データ)は、HDD204に蓄積させておくものとする。なお、図1によりすでに説明したように、ネットワークソフト303は、HTML文書等を配信するためのWebサーバソフト、HTML文書等を閲覧するためのWebブラウザ等により構成されている。
【0110】
ディスプレイ112により表示される入力画面2701は、ネットワークソフト303を構成するWebサーバソフトからネットワークソフト303を構成するWebブラウザにHTML文書の形で送信(配信)されて表示されるものである。
【0111】
続いて、ディスプレイ112により表示されている入力画面2701で、キーボード113やマウス114によりどの管理項目にユーザ情報を登録して管理するかが入力されて、入力情報送信ボタン2702がマウス114でクリックされると、その入力画面2701で入力されたどの管理項目にユーザ情報を登録して管理するかの入力情報がネットワークソフト303からユーザ情報管理ソフト304に提供(S63)される。
【0112】
キーボード113やマウス114により入力される入力情報は、ネットワークソフト303を構成するWebブラウザからネットワークソフト303を構成するWebサーバソフトに送信されて提供されるものである。
【0113】
続いて、ユーザ情報管理ソフト304は、その入力情報に基づいて、各管理項目にユーザ情報を登録(S64)する。ユーザ情報は、図5のアドレス帳501の各管理項目に登録されて管理される。
【0114】
このように、第6実施例では、LDAPサーバ701からユーザ情報が取得されたとき、図27のような入力画面2701により、各ユーザに関して、どの管理項目にそのユーザ情報を登録して管理するかを比較的簡単に取捨選択することができる。
【0115】
【発明の効果】
このように、本発明は第1に、LDAPサーバ等の情報管理サーバからユーザ情報を取得して管理する情報処理装置に関して、情報管理サーバから取得されるユーザ情報の取得項目と、情報処理装置に管理されるユーザ情報の管理項目との対応関係を比較的簡単にカスタマイズすることを可能にする。
【0116】
このように、本発明は第2に、LDAPサーバ等の情報管理サーバからユーザ情報を取得して管理する情報処理装置に関して、情報管理サーバからユーザ情報を取得したとき、どの管理項目にユーザ情報を登録して管理することにするかを比較的簡単に取捨選択することを可能にする。
【図面の簡単な説明】
【図1】本発明の実施の形態の例であるパソコンを表す。
【図2】パソコン本体のハードウェア構成を表す。
【図3】パソコン本体のソフトウェア構成を表す。
【図4】メール画面を表す。
【図5】パソコンに管理されるユーザ情報に係るアドレス帳を表す。
【図6】パソコンに管理されるユーザ情報に係るツリー構造を表す。
【図7】パソコンとLDAPサーバの間での要求と応答に係るシステム図である。
【図8】パソコンとLDAPサーバの間での要求と応答に係るフロー図である。
【図9】システム初期設定画面とLDAPサーバ登録/変更画面を表す。
【図10】パソコンとLDAPサーバの間での要求と応答に係る画面変化図である。
【図11】LDAPサーバから取得されたユーザ情報を表す。
【図12】第1実施例に係るシステム図である。
【図13】第1実施例に係るフロー図である。
【図14】取得項目と管理項目との対応関係を記入するための記入用紙を表す。
【図15】パソコンに管理されるカスタマイズ情報に係る対応表を表す。
【図16】第2実施例に係るシステム図である。
【図17】第2実施例に係るフロー図である。
【図18】取得項目と管理項目との対応関係を入力するための入力画面を表す。
【図19】第3実施例に係るシステム図である。
【図20】第3実施例に係るフロー図である。
【図21】第4実施例に係るシステム図である。
【図22】第4実施例に係るフロー図である。
【図23】図10の画面変化図に続く画面変化図である。
【図24】どの管理項目にユーザ情報を登録して管理するかを記入するための記入用紙を表す。
【図25】第5実施例に係るシステム図である。
【図26】第5実施例に係るフロー図である。
【図27】どの管理項目にユーザ情報を登録して管理するかを入力するための入力画面を表す。
【図28】第6実施例に係るシステム図である。
【図29】第6実施例に係るフロー図である。
【符号の説明】
101 パソコン
111 パソコン本体
112 ディスプレイ
113 キーボード
114 マウス
201 CPU
202 ROM
203 RAM
204 HDD
205 MODEM
301 OS
302 メールソフト
303 ネットワークソフト
304 ユーザ情報管理ソフト
305 スキャナドライバ
306 プリンタドライバ
401 メール画面
501 アドレス帳
601 ツリー構造
701 LDAPサーバ
711 LAN
901 システム初期設定画面
902 LDAPサーバ登録/変更画面
903 属性カスタマイズボタン
1001 ルーペボタン
1002 LDAP検索ボタン
1011 LDAPサーバ選択ボタン
1012 LDAP検索条件入力ボタン
1021 OKボタン
1022 OKボタン
1401 記入用紙
1501 対応表
1601 パソコン
1801 入力画面
1802 入力情報送信ボタン
2301 詳細ボタン
2302 閉じるボタン
2311 見出し切り替えボタン
2321 検索結果印刷ボタン
2322 検索結果送信ボタン
2323 一括登録ボタン
2324 選択登録ボタン
2401 記入用紙
2501 パソコン
2701 入力画面
2702 入力情報送信ボタン
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to an information processing device having an information processing function, such as an information device having an information processing function as its main function, and an electric device having an information processing function as its subordinate function, and an information processing method.
[0002]
[Prior art]
In recent years, various electric devices have been equipped with an information processing function. For example, a mobile phone that manages information such as an address book input by a user, a satellite broadcast receiver that manages information such as channel settings input by a user, and an electronic device that manages information such as recipes obtained via the Internet. Range and the like. In order to realize such an information processing function, an electric device includes an arithmetic device, a storage device, a communication device, and the like. In other words, it can be said that this is the conversion of electrical equipment to information equipment.
[0003]
[Problems to be solved by the invention]
Among the functions of information devices and electric devices, there are functions that require “user information”. For example, when a mobile phone functions as a mailer or a telephone, "user information" such as a mail address and a telephone number is required. Information equipment and electrical equipment sometimes have a function to manage these user information.However, information equipment and electrical equipment also have a function to acquire these user information from the "information management server". It is convenient if they are provided. An example of such an “information management server” is an LDAP (Lightweight Directory Access Protocol) server used for managing employee information, customer information, resident information, and the like.
[0004]
In the LDAP server, a person or an organization is regarded as an “object”. Information about each object is stored by an "entry" of each object. The entry stores “object class” which is information on the type of the object, “attribute” which is information on the property of the object, and the like. Attributes are "attribute types" such as c (country) o (organization) ou (organizational unit) cn (first and last name) sn (last name) givenName (first name) telephoneNumber (telephone number) mail (mail address), and c: Japan , O: Ricoh, ou: R & D department, cn: Suzuki Taro, sn: Suzuki, givenName: Taro, etc. Since each entry is hierarchized by an object class, the identifier (DN) of each entry is formed by arranging the relative identifier (RDN) of each entry derived from one attribute (identification attribute) of each entry in the hierarchical order. Is done.
[0005]
Various "requests" and "responses" are repeated between the LDAP client and the LDAP server. In LDAP, authentication-related operations such as binding and unbinding, query-related operations such as search and compare, addition, deletion, and modification are performed. Update operations such as are provided. For example, when a "search operation" is requested from the LDAP client to the LDAP server, a "search result" is returned from the LDAP server to the LDAP client.
[0006]
By the way, when the information device or the electric device acquires the user information from the LDAP server, it is necessary to associate the acquisition item of the user information acquired from the LDAP server with the management item of the user information managed by the information device or the electric device. There is. This is because the management items of the user information (attributes stored in the entries) managed by the LDAP server and the management items of the user information managed by the information devices and the electrical devices are not always the same. For example, in the LDAP server, a mail address is managed in a management item (attribute) of “mail”, but in an information device or an electric device, a mail address is managed in a management item of “mail address”. Therefore, it is convenient to customize the correspondence between the acquisition items of the user information acquired from the LDAP server and the management items of the user information managed by the information device or the electric device.
[0007]
Further, when the information device or the electric device acquires the user information from the LDAP server, it is necessary to select which management item the user information is to be registered and managed. For example, when the information device or the electric device acquires “mail” and “telephoneNumber” from the LDAP server, the user information may be registered in only one of the management item “mail address” and the management item “telephone number”. This is because user information may be registered for both the management item “mail address” and the management item “telephone number”.
[0008]
Therefore, first, the present invention relates to an information processing apparatus that acquires and manages user information from an information management server such as an LDAP server, and obtains user information items acquired from the information management server, It is an object to propose a technique for customizing the correspondence between user information and management items.
[0009]
Therefore, the present invention secondly relates to an information processing apparatus that acquires and manages user information from an information management server such as an LDAP server, and when the user information is acquired from the information management server, It is an object to propose a method of selecting whether to manage the data.
[0010]
[Means for Solving the Problems]
The invention (information processing apparatus) according to claim 1 includes an information acquisition unit that acquires user information from an information management server that manages user information, and an information management unit that manages the user information acquired by the information acquisition unit. An information processing apparatus comprising: an image acquired from an entry sheet in which a correspondence between an acquisition item of user information acquired by the information acquisition unit and a management item of user information managed by the information management unit is entered. And customizing means for customizing the correspondence between the acquired items and the management items based on the information.
[0011]
According to a second aspect of the present invention, there is provided an information processing apparatus comprising: an information acquisition unit that acquires user information from an information management server that manages user information; and an information management unit that manages the user information acquired by the information acquisition unit. An information processing apparatus comprising: an information processing apparatus for printing an entry sheet for entering a correspondence relationship between an acquisition item of user information acquired by the information acquisition unit and a management item of user information managed by the information management unit. Image input means for receiving an image printed from the image transmitted by the image output means and receiving an image obtained from an entry sheet on which the correspondence between the acquired items and the management items is entered. Means for customizing a correspondence relationship between the acquired items and the management items based on an image received by the image input means Equipped with a stage.
[0012]
According to a third aspect of the present invention, there is provided an information processing apparatus comprising: an information acquisition unit that acquires user information from an information management server that manages user information; and an information management unit that manages the user information acquired by the information acquisition unit. An information processing apparatus provided with the information acquisition device, wherein a correspondence relationship between an acquisition item of user information acquired by the information acquisition unit and a management item of user information managed by the information management unit is customized. When the means obtains the user information, the image output means for transmitting an image for printing an entry sheet for writing in which management item the user information is registered and managed, and transmitted by the image output means. Receives an image obtained from an entry sheet printed with an image printed and in which management items the user information is registered and managed. Comprising an image input means, said information management means, on the basis of the image received by the image input unit, registers the user information for managing the respective management items.
[0013]
According to a fourth aspect of the present invention, there is provided an information processing apparatus comprising: an information acquisition unit that acquires user information from an information management server that manages user information; and an information management unit that manages the user information acquired by the information acquisition unit. An information processing apparatus comprising: an input screen for inputting a correspondence relationship between an acquisition item of user information acquired by the information acquisition unit and a management item of user information managed by the information management unit. A customizing unit that customizes a correspondence between the acquired item and the management item based on input information of a correspondence between the acquired item and the management item.
[0014]
The invention (information processing apparatus) according to claim 5 includes an information acquisition unit that acquires user information from an information management server that manages user information, and an information management unit that manages the user information acquired by the information acquisition unit. An information processing apparatus comprising: a transmitting unit that transmits an input screen for inputting a correspondence relationship between an acquisition item of user information acquired by the information acquisition unit and a management item of user information managed by the information management unit. Means, receiving means for receiving input information of the correspondence between the obtained item and the management item input on the input screen transmitted by the transmitting means, based on the input information received by the receiving means, There is provided a customizing unit for customizing a correspondence relationship between the acquired item and the management item.
[0015]
The invention (information processing apparatus) according to claim 6 includes an information acquisition unit that acquires user information from an information management server that manages user information, and an information management unit that manages the user information acquired by the information acquisition unit. An information processing apparatus provided with the information acquisition device, wherein a correspondence relationship between an acquisition item of user information acquired by the information acquisition unit and a management item of user information managed by the information management unit is customized. When the means obtains the user information, a transmitting means for transmitting an input screen for inputting which management item the user information is to be registered and managed, and which of the input screens are transmitted by the input screen transmitted by the transmitting means. Receiving means for receiving input information as to whether user information is registered and managed in a management item, wherein the information managing means receives the input information by the receiving means; Based on the input information, and registers the user information for managing the respective management items.
[0016]
The invention (information processing apparatus) according to claim 7 includes an information acquisition unit that acquires user information from an information management server that manages user information, and an information management unit that manages the user information acquired by the information acquisition unit. An information processing apparatus comprising: an input screen for inputting a correspondence between an acquisition item of user information acquired by the information acquisition unit and a management item of user information managed by the information management unit. Display means, operation means for inputting a correspondence relationship between the obtained items and the management items on an input screen displayed by the display means, and the obtained items and the management items input by the operation means Customizing means for customizing the correspondence between the acquired item and the management item based on input information of the correspondence between the acquired item and the management item.
[0017]
The invention (information processing apparatus) according to claim 8 includes an information acquisition unit that acquires user information from an information management server that manages user information, and an information management unit that manages user information acquired by the information acquisition unit. An information processing apparatus provided with the information acquisition device, wherein a correspondence relationship between an acquisition item of user information acquired by the information acquisition unit and a management item of user information managed by the information management unit is customized. When the means obtains the user information, a display means for displaying an input screen for inputting in which management item the user information is to be registered and managed, and an input screen displayed by the display means Operating means for inputting whether to register and manage user information in a management item, wherein the information managing means is inputted by the operating means; Based on whether the input information and manages the registered user information to the management item of Tado, to register the user information managed in each management item.
[0018]
According to a ninth aspect of the invention (information processing apparatus), the input screen is a Web screen according to any one of the fourth to eighth aspects of the invention (information processing apparatus).
[0019]
The invention (information processing apparatus) according to claim 10 is the invention (information processing apparatus) according to any one of claims 1 to 8, wherein the information management server is an LDAP server.
[0020]
An invention (information processing method) according to claim 11, comprising: an information acquisition step of acquiring user information from an information management server that manages user information; and an information management step of managing the user information acquired by the information acquisition step. An information processing method comprising: an image obtained from an entry sheet in which a correspondence between an acquisition item of user information acquired in the information acquisition step and a management item of user information managed in the information management step is entered. And a customizing step of customizing the correspondence between the acquired items and the management items based on the information.
[0021]
According to a twelfth aspect of the present invention, there is provided an information processing method comprising: an information acquisition step of acquiring user information from an information management server that manages user information; and an information management step of managing the user information acquired by the information acquisition step. An information processing method comprising: printing an entry sheet for entering a correspondence between an acquisition item of user information acquired in the information acquisition step and a management item of user information managed in the information management step. An image input step of receiving an image printed from the image transmitted in the image output step and obtained from an entry sheet in which the correspondence between the acquired items and the management items is entered. And a customizing step of customizing a correspondence relationship between the acquired item and the management item based on the image received in the image inputting step. Comprising the step.
[0022]
The invention (information processing method) according to claim 13 includes an information acquisition step of acquiring user information from an information management server that manages user information, and an information management step of managing the user information acquired in the information acquisition step. An information processing method comprising: when the correspondence between an acquisition item of user information acquired in the information acquisition step and a management item of user information managed in the information management step is customized, When the step acquires the user information, an image output step of transmitting an image for printing an entry sheet for filling in which management item the user information is registered and managed, and an image output step of transmitting the image by the image output step. Received from an entry sheet printed with the image that was entered and in which management items the user information is registered and managed. Comprising an image input step, the information management step, on the basis of the image received by the image input step, and registers the user information for managing the respective management items.
[0023]
The invention (information processing method) according to claim 14 includes an information acquisition step of acquiring user information from an information management server that manages user information, and an information management step of managing the user information acquired in the information acquisition step. An information processing method comprising: inputting on an input screen for inputting a correspondence between an acquisition item of user information acquired in the information acquisition step and a management item of user information managed in the information management step. A customizing step of customizing a correspondence relationship between the acquisition item and the management item based on input information of a correspondence relationship between the acquisition item and the management item.
[0024]
The invention (information processing method) according to claim 15 includes an information acquisition step of acquiring user information from an information management server that manages user information, and an information management step of managing the user information acquired in the information acquisition step. An information processing method comprising: transmitting an input screen for inputting a correspondence between an acquisition item of user information acquired in the information acquisition step and a management item of user information managed in the information management step. And receiving the input information of the correspondence between the acquired item and the management item input on the input screen transmitted by the transmitting step, based on the input information received by the receiving step, A customizing step of customizing a correspondence between the acquired item and the management item.
[0025]
The invention (information processing method) according to claim 16 includes an information acquisition step of acquiring user information from an information management server that manages user information, and an information management step of managing user information acquired in the information acquisition step. An information processing method comprising: when the correspondence between an acquisition item of user information acquired in the information acquisition step and a management item of user information managed in the information management step is customized, When the step acquires the user information, a transmitting step of transmitting an input screen for inputting which management item the user information is to be registered and managed, and which of the input screens is transmitted on the input screen transmitted by the transmitting step. A receiving step of receiving input information as to whether to register and manage user information in a management item, wherein the information managing step comprises: Based on the signal input information, and registers the user information for managing the respective management items.
[0026]
The invention (information processing method) according to claim 17 includes an information acquisition step of acquiring user information from an information management server that manages user information, and an information management step of managing the user information acquired in the information acquisition step. An information processing method comprising: a display for displaying an input screen for inputting a correspondence between an acquisition item of user information acquired in the information acquisition step and a management item of user information managed in the information management step. And customizing for customizing the correspondence between the acquisition item and the management item based on input information of the correspondence between the acquisition item and the management item input on the input screen displayed in the display step It has a stage.
[0027]
The invention (information processing method) according to claim 18 includes an information acquisition step of acquiring user information from an information management server that manages user information, and an information management step of managing user information acquired in the information acquisition step. An information processing method comprising: when the correspondence between an acquisition item of user information acquired in the information acquisition step and a management item of user information managed in the information management step is customized, When the step obtains the user information, the display step includes a display step of displaying an input screen for inputting which management item registers and manages the user information, and the information management step is displayed by the display step. Based on the input information on which management item is registered and managed on the input screen that is entered on the input screen, And manages the recording.
[0028]
The invention (information processing method) according to claim 19 is the invention according to any one of claims 14 to 18, wherein the input screen is a Web screen.
[0029]
The invention (information processing method) according to claim 20 is the invention (information processing method) according to any one of claims 11 to 18, wherein the information management server is an LDAP server.
[0030]
The invention (information processing device) according to claim 1, 2, 4, 5, or 7 is obtained from the information management server with respect to the information processing device that obtains and manages user information from an information management server such as an LDAP server. It is possible to relatively easily customize the correspondence between the user information acquisition items to be managed and the user information management items managed by the information processing apparatus.
[0031]
The invention (information processing apparatus) according to claim 3, 6 or 8 relates to an information processing apparatus that obtains and manages user information from an information management server such as an LDAP server, when the user information is obtained from the information management server. It is possible to relatively easily select which management item the user information is to be registered and managed.
[0032]
The invention (information processing method) according to claim 11, 12, 14, 15, or 17 is related to an information processing method for obtaining and managing user information from an information management server such as an LDAP server, and is obtained from the information management server. It is possible to relatively easily customize the correspondence between the user information acquisition items to be managed and the user information management items managed by the information processing method.
[0033]
The invention (information processing method) according to claim 13, 16 or 18 relates to an information processing method for obtaining and managing user information from an information management server such as an LDAP server, when user information is obtained from the information management server. It is possible to relatively easily select which management item the user information is to be registered and managed.
[0034]
BEST MODE FOR CARRYING OUT THE INVENTION
An embodiment of the present invention will be described.
[0035]
FIG. 1 shows a personal computer (personal computer) 101 according to an embodiment of the present invention. The personal computer 101 shown in FIG. 1 includes a personal computer main body 111, a display 112, a keyboard 113, and a mouse 114. The display 112 is hardware (display unit) for the personal computer body 111 to output to the user. The keyboard 113 and the mouse 114 are hardware (operation unit) for a user to input data to the personal computer 111.
[0036]
FIG. 2 shows a hardware configuration of the personal computer main body 111. The personal computer main body 111 includes a CPU (Central Processing Unit) 201, a ROM (Read Only Memory) 202, a RAM (Random Access Memory) 203, an HDD (Hard Disk Drive) 204, and a MODEM (Modem) 205. The CPU 201 is a computing unit of the personal computer 111, the ROM 202, the RAM 203, and the HDD 204 are storage units of the personal computer 111, and the MODEM 205 is hardware corresponding to a communication unit of the personal computer 111.
[0037]
FIG. 3 shows a software configuration of the personal computer main body 111. An HDD (Operating System) 301, mail software 302 as a mail-related application, network software 303 as a network-related application, and user information management software as a platform for managing user information are stored in the HDD 204 of the personal computer 111. 304, a scanner driver 305, and a printer driver 306 are installed. The OS 301 is UNIX (registered trademark) here. The network software 303 includes Web server software for distributing HTML documents and the like, a Web browser for browsing HTML documents and the like, and the like.
[0038]
(User information)
Management of user information in the personal computer 101 in FIG. 1 will be described.
[0039]
In the personal computer 101 of FIG. 1, user information is stored and managed in the HDD 204 (see FIG. 2) by the user information management software 304 (see FIG. 3), and is used by the mail software 302 (see FIG. 3) and the like. . This is because when the personal computer 101 functions as a mailer, user information such as a mail address is required. The personal computer 101 can execute information processing such as transmitting an e-mail to another device via a network or the like using the user information stored and managed in the HDD 204 by the user information management software 304.
[0040]
In the personal computer 101 shown in FIG. 1, user information is managed in an address book 501 as shown in FIG. That is, the user (entry) is managed based on the user ID (entry ID), and the user information is the item value of the management item such as “name”, “display name”, “yomigana”, “mail address”, and “telephone number”. Is managed as The data structure of the user information of each user is a tree structure 601 as shown in FIG. That is, the management items "name" and "display name" are parent items, and the management items "mail address" and "telephone number" are child items.
[0041]
The personal computer 101 in FIG. 1 can acquire and manage user information from an LDAP server via a network or the like. As shown in FIG. 7, the personal computer 101 is connected to three LDAP servers 701 (LDAP servers A, B, and C) via a LAN 711, and the three LDAP servers 701 (LDAP servers A, B, and C). From the user via the LAN 711.
[0042]
This will be specifically described with reference to the system diagram and the flow chart of FIGS. The mail software 302 displays a mail screen 401 as shown in FIG. When an operation for acquiring (retrieving) user information from the LDAP server 701 is input via this screen, a request to acquire server information is transmitted from the mail software 302 to the user information management software 304 (S1). In response, the server information is provided from the user information management software 304 to the mail software 302 (S2).
[0043]
The server information is information on the LDAP server 701 connected to the personal computer 101, and is stored in the HDD 204 and managed by the user information management software 304. The management items of the server information are “server name”, “port number”, “IP address” and the like. Server information can be registered and changed on a system initial setting screen 901 and an LDAP server registration / change screen 902 as shown in FIG. More specifically, when the “LDAP server registration / change button” is clicked with the mouse 114 on the system initial setting screen 901, the screen moves to the LDAP server registration / change screen 902, and the server is displayed on the LDAP server registration / change screen 902. When the information is input and the “setting button” is clicked with the mouse 114, the screen returns to the system initial setting screen 901 and the server information is registered / changed. These screens are displayed on the display 112 by the user information management software 304.
[0044]
Subsequently, when an operation for acquiring (searching) desired user information from the desired LDAP server 701 based on the server information is input, a search request for user information is transmitted from the mail software 302 to the user information management software 304. (S3) Then, in response to this, the user information management software 304 requests the LDAP server 701 to perform a search operation (S4). In response, the LDAP server 701 responds to the user information management software 304 with a search result (S5). In response, the user information management software 304 transmits a user information search end notification to the mail software 302 (S6).
[0045]
Subsequently, a request for obtaining user information is transmitted from the mail software 302 to the user information management software 304 (S7), and the user information is provided from the user information management software 304 to the mail software 302 in response to the request (S8).
[0046]
This will be described with reference to the screen change diagram of FIG. Screen A is the mail screen 401 of FIG. When “loupe button 1001” is clicked on screen A with mouse 114, the screen moves to screen B. When “LDAP search button 1002” is clicked on screen B with mouse 114, the screen moves to screen C. When "LDAP server selection button 1011" is clicked with mouse 114 on screen C, the screen moves to screen D. When "LDAP search condition input button 1012" is clicked on screen C with mouse 114, screen E is displayed on screen E. Moves. When the LDAP server is selected on the screen D and the "OK button 1021" is clicked with the mouse 114, the screen returns to the screen C, the LDAP search condition is input on the screen E, and the "OK button 1022" is clicked with the mouse 114. Then, the screen changes to the screen F, and the user information is eventually displayed.
[0047]
Note that an operation of clicking the “LDAP search button 1002” on the screen B with the mouse 114 corresponds to an operation of acquiring (searching) user information from the LDAP server 701, and selecting an LDAP server on the screen D and clicking “ An operation of clicking the "OK button 1021" with the mouse 114 and an operation of inputting the LDAP search condition on the screen E and clicking the "OK button 1022" with the mouse 114 acquire desired user information from the desired LDAP server 701 ( Search).
[0048]
FIG. 11 shows a search result returned from the LDAP server 701 to the user information management software 304 (S5), that is, the user information acquired from the LDAP server 701. The acquisition items of the user information are "cn", "sn", "givenName", "mail", "telephoneNumber" and the like. This is because the LDAP server 701 manages user information as item values (attribute values) of management items (attributes) such as "cn", "sn", "givenName", "mail", and "telephoneNumber". To be more precise, in the LDAP server 701, characters other than ASCII characters such as Japanese are described after being encoded in Base64 format, but are omitted in FIG. 11 for convenience.
[0049]
By the way, when the personal computer 101 acquires user information from the LDAP server 701, it is necessary to make the acquisition items of the user information acquired from the LDAP server 701 correspond to the management items of the user information managed by the personal computer 101. This is because the management items of the user information managed by the LDAP server 701 and the management items of the user information managed by the personal computer 101 are not always the same. For example, in the LDAP server 701, the mail address is managed in a management item “mail” (see FIG. 11), but in the personal computer 101, the mail address is managed in a management item “mail address” (see FIGS. 5 and 6). You. Therefore, it is convenient to customize the correspondence between the user information acquisition items acquired from the LDAP server 701 and the user information management items managed by the personal computer 101. This will be dealt with in the first, second and third embodiments.
[0050]
Furthermore, when the personal computer 101 acquires the user information from the LDAP server 701, it is necessary to select which management item the user information is to be registered and managed. For example, when the personal computer 101 acquires “mail” and “telephoneNumber” from the LDAP server 701, the user information may be registered in only one of the management item “mail address” and the management item “telephone number”. This is because user information may be registered for both the “mail address” and the management item “telephone number”. This will be dealt with in the fourth, fifth and sixth embodiments.
[0051]
(First embodiment)
A first embodiment according to the personal computer 101 of FIG. 1 will be described with reference to the system diagram and the flow chart of FIG. 12 and FIG.
[0052]
In the first embodiment, when the “attribute customization button 903” is clicked on the LDAP server registration / change screen 902 in FIG. 9 with the mouse 114, the user information management software 304 starts attribute customization (S11). Then, a search operation is requested from the user information management software 304 to the LDAP server 701 to acquire (search) the user information of the representative user from the LDAP server 701 (S12), and the user information management is performed by the LDAP server 701 accordingly. The search result is returned to the software 304 (S13). Further, in order to print an entry form 1401 as shown in FIG. 14 based on the user information of the representative user, a print request for the entry form 1401 is transmitted from the user information management software 304 to the printer driver 306 (see FIG. 3) (S14). Then, using the MODEM 205 (see FIG. 2) as a transmission unit, an image for printing the entry sheet 1401 is transmitted to the printer 1202 by the printer driver 306, and the entry sheet 1401 is printed by the printer 1202.
[0053]
The entry form 1401 in FIG. 14 includes an acquisition item (acquisition attribute) of the user information acquired from the LDAP server 701 and a management item of the user information managed by the personal computer 101 (a management item of the address book 501 in FIG. 5). This is an entry form for entering the correspondence. For example, when associating the acquired item "mail" with the management item "mail address", the square at the intersection of both items is painted out with a pencil or the like as shown in FIG. When a plurality of rectangles are painted vertically, for example, the top and bottom rectangles are treated as being painted. In the first embodiment, the correspondence between the acquired items and the management items is customized based on the entry information of the correspondence between the acquired items and the management items entered in the entry sheet 1401. In addition, the user information of the representative user plays a role of explaining the meaning of the acquired item.
[0054]
It is assumed that an image (image data) for printing the entry sheet 1401 in FIG.
[0055]
Subsequently, the correspondence between the acquired items and the management items is entered in an entry sheet 1401 printed by the printer 1202, an image is acquired from the entry sheet 1401 by the scanner 1201, and the MODEM 205 is used as a receiving unit, and the scanner driver 305 is used. When the image is received from the scanner 1201 (see FIG. 3), the image is provided from the scanner driver 305 to the user information management software 304 (S15). It is necessary for the personal computer 101 to recognize that the image received from the scanner 1201 is an “image obtained from the entry sheet 1401”. When an operation to the effect is input, the user information management software 304 recognizes that the image is an “image obtained from the entry form 1401”.
[0056]
Subsequently, the user information management software 304 customizes the correspondence between the acquired items and the management items based on the image (S16). More specifically, the user information management software 304 performs image processing on the image, detects entry information on the correspondence between the acquired items entered in the entry sheet 1401 and the management items, and detects the entry information. Customize the correspondence between acquired items and management items based on the information. Here, the image processing is pseudo OMR processing, and similarly to a mark sheet, whether or not a square is painted with a pencil or the like is detected by white or black threshold processing. The customization information is stored and managed in the HDD 204 by the user information management software 304 in a correspondence table 1501 as shown in FIG.
[0057]
As described above, in the first embodiment, the correspondence between the acquisition items of the user information acquired from the LDAP server 701 and the management items of the user information managed by the personal computer 101 is determined by the entry form 1401 as shown in FIG. Can be customized relatively easily.
[0058]
(Second embodiment)
A second embodiment according to the personal computer 101 of FIG. 1 will be described with reference to the system diagram and the flowchart of FIGS.
[0059]
In the second embodiment, when the “attribute customization button 903” is clicked on the LDAP server registration / change screen 902 in FIG. 9 with the mouse 114, the user information management software 304 starts attribute customization (S21). Then, a search operation is requested from the user information management software 304 to the LDAP server 701 to acquire (search) the user information of the representative user from the LDAP server 701 (S22). The search result is returned to the software 304 (S23). Further, in order to transmit an input screen 1801 as shown in FIG. 18 based on the user information of the representative user, a mail transmission request is transmitted from the user information management software 304 to the network software 303 (see FIG. 3) (S24). Using the MODEM 205 as a transmission unit, the network software 303 transmits an e-mail to another device via a network or the like. Here, it is transmitted to the personal computer 1601 (a personal computer other than the personal computer 101) connected to the LAN 711 via the LAN 711.
[0060]
The input screen 1801 in FIG. 18 includes an acquisition item (acquisition attribute) of user information acquired from the LDAP server 701 and a management item of user information managed by the personal computer 101 (management item of the address book 501 in FIG. 5). It is an input screen for inputting a correspondence. For example, when associating the acquired item “mail” with the management item “mail address”, a check is made by, for example, clicking the rectangle at the intersection of both items with the mouse as shown in FIG. In the second embodiment, the correspondence between the acquired items and the management items is customized based on the input information of the correspondence between the acquired items and the management items input on the input screen 1801. In addition, the user information of the representative user plays a role of explaining the meaning of the acquired item.
[0061]
The input screen 1801 in FIG. 18 is assumed to be a Web screen here. An HTML document (HTML document data) for displaying the input screen 1801 is stored in the HDD 204. Here, it is assumed that the above mail is an HTML mail. The URL of the HTML document for displaying the input screen 1801 is described in the above mail. As already described with reference to FIG. 1, the network software 303 includes Web server software for distributing HTML documents and the like, a Web browser for browsing HTML documents and the like.
[0062]
When the mail transmitted from the personal computer 101 is opened on the personal computer 1601, the URL of an HTML document for displaying the input screen 1801 is described. When the user tries to browse the HTML document using the URL to display the input screen 1801, a distribution request of the HTML document is transmitted to the personal computer 101.
[0063]
When the personal computer 101 receives a distribution request of an HTML document for displaying the input screen 1801 from the personal computer 1601 by using the MODEM 205 as a receiving unit and Web server software constituting the network software 303, the MODEM 205 is used as a transmitting unit. The input screen 1801 is transmitted (distributed) to the personal computer 1601 in the form of an HTML document by the Web server software constituting the software 303.
[0064]
On the personal computer 1601, the correspondence between the acquired items and the management items is input on the input screen 1801 transmitted (distributed) in the form of an HTML document from the personal computer 101, and the input information transmission button 1802 is clicked. Input information on the correspondence between the acquired items and the management items input on the input screen 1801 is transmitted.
[0065]
When the PC 101 receives the input information from the personal computer 1601 by the Web server software constituting the network software 303 using the MODEM 205 as a receiving unit, the input information is provided from the network software 303 to the user information management software 304 (S25). ) Is done.
[0066]
Subsequently, the user information management software 304 customizes the correspondence between the acquired items and the management items based on the input information (S26). The customization information is stored and managed in the HDD 204 by the user information management software 304 in a correspondence table 1501 as shown in FIG.
[0067]
As described above, in the second embodiment, the correspondence between the acquisition items of the user information acquired from the LDAP server 701 and the management items of the user information managed by the personal computer 101 is determined by the input screen 1801 as shown in FIG. Can be customized relatively easily.
[0068]
(Third embodiment)
A third embodiment relating to the personal computer 101 of FIG. 1 will be described with reference to the system diagram and the flow diagram of FIGS. 19 and 20.
[0069]
In the third embodiment, when the “attribute customization button 903” is clicked on the LDAP server registration / change screen 902 in FIG. 9 with the mouse 114, the user information management software 304 starts attribute customization (S31). Then, a search operation is requested from the user information management software 304 to the LDAP server 701 to acquire (search for) the user information of the representative user from the LDAP server 701 (S32), and the user information management is performed by the LDAP server 701 accordingly. The search result is returned to the software 304 (S33). Further, in order to display an input screen 1801 as shown in FIG. 18 based on the user information of the representative user, a request to display the input screen 1801 is transmitted from the user information management software 304 to the network software 303 (S34), and the display 112 An input screen 1801 is displayed.
[0070]
The input screen 1801 in FIG. 18 includes an acquisition item (acquisition attribute) of user information acquired from the LDAP server 701 and a management item of user information managed by the personal computer 101 (management item of the address book 501 in FIG. 5). It is an input screen for inputting a correspondence. For example, when the acquired item “mail” and the management item “mail address” are associated with each other, a check is made by clicking the rectangle at the intersection of both items with the mouse 114 as shown in FIG. In the third embodiment, the correspondence between the acquired items and the management items is customized based on the input information of the correspondence between the acquired items and the management items input on the input screen 1801. In addition, the user information of the representative user plays a role of explaining the meaning of the acquired item.
[0071]
The input screen 1801 in FIG. 18 is assumed to be a Web screen here. An HTML document (HTML document data) for displaying the input screen 1801 is stored in the HDD 204. As already described with reference to FIG. 1, the network software 303 includes Web server software for distributing HTML documents and the like, a Web browser for browsing HTML documents and the like.
[0072]
The input screen 1801 displayed by the display 112 is transmitted (distributed) and displayed in the form of an HTML document from the Web server software constituting the network software 303 to the Web browser constituting the network software 303.
[0073]
Subsequently, on the input screen 1801 displayed on the display 112, the correspondence between the acquired item and the management item is input by the keyboard 113 or the mouse 114, and when the input information transmission button 1802 is clicked by the mouse 114, The input information on the correspondence between the acquired items and the management items input on the input screen 1801 is provided from the network software 303 to the user information management software 304 (S35).
[0074]
Input information input by the keyboard 113 and the mouse 114 is transmitted from a Web browser constituting the network software 303 to Web server software constituting the network software 303 and provided.
[0075]
Subsequently, the user information management software 304 customizes the correspondence between the acquired items and the management items based on the input information (S36). The customization information is stored and managed in the HDD 204 by the user information management software 304 in a correspondence table 1501 as shown in FIG.
[0076]
As described above, in the third embodiment, the correspondence between the user information acquisition items acquired from the LDAP server 701 and the user information management items managed by the personal computer 101 is determined by the input screen 1801 as shown in FIG. Can be customized relatively easily.
[0077]
(Fourth embodiment)
A fourth embodiment according to the personal computer 101 of FIG. 1 will be described with reference to the system diagram and the flowchart of FIGS. 21 and 22.
[0078]
In the fourth embodiment, it is assumed that the correspondence between the user information acquisition items acquired from the LDAP server 701 and the user information management items managed by the personal computer 101 is customized. Here, it is assumed that the correspondence between the acquired items and the management items is customized by the method of the first embodiment, and the customization information is accumulated in the HDD 204 and managed by the user information management software 304.
[0079]
The screen change diagram of FIG. 23 is a screen change diagram following the screen change diagram of FIG. In the fourth embodiment, the screen changes from the screen F in FIG. 10 to the screen G in FIG.
[0080]
The screen G displays the user information provided (S8) from the user information management software 304 to the mail software 302. This user information is a search result returned from the LDAP server 701 to the user information management software 304 (S5), that is, the user information acquired from the LDAP server 701. However, the user information management software 304 replaces the acquired items (see FIG. 11) with the management items (see FIGS. 5 and 6) based on the customization information instead of the user information acquired from the LDAP server 701 as it is. It is. For example, the acquisition item “mail” has been replaced with a management item “mail address”. The reason why a large number of user information of the user “Suzuki **” is displayed on the screen G in FIG. 23 is that the LDAP search condition “Name” was input as “Suzuki” with a forward match on the screen E in FIG. is there.
[0081]
When the user “Taro Suzuki” is clicked with the mouse 114 on the screen G and the “Details button 2301” is clicked with the mouse 114, the screen is switched to the screen H. On the screen H, details of the user information of the user “Taro Suzuki” are displayed. After all, the acquired items have been replaced by management items. When “close button 2302” is clicked on screen H with mouse 114, the screen returns to screen G.
[0082]
When “heading change button 2311” is clicked on screen G with mouse 114, the screen is switched to screen I.
[0083]
When the “search result print button 2321” is clicked on the screen I with the mouse 114, a print request of the search result (user information obtained from the LDAP server 701) is transmitted from the mail software 302 to the user information management software 304. Then, a print request of the search result is transmitted from the user information management software 304 to the printer driver 306, and an image for printing the search result is transmitted to the printer 2102 by the printer driver 306 using the MODEM 205 as a transmission unit. Prints the search result. This makes it relatively easy to check the search results.
[0084]
When “search result transmission button 2322” is clicked with mouse 114 on screen I, a transmission request for the search result (user information obtained from LDAP server 701) is transmitted from mail software 302 to user information management software 304. Then, a transmission result of the search result is transmitted from the user information management software 304 to the network software 303, and the MODEM 205 is used as a transmission unit, and the mail in which the search result is described by the network software 303 (even if it is described in text, it is described as an image) May be transmitted to other devices via a network or the like. Instead of the mail in which the search result is described, a mail in which the URL of the HTML document for displaying the search result may be described. These make it relatively easy to check the search results.
[0085]
When “batch registration button 2323” is clicked on screen I with mouse 114, a batch registration request for a search result (user information obtained from LDAP server 701) is transmitted from mail software 302 to user information management software 304. Then, the user information management software 304 registers the user information in all the management items in which the user information to be registered exists for all the users in which the user information to be registered exists. The user information is registered and managed in each management item of the address book 501 in FIG.
[0086]
When “selection registration button 2324” is clicked with mouse 114 on screen I, a selection registration request for a search result (user information obtained from LDAP server 701) is transmitted from mail software 302 to user information management software 304 (S41). Is done. Then, in order to print the entry sheet 2401 as shown in FIG. 24, a print request for the entry sheet 2401 is transmitted from the user information management software 304 to the printer driver 306 (S42), and the MODEM 205 is used as a transmission unit and the entry is made by the printer driver 306. An image for printing the sheet 2401 is transmitted to the printer 2102, and the printer 2102 prints the entry sheet 2401.
[0087]
An entry form 2401 in FIG. 24 indicates which management items (management items in the address book 501 in FIG. 5) are to be registered and managed for each user when the user information is acquired from the LDAP server 701. It is an entry form to fill in. For example, when the user information is acquired from the LDAP server 701 and the user “Taro Suzuki” is registered and managed in the management item “mail address”, as shown in FIG. The square at the intersection of is painted with a pencil or the like. In the fourth embodiment, the user information is registered and managed in each management item based on the information on which management item entered in the entry form 2401 is registered and managed. The correspondence between the acquired items (acquired attributes) and the management items is printed on the entry form 2401 based on the customization information. This plays a role in explaining the correspondence between the acquired items and the management items.
[0088]
It is assumed that an image (image data) for printing the entry sheet 2401 in FIG.
[0089]
Subsequently, a management item to which user information is to be registered and managed is entered in an entry form 2401 printed by the printer 2102, an image is acquired from the entry form 2401 by the scanner 2101, and the MODEM 205 is used as a receiving unit. When the image is received from the scanner 2101 by the scanner driver 305, the image is provided from the scanner driver 305 to the user information management software 304 (S43). It is necessary to make the personal computer 101 recognize that the image received from the scanner 2101 is an “image obtained from the entry sheet 2401”. When an operation to the effect is input, the user information management software 304 recognizes that the image is an “image acquired from the entry sheet 2401”.
[0090]
Subsequently, the user information management software 304 registers user information in each management item based on the image (S44). More specifically, the user information management software 304 performs image processing on the image to detect entry information on which management item entered in the entry sheet 2401 to register and manage the user information. Then, based on the entered information, the user information is registered in each management item. Here, the image processing is pseudo OMR processing, and similarly to a mark sheet, whether or not a square is painted with a pencil or the like is detected by white or black threshold processing. The user information is registered and managed in each management item of the address book 501 in FIG.
[0091]
As described above, in the fourth embodiment, when the user information is obtained from the LDAP server 701, the user can determine which management item the user information is registered in and managed by using the entry form 2401 as shown in FIG. Can be selected relatively easily.
[0092]
(Fifth embodiment)
A fifth embodiment according to the personal computer 101 of FIG. 1 will be described with reference to the system diagram and the flow chart of FIGS. 25 and 26.
[0093]
In the fifth embodiment, it is assumed that the correspondence between the user information acquisition items acquired from the LDAP server 701 and the user information management items managed by the personal computer 101 is customized. Here, it is assumed that the correspondence between the acquired items and the management items is customized by the method of the second embodiment, and the customization information is accumulated in the HDD 204 and managed by the user information management software 304.
[0094]
The screen change diagram of FIG. 23 is a screen change diagram following the screen change diagram of FIG. In the fifth embodiment, the screen changes from the screen F in FIG. 10 to the screen G in FIG. The screen G, the screen H, and the “search result print button 2321”, the “search result transmission button 2322”, and the “collective registration button 2323” of the screen I are the same as in the fourth embodiment.
[0095]
When "selection registration button 2324" is clicked with mouse 114 on screen I, a selection registration request for a search result (user information obtained from LDAP server 701) is transmitted from mail software 302 to user information management software 304 (S51). Is done. Then, in order to transmit an input screen 2701 as shown in FIG. 27, a mail transmission request is transmitted from the user information management software 304 to the network software 303 (S52), and the mail is transmitted to the network by the network software 303 using the MODEM 205 as a transmission unit. Is transmitted to other devices via the like. Here, it is transmitted to the personal computer 2501 (a personal computer other than the personal computer 101) connected to the LAN 711 via the LAN 711.
[0096]
An input screen 2701 in FIG. 27 indicates which management item (management item in the address book 501 in FIG. 5) is to be registered and managed for each user when the user information is acquired from the LDAP server 701. It is an input screen for inputting. For example, when the user information is acquired from the LDAP server 701 and the user "Taro Suzuki" is registered and managed in the management item "mail address", as shown in FIG. Check by clicking on the square at the intersection of with the mouse. In the fifth embodiment, the user information is registered and managed in each management item based on which management item input on the input screen 2701 is used to register and manage the user information. The input screen 2701 displays the correspondence between the acquisition items (acquisition attributes) and the management items based on the customization information. This plays a role in explaining the correspondence between the acquired items and the management items.
[0097]
The input screen 2701 in FIG. 27 is assumed to be a Web screen here. It is assumed that an HTML document (HTML document data) for displaying the input screen 2701 is stored in the HDD 204. Here, it is assumed that the above mail is an HTML mail. The URL of the HTML document for displaying the input screen 2701 is described in the above mail. As already described with reference to FIG. 1, the network software 303 includes Web server software for distributing HTML documents and the like, a Web browser for browsing HTML documents and the like.
[0098]
When a mail transmitted from the personal computer 101 is opened on the personal computer 2501, the URL of an HTML document for displaying the input screen 2701 is described. When the user tries to browse the HTML document by using the URL to display the input screen 2701, a distribution request of the HTML document is transmitted to the personal computer 101.
[0099]
When the personal computer 101 receives a distribution request of an HTML document for displaying the input screen 2701 from the personal computer 2501 by using the MODEM 205 as a receiving unit and Web server software constituting the network software 303, the MODEM 205 is used as a transmitting unit and The input screen 2701 is transmitted (distributed) to the personal computer 2501 in the form of an HTML document by the Web server software constituting the software 303.
[0100]
On the personal computer 2501, the user inputs information on which management item is to be registered and managed on the input screen 2701 transmitted (distributed) from the personal computer 101 in the form of an HTML document, and clicks an input information transmission button 2702. The input information on which management item input on the input screen 2501 the user information is registered and managed is transmitted to the personal computer 101.
[0101]
When the PC 101 receives the input information from the personal computer 2501 by the Web server software constituting the network software 303 using the MODEM 205 as a receiving unit, the input information is provided from the network software 303 to the user information management software 304 (S53). ) Is done.
[0102]
Subsequently, the user information management software 304 registers the user information in each management item based on the input information (S54). The user information is registered and managed in each management item of the address book 501 in FIG.
[0103]
As described above, in the fifth embodiment, when the user information is acquired from the LDAP server 701, the user can use the input screen 2701 shown in FIG. 27 to determine in which management item the user information is to be registered and managed. Can be selected relatively easily.
[0104]
(Sixth embodiment)
A sixth embodiment relating to the personal computer 101 of FIG. 1 will be described with reference to the system diagram and the flow diagram of FIGS. 28 and 29.
[0105]
In the sixth embodiment, it is assumed that the correspondence between the acquisition items of the user information acquired from the LDAP server 701 and the management items of the user information managed by the personal computer 101 is customized. Here, it is assumed that the correspondence between the acquired items and the management items is customized by the method of the third embodiment, and the customization information is stored in the HDD 204 and managed by the user information management software 304.
[0106]
The screen change diagram of FIG. 23 is a screen change diagram following the screen change diagram of FIG. In the sixth embodiment, the screen is changed from the screen F in FIG. 10 to the screen G in FIG. The screen G, the screen H, and the “search result print button 2321”, the “search result transmission button 2322”, and the “collective registration button 2323” of the screen I are the same as in the fourth embodiment.
[0107]
When "selection registration button 2324" is clicked with mouse 114 on screen I, a selection registration request for a search result (user information obtained from LDAP server 701) is transmitted from mail software 302 to user information management software 304 (S61). Is done. Then, a display request for the input screen 2701 is transmitted from the user information management software 304 to the network software 303 to display the input screen 2701 as shown in FIG. 27 (S62), and the input screen 2701 is displayed on the display 112.
[0108]
An input screen 2701 in FIG. 27 indicates which management item (management item in the address book 501 in FIG. 5) is to be registered and managed for each user when the user information is acquired from the LDAP server 701. It is an input screen for inputting. For example, when the user information is acquired from the LDAP server 701 and the user "Taro Suzuki" is registered and managed in the management item "mail address", as shown in FIG. The square at the intersection of is checked by clicking with the mouse 114 or the like. In the sixth embodiment, the user information is registered and managed in each management item based on the input information on which management item is registered on the input screen 2701 and the user information is to be managed. Note that the input screen 2701 displays the correspondence between the acquisition items (acquisition attributes) and the management items based on the customization information. This plays a role in explaining the correspondence between the acquired items and the management items.
[0109]
The input screen 2701 in FIG. 27 is assumed to be a Web screen here. It is assumed that an HTML document (HTML document data) for displaying the input screen 2701 is stored in the HDD 204. As already described with reference to FIG. 1, the network software 303 includes Web server software for distributing HTML documents and the like, a Web browser for browsing HTML documents and the like.
[0110]
The input screen 2701 displayed by the display 112 is transmitted (distributed) in the form of an HTML document from the Web server software constituting the network software 303 to the Web browser constituting the network software 303 and displayed.
[0111]
Subsequently, on the input screen 2701 displayed on the display 112, which management item the user information is to be registered and managed is input using the keyboard 113 and the mouse 114, and the input information transmission button 2702 is clicked with the mouse 114. Then, the input information as to which management item input on the input screen 2701 is registered and managed by the user information is provided from the network software 303 to the user information management software 304 (S63).
[0112]
Input information input by the keyboard 113 and the mouse 114 is transmitted from a Web browser constituting the network software 303 to Web server software constituting the network software 303 and provided.
[0113]
Subsequently, the user information management software 304 registers user information in each management item based on the input information (S64). The user information is registered and managed in each management item of the address book 501 in FIG.
[0114]
As described above, in the sixth embodiment, when the user information is obtained from the LDAP server 701, the user can use the input screen 2701 as shown in FIG. 27 to determine in which management item the user information is registered and managed for each user. Can be selected relatively easily.
[0115]
【The invention's effect】
As described above, first, the present invention relates to an information processing apparatus that obtains and manages user information from an information management server such as an LDAP server, and obtains an item of user information obtained from the information management server; It is possible to relatively easily customize the correspondence between the managed user information and the management items.
[0116]
As described above, the present invention secondly relates to an information processing apparatus that acquires and manages user information from an information management server such as an LDAP server, and when the user information is acquired from the information management server, It is possible to relatively easily select whether to register and manage.
[Brief description of the drawings]
FIG. 1 shows a personal computer as an example of an embodiment of the present invention.
FIG. 2 shows a hardware configuration of a personal computer.
FIG. 3 shows a software configuration of a personal computer main body.
FIG. 4 shows a mail screen.
FIG. 5 shows an address book relating to user information managed by a personal computer.
FIG. 6 shows a tree structure related to user information managed by a personal computer.
FIG. 7 is a system diagram relating to a request and a response between a personal computer and an LDAP server.
FIG. 8 is a flowchart showing a request and a response between the personal computer and the LDAP server.
FIG. 9 shows a system initial setting screen and an LDAP server registration / change screen.
FIG. 10 is a screen change diagram relating to a request and a response between the personal computer and the LDAP server.
FIG. 11 shows user information acquired from an LDAP server.
FIG. 12 is a system diagram according to the first embodiment.
FIG. 13 is a flowchart according to the first embodiment.
FIG. 14 shows an entry form for entering a correspondence between an acquisition item and a management item.
FIG. 15 shows a correspondence table relating to customization information managed by a personal computer.
FIG. 16 is a system diagram according to a second embodiment.
FIG. 17 is a flowchart according to a second embodiment.
FIG. 18 illustrates an input screen for inputting a correspondence between an acquisition item and a management item.
FIG. 19 is a system diagram according to a third embodiment.
FIG. 20 is a flowchart according to a third embodiment.
FIG. 21 is a system diagram according to a fourth embodiment.
FIG. 22 is a flowchart according to a fourth embodiment.
FIG. 23 is a screen change diagram following the screen change diagram of FIG. 10;
FIG. 24 shows an entry form for entering in which management item user information is registered and managed.
FIG. 25 is a system diagram according to a fifth embodiment.
FIG. 26 is a flowchart according to a fifth embodiment.
FIG. 27 shows an input screen for inputting which management item is used to register and manage user information.
FIG. 28 is a system diagram according to a sixth embodiment.
FIG. 29 is a flowchart according to a sixth embodiment.
[Explanation of symbols]
101 PC
111 PC
112 display
113 keyboard
114 Mouse
201 CPU
202 ROM
203 RAM
204 HDD
205 MODEM
301 OS
302 mail software
303 Network Software
304 User information management software
305 Scanner Driver
306 Printer Driver
401 Mail screen
501 Address Book
601 tree structure
701 LDAP server
711 LAN
901 System initialization screen
902 LDAP server registration / change screen
903 Attribute customization button
1001 Loupe button
1002 LDAP search button
1011 LDAP server selection button
1012 LDAP search condition input button
1021 OK button
1022 OK button
1401 Entry form
1501 correspondence table
1601 PC
1801 Input screen
1802 Input information transmission button
2301 Detail button
2302 Close button
2311 Heading change button
2321 Search result print button
2322 Search result transmission button
2323 Batch registration button
2324 Select registration button
2401 entry form
2501 PC
2701 input screen
2702 Input information transmission button

Claims (20)

ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得手段と、前記情報取得手段により取得されたユーザ情報を管理する情報管理手段を備える情報処理装置であって、
前記情報取得手段により取得されるユーザ情報の取得項目と前記情報管理手段により管理されるユーザ情報の管理項目との対応関係が記入された記入用紙から取得された画像に基づいて、前記取得項目と前記管理項目との対応関係をカスタマイズするカスタマイズ手段を備えることを特徴とする情報処理装置。
An information processing apparatus comprising: an information acquisition unit that acquires user information from an information management server that manages user information; and an information management unit that manages the user information acquired by the information acquisition unit.
Based on an image obtained from an entry sheet in which a correspondence between an acquisition item of user information acquired by the information acquisition unit and a management item of user information managed by the information management unit is entered, the acquired item and An information processing apparatus comprising: a customizing unit that customizes a correspondence relationship with the management item.
ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得手段と、前記情報取得手段により取得されたユーザ情報を管理する情報管理手段を備える情報処理装置であって、
前記情報取得手段により取得されるユーザ情報の取得項目と前記情報管理手段により管理されるユーザ情報の管理項目との対応関係を記入するための記入用紙を印刷するための画像を送信する画像出力手段と、前記画像出力手段により送信された画像により印刷されて前記取得項目と前記管理項目との対応関係が記入された記入用紙から取得された画像を受信する画像入力手段と、前記画像入力手段により受信された画像に基づいて、前記取得項目と前記管理項目との対応関係をカスタマイズするカスタマイズ手段を備えることを特徴とする情報処理装置。
An information processing apparatus comprising: an information acquisition unit that acquires user information from an information management server that manages user information; and an information management unit that manages the user information acquired by the information acquisition unit.
Image output means for transmitting an image for printing an entry sheet for writing the correspondence between the user information acquisition items acquired by the information acquisition means and the user information management items managed by the information management means Image input means for receiving an image printed from an image transmitted by the image output means and obtained from an entry sheet in which the correspondence between the obtained items and the management items is written, and the image input means An information processing apparatus comprising: a customizing unit that customizes a correspondence between the acquired item and the management item based on a received image.
ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得手段と、前記情報取得手段により取得されたユーザ情報を管理する情報管理手段を備える情報処理装置であって、
前記情報取得手段により取得されるユーザ情報の取得項目と前記情報管理手段により管理されるユーザ情報の管理項目との対応関係がカスタマイズされている場合において、前記情報取得手段がユーザ情報を取得したとき、どの管理項目にユーザ情報を登録して管理するかを記入するための記入用紙を印刷するための画像を送信する画像出力手段と、前記画像出力手段により送信された画像により印刷されてどの管理項目にユーザ情報を登録して管理するかが記入された記入用紙から取得された画像を受信する画像入力手段を備え、前記情報管理手段は、前記画像入力手段により受信された画像に基づいて、各管理項目にユーザ情報を登録して管理することを特徴とする情報処理装置。
An information processing apparatus comprising: an information acquisition unit that acquires user information from an information management server that manages user information; and an information management unit that manages the user information acquired by the information acquisition unit.
When the information acquisition unit acquires the user information when the correspondence between the acquisition items of the user information acquired by the information acquisition unit and the management items of the user information managed by the information management unit is customized. An image output means for transmitting an image for printing an entry sheet for entering which management items are to be registered and managed by the user information, and which management is performed by the image transmitted by the image output means. An image input unit that receives an image obtained from an entry sheet in which the user information is registered and managed in the item is provided, and the information management unit is based on the image received by the image input unit. An information processing apparatus for registering and managing user information in each management item.
ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得手段と、前記情報取得手段により取得されたユーザ情報を管理する情報管理手段を備える情報処理装置であって、
前記情報取得手段により取得されるユーザ情報の取得項目と前記情報管理手段により管理されるユーザ情報の管理項目との対応関係を入力するための入力画面で入力された前記取得項目と前記管理項目との対応関係の入力情報に基づいて、前記取得項目と前記管理項目との対応関係をカスタマイズするカスタマイズ手段を備えることを特徴とする情報処理装置。
An information processing apparatus comprising: an information acquisition unit that acquires user information from an information management server that manages user information; and an information management unit that manages the user information acquired by the information acquisition unit.
The acquisition item and the management item, which are input on an input screen for inputting the correspondence between the acquisition item of the user information acquired by the information acquisition unit and the management item of the user information managed by the information management unit. An information processing apparatus, comprising: a customizing unit that customizes a correspondence between the acquired item and the management item based on input information of the correspondence.
ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得手段と、前記情報取得手段により取得されたユーザ情報を管理する情報管理手段を備える情報処理装置であって、
前記情報取得手段により取得されるユーザ情報の取得項目と前記情報管理手段により管理されるユーザ情報の管理項目との対応関係を入力するための入力画面を送信する送信手段と、前記送信手段により送信された入力画面で入力された前記取得項目と前記管理項目との対応関係の入力情報を受信する受信手段と、前記受信手段により受信された入力情報に基づいて、前記取得項目と前記管理項目との対応関係をカスタマイズするカスタマイズ手段を備えることを特徴とする情報処理装置。
An information processing apparatus comprising: an information acquisition unit that acquires user information from an information management server that manages user information; and an information management unit that manages the user information acquired by the information acquisition unit.
Transmitting means for transmitting an input screen for inputting a correspondence relationship between an item of user information acquired by the information acquiring means and a management item of user information managed by the information managing means; Receiving means for receiving input information of the correspondence between the obtained item and the management item input on the input screen, based on the input information received by the receiving means, the obtained item and the management item An information processing apparatus, comprising: a customizing unit for customizing the correspondence between the information processing apparatuses.
ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得手段と、前記情報取得手段により取得されたユーザ情報を管理する情報管理手段を備える情報処理装置であって、
前記情報取得手段により取得されるユーザ情報の取得項目と前記情報管理手段により管理されるユーザ情報の管理項目との対応関係がカスタマイズされている場合において、前記情報取得手段がユーザ情報を取得したとき、どの管理項目にユーザ情報を登録して管理するかを入力するための入力画面を送信する送信手段と、前記送信手段により送信された入力画面で入力されたどの管理項目にユーザ情報を登録して管理するかの入力情報を受信する受信手段を備え、前記情報管理手段は、前記受信手段により受信された入力情報に基づいて、各管理項目にユーザ情報を登録して管理することを特徴とする情報処理装置。
An information processing apparatus comprising: an information acquisition unit that acquires user information from an information management server that manages user information; and an information management unit that manages the user information acquired by the information acquisition unit.
When the information acquisition unit acquires the user information when the correspondence between the acquisition items of the user information acquired by the information acquisition unit and the management items of the user information managed by the information management unit is customized. Transmitting means for transmitting an input screen for inputting which management item is used to register and manage user information; and registering the user information in which management item input on the input screen transmitted by the transmitting means. Receiving means for receiving input information as to whether to manage the information, the information managing means registers and manages user information in each management item based on the input information received by the receiving means. Information processing device.
ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得手段と、前記情報取得手段により取得されたユーザ情報を管理する情報管理手段を備える情報処理装置であって、
前記情報取得手段により取得されるユーザ情報の取得項目と前記情報管理手段により管理されるユーザ情報の管理項目との対応関係を入力するための入力画面を表示するための表示手段と、前記表示手段により表示されている入力画面で前記取得項目と前記管理項目との対応関係を入力するための操作手段と、前記操作手段により入力された前記取得項目と前記管理項目との対応関係の入力情報に基づいて、前記取得項目と前記管理項目との対応関係をカスタマイズするカスタマイズ手段を備えることを特徴とする情報処理装置。
An information processing apparatus comprising: an information acquisition unit that acquires user information from an information management server that manages user information; and an information management unit that manages the user information acquired by the information acquisition unit.
A display unit for displaying an input screen for inputting a correspondence relationship between an acquisition item of user information acquired by the information acquisition unit and a management item of user information managed by the information management unit, and the display unit Operating means for inputting the correspondence between the acquired item and the management item on the input screen displayed by the input screen, and input information of the correspondence between the acquired item and the management item input by the operating means. An information processing apparatus, comprising: a customizing unit that customizes a correspondence between the acquired item and the management item based on the acquired item.
ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得手段と、前記情報取得手段により取得されたユーザ情報を管理する情報管理手段を備える情報処理装置であって、
前記情報取得手段により取得されるユーザ情報の取得項目と前記情報管理手段により管理されるユーザ情報の管理項目との対応関係がカスタマイズされている場合において、前記情報取得手段がユーザ情報を取得したとき、どの管理項目にユーザ情報を登録して管理するかを入力するための入力画面を表示するための表示手段と、前記表示手段により表示されている入力画面でどの管理項目にユーザ情報を登録して管理するかを入力するための操作手段を備え、前記情報管理手段は、前記操作手段により入力されたどの管理項目にユーザ情報を登録して管理するかの入力情報に基づいて、各管理項目にユーザ情報を登録して管理することを特徴とする情報処理装置。
An information processing apparatus comprising: an information acquisition unit that acquires user information from an information management server that manages user information; and an information management unit that manages the user information acquired by the information acquisition unit.
When the information acquisition unit acquires the user information when the correspondence between the acquisition items of the user information acquired by the information acquisition unit and the management items of the user information managed by the information management unit is customized. Display means for displaying an input screen for inputting which management item is to be used to register and manage user information; and which management item is registered on the input screen displayed by the display means. Operating means for inputting whether or not to manage each of the management items based on input information as to which management item input by the operating means to register and manage user information. An information processing apparatus characterized in that user information is registered and managed in a computer.
前記入力画面は、Web画面であることを特徴とする請求項4乃至8のいずれか1項に記載の情報処理装置。The information processing apparatus according to claim 4, wherein the input screen is a Web screen. 前記情報管理サーバは、LDAPサーバであることを特徴とする請求項1乃至8のいずれか1項に記載の情報処理装置。The information processing apparatus according to any one of claims 1 to 8, wherein the information management server is an LDAP server. ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得段階と、前記情報取得段階により取得されたユーザ情報を管理する情報管理段階を備える情報処理方法であって、
前記情報取得段階により取得されるユーザ情報の取得項目と前記情報管理段階により管理されるユーザ情報の管理項目との対応関係が記入された記入用紙から取得された画像に基づいて、前記取得項目と前記管理項目との対応関係をカスタマイズするカスタマイズ段階を備えることを特徴とする情報処理方法。
An information processing method comprising: an information acquisition step of acquiring user information from an information management server that manages user information; and an information management step of managing the user information acquired by the information acquisition step.
Based on an image obtained from an entry sheet in which a correspondence between an acquisition item of user information acquired by the information acquisition step and a management item of user information managed by the information management step is entered, the acquisition item and An information processing method comprising a customizing step of customizing a correspondence relationship with the management item.
ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得段階と、前記情報取得段階により取得されたユーザ情報を管理する情報管理段階を備える情報処理方法であって、
前記情報取得段階により取得されるユーザ情報の取得項目と前記情報管理段階により管理されるユーザ情報の管理項目との対応関係を記入するための記入用紙を印刷するための画像を送信する画像出力段階と、前記画像出力段階により送信された画像により印刷されて前記取得項目と前記管理項目との対応関係が記入された記入用紙から取得された画像を受信する画像入力段階と、前記画像入力段階により受信された画像に基づいて、前記取得項目と前記管理項目との対応関係をカスタマイズするカスタマイズ段階を備えることを特徴とする情報処理方法。
An information processing method comprising: an information acquisition step of acquiring user information from an information management server that manages user information; and an information management step of managing the user information acquired by the information acquisition step.
An image output step of transmitting an image for printing an entry sheet for entering a correspondence relationship between the acquisition items of the user information acquired in the information acquisition step and the management items of the user information managed in the information management step An image input step of receiving an image printed from an image transmitted in the image output step and obtained from an entry sheet in which the correspondence between the obtained item and the management item is filled in, and the image input step An information processing method, comprising: a customizing step of customizing a correspondence relationship between the acquired item and the management item based on a received image.
ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得段階と、前記情報取得段階により取得されたユーザ情報を管理する情報管理段階を備える情報処理方法であって、
前記情報取得段階により取得されるユーザ情報の取得項目と前記情報管理段階により管理されるユーザ情報の管理項目との対応関係がカスタマイズされている場合において、前記情報取得段階がユーザ情報を取得したとき、どの管理項目にユーザ情報を登録して管理するかを記入するための記入用紙を印刷するための画像を送信する画像出力段階と、前記画像出力段階により送信された画像により印刷されてどの管理項目にユーザ情報を登録して管理するかが記入された記入用紙から取得された画像を受信する画像入力段階を備え、前記情報管理段階は、前記画像入力段階により受信された画像に基づいて、各管理項目にユーザ情報を登録して管理することを特徴とする情報処理方法。
An information processing method comprising: an information acquisition step of acquiring user information from an information management server that manages user information; and an information management step of managing the user information acquired by the information acquisition step.
When the information acquisition step acquires the user information in a case where the correspondence between the acquisition items of the user information acquired in the information acquisition step and the management items of the user information managed in the information management step is customized. An image output step of transmitting an image for printing an entry sheet for entering which management item is to be registered and managed by the user information; and which management is performed by printing the image transmitted by the image output step. An image input step of receiving an image obtained from an entry sheet in which user information is registered and managed in the item is provided.The information management step is based on the image received in the image input step. An information processing method comprising registering and managing user information in each management item.
ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得段階と、前記情報取得段階により取得されたユーザ情報を管理する情報管理段階を備える情報処理方法であって、
前記情報取得段階により取得されるユーザ情報の取得項目と前記情報管理段階により管理されるユーザ情報の管理項目との対応関係を入力するための入力画面で入力された前記取得項目と前記管理項目との対応関係の入力情報に基づいて、前記取得項目と前記管理項目との対応関係をカスタマイズするカスタマイズ段階を備えることを特徴とする情報処理方法。
An information processing method comprising: an information acquisition step of acquiring user information from an information management server that manages user information; and an information management step of managing the user information acquired by the information acquisition step.
The acquisition item and the management item, which are input on an input screen for inputting the correspondence between the acquisition item of the user information acquired by the information acquisition step and the management item of the user information managed by the information management step An information processing method, comprising: a customizing step of customizing a correspondence between the acquired item and the management item based on input information of the correspondence.
ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得段階と、前記情報取得段階により取得されたユーザ情報を管理する情報管理段階を備える情報処理方法であって、
前記情報取得段階により取得されるユーザ情報の取得項目と前記情報管理段階により管理されるユーザ情報の管理項目との対応関係を入力するための入力画面を送信する送信段階と、前記送信段階により送信された入力画面で入力された前記取得項目と前記管理項目との対応関係の入力情報を受信する受信段階と、前記受信段階により受信された入力情報に基づいて、前記取得項目と前記管理項目との対応関係をカスタマイズするカスタマイズ段階を備えることを特徴とする情報処理方法。
An information processing method comprising: an information acquisition step of acquiring user information from an information management server that manages user information; and an information management step of managing the user information acquired by the information acquisition step.
A transmitting step of transmitting an input screen for inputting a correspondence between an item of user information acquired in the information acquiring step and a management item of user information managed in the information managing step; A receiving step of receiving input information of the correspondence between the obtained item and the management item input on the input screen, based on the input information received in the receiving step, the obtaining item and the management item, An information processing method comprising a customizing step of customizing a correspondence relationship between the information.
ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得段階と、前記情報取得段階により取得されたユーザ情報を管理する情報管理段階を備える情報処理方法であって、
前記情報取得段階により取得されるユーザ情報の取得項目と前記情報管理段階により管理されるユーザ情報の管理項目との対応関係がカスタマイズされている場合において、前記情報取得段階がユーザ情報を取得したとき、どの管理項目にユーザ情報を登録して管理するかを入力するための入力画面を送信する送信段階と、前記送信段階により送信された入力画面で入力されたどの管理項目にユーザ情報を登録して管理するかの入力情報を受信する受信段階を備え、前記情報管理段階は、前記受信段階により受信された入力情報に基づいて、各管理項目にユーザ情報を登録して管理することを特徴とする情報処理方法。
An information processing method comprising: an information acquisition step of acquiring user information from an information management server that manages user information; and an information management step of managing the user information acquired by the information acquisition step.
When the information acquisition step acquires the user information in a case where the correspondence between the acquisition items of the user information acquired in the information acquisition step and the management items of the user information managed in the information management step is customized. Transmitting an input screen for inputting which management item the user information is to be registered and managed; and transmitting the input information on the input screen transmitted in the transmitting step to register the user information. A receiving step of receiving input information as to whether to manage the information, wherein the information managing step registers and manages user information in each management item based on the input information received in the receiving step. Information processing method.
ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得段階と、前記情報取得段階により取得されたユーザ情報を管理する情報管理段階を備える情報処理方法であって、
前記情報取得段階により取得されるユーザ情報の取得項目と前記情報管理段階により管理されるユーザ情報の管理項目との対応関係を入力するための入力画面を表示する表示段階と、前記表示段階により表示されている入力画面で入力された前記取得項目と前記管理項目との対応関係の入力情報に基づいて、前記取得項目と前記管理項目との対応関係をカスタマイズするカスタマイズ段階を備えることを特徴とする情報処理方法。
An information processing method comprising: an information acquisition step of acquiring user information from an information management server that manages user information; and an information management step of managing the user information acquired by the information acquisition step.
A display step of displaying an input screen for inputting a correspondence relationship between an acquisition item of user information acquired by the information acquisition step and a management item of user information managed by the information management step; A customizing step of customizing a correspondence relationship between the acquisition item and the management item based on input information of a correspondence relationship between the acquisition item and the management item input on the input screen. Information processing method.
ユーザ情報を管理する情報管理サーバからユーザ情報を取得する情報取得段階と、前記情報取得段階により取得されたユーザ情報を管理する情報管理段階を備える情報処理方法であって、
前記情報取得段階により取得されるユーザ情報の取得項目と前記情報管理段階により管理されるユーザ情報の管理項目との対応関係がカスタマイズされている場合において、前記情報取得段階がユーザ情報を取得したとき、どの管理項目にユーザ情報を登録して管理するかを入力するための入力画面を表示する表示段階を備え、前記情報管理段階は、前記表示段階により表示されている入力画面で入力されたどの管理項目にユーザ情報を登録して管理するかの入力情報に基づいて、各管理項目にユーザ情報を登録して管理することを特徴とする情報処理方法。
An information processing method comprising: an information acquisition step of acquiring user information from an information management server that manages user information; and an information management step of managing the user information acquired by the information acquisition step.
When the information acquisition step acquires the user information in a case where the correspondence between the acquisition items of the user information acquired in the information acquisition step and the management items of the user information managed in the information management step is customized. A display step of displaying an input screen for inputting which management item is to be used for registering and managing user information, wherein the information management step includes determining which one of the input screens is being displayed by the display step. An information processing method characterized by registering and managing user information in each management item based on input information on whether to register and manage user information in a management item.
前記入力画面は、Web画面であることを特徴とする請求項14乃至18のいずれか1項に記載の情報処理方法。19. The information processing method according to claim 14, wherein the input screen is a Web screen. 前記情報管理サーバは、LDAPサーバであることを特徴とする請求項11乃至18のいずれか1項に記載の情報処理方法。The information processing method according to any one of claims 11 to 18, wherein the information management server is an LDAP server.
JP2003063809A 2003-03-10 2003-03-10 Information processor and information processing method Pending JP2004272687A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003063809A JP2004272687A (en) 2003-03-10 2003-03-10 Information processor and information processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003063809A JP2004272687A (en) 2003-03-10 2003-03-10 Information processor and information processing method

Publications (1)

Publication Number Publication Date
JP2004272687A true JP2004272687A (en) 2004-09-30

Family

ID=33125298

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003063809A Pending JP2004272687A (en) 2003-03-10 2003-03-10 Information processor and information processing method

Country Status (1)

Country Link
JP (1) JP2004272687A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007133634A (en) * 2005-11-10 2007-05-31 Konica Minolta Business Technologies Inc Mail address management device and program
JP2007282181A (en) * 2006-03-14 2007-10-25 Ricoh Co Ltd Image processing apparatus, image processing method, and program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007133634A (en) * 2005-11-10 2007-05-31 Konica Minolta Business Technologies Inc Mail address management device and program
JP4635834B2 (en) * 2005-11-10 2011-02-23 コニカミノルタビジネステクノロジーズ株式会社 E-mail address management device and program
JP2007282181A (en) * 2006-03-14 2007-10-25 Ricoh Co Ltd Image processing apparatus, image processing method, and program
US7903274B2 (en) 2006-03-14 2011-03-08 Ricoh Company, Limited Image processing apparatus that generates data displayed as an address book

Similar Documents

Publication Publication Date Title
US8370903B2 (en) Image forming apparatus unifying management for use of image forming apparatus and use of web service
EP1293883A2 (en) Printing method, storage medium and program for performing a printing operation and a printing device
US7124185B2 (en) Communication device, communication method, computer program, and storing medium for an address book
US20080074693A1 (en) Image processing apparatus, information transmission method and image processing system
US20050168774A1 (en) Network facsimile machine and network facsimile communication method
US7631256B2 (en) Web page display system, and image server and method of controlling the same
US20030163575A1 (en) Resource location and access
US7079291B2 (en) Method for hard-copying web pages, method for printing display screens, system for hard-copying web pages, and internet connection device equipped with current-position detection capabilities
US7577660B2 (en) Terminal device, information processing apparatus, information processing method, information processing program and recording medium
US20020120682A1 (en) Information providing server, information providing method for server, information providing system, and computer readable medium
KR20020026636A (en) Login method of computer or computer network
US20030001017A1 (en) Bar code reader
JP3989858B2 (en) Image forming apparatus and image forming method
US8203735B2 (en) Content managing system
JP3989202B2 (en) Document management system, document management program, and document management server
JP4390985B2 (en) Output device
JP2007115137A (en) Data processor
JP2004272687A (en) Information processor and information processing method
JPH10107943A (en) Internet fax service system
JP2011253497A (en) Document management system, information processor, registration method for document file and file registration program
US20080016084A1 (en) Multifunction peripheral and user information management method thereof
JP2005064817A (en) Communication apparatus
US20040070610A1 (en) Configuration method of apparatus, and communication terminal device using the method
US7836013B2 (en) Data transmission apparatus incorporating key that specifies recipient and system therefor
KR20070110953A (en) System for personalized providing portal service

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050822

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080115

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080314

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20080415