LDAP - LDAP OpenLDAP - postfix qpopper - LDAP heartbeat mon

Size: px
Start display at page:

Download "LDAP - LDAP OpenLDAP - postfix qpopper - LDAP heartbeat mon"

Transcription

1 LDAP Internet Week 2003 VA Linux Systems

2 LDAP - LDAP OpenLDAP - postfix qpopper - LDAP heartbeat mon

3 LDAP OpenLDAP

4 LDAP Lightweight Directory Access Protocol

5 LDAP(X500)

6

7 - (DN) DIT (*1) ( ) = (RDN),< > (*1) Directory

8 (Attribute) = :

9 (Structual) objectclass RDN

10 objectclass 1 Structual objectclass Auxilial ( ) objectclass

11 ( one level, )

12 < >=< > objectclass=* cn=taru* age>=18 (&(cn=taru*)(age>=18))

13 ldapsearch -x -h ldap -s sub -b ou=,o= cn= * telephonenumber

14 Novell edirectory (TM) Sun iplanet(tm) OpenLDAP NEC EDS (TM) LDAP

15 OpenLDAP (BSD ) LDAP LDAP slapd, slurpd slapadd, slapcat libldap ldapsearch, ldapadd

16 slapd LDAPv3 SASL starttls (SSL) (login)

17 OpenLDAP(2.1) Berkley DB 4.1 &./configure; make; sudo make install ~# /usr/local/libexec/slapd

18 ~$ /usr/local/bin/ldapsearch -x -s base -b "" + rootdse

19 OpenLDAP slapd.conf ~# sudo killall slapd ~# /usr/local/libexec/slapd /etc/init.d/slapd restart

20 slapd.conf access to * by dn="cn=admin,dc=vass" write by * read

21 slapd.conf (2) ( )

22 LDIF - dn: dc=my-domain,dc=com objectclass: top objectclass: domain dc: my-domain ~$ ldapadd -x -D "cn=manager,dc=my-domain,dc=com" < test.ldif

23 dc=my-domain,dc=com objectclass: person dn: dc=my-domain,dc=com changetype: modify add: objectclass objectclass: person

24

25

26

27 LDAP

28 LDAP (2)

29 LDAP postfix postfix LDAP $ cd postfix-1.1.2/ $ make tidy $ make makefiles CCARGS="-I/usr/local/include -DHAS_LDAP" AUXLIBS="-L/usr/local/lib -lldap -llber" $ make $ bin/su -c "make install"

30 $ /usr/sbin/postconf -m static nis regexp environ ldap btree hash postfix LDAP

31

32 namingcontext

33 namingcontext slapd.conf database bdb suffix "o=vaj" rootdn "cn=manager,o=vaj" rootpw secret directory /usr/local/var/openldap/vaj/ index objectclass eq namingcontext $ ldapsearch -s base -b "" namingcontexts

34 ou=people,o=vaj LDIF dn: o=vaj objectclass: organization o: VAJ dn: ou=people, o=vaj objectclass: organizationalunit ou: People $ ldapadd -x -D "cn=manager,o=vaj" -w secret < people.ldif

35 taru LDIF dn: uid=taru,ou=people,o=vaj uid: taru cn: Masato Taruishi objectclass: posixaccount objectclass: inetorgperson userpassword: {CRYPT}h9Z4VF89hXpl. loginshell: /bin/bash uidnumber: 1000 gidnumber: 1000 homedirectory: /home/taru sn: Taruishi mail: $ ldapadd -x -D "cn=manager,o=vaj" < taru.ldif

36 slappasswd $ /usr/local/sbin/slappasswd -h "{CRYPT}" New password: Re-enter new password: {CRYPT}h9Z4VF89hXpl.

37 postfix main.cf alias_maps = ldap:ldapalias LDAP LDAP ldapalias

38 postfix main.cf ldapalias ldapalias_server_host = localhost ldapalias_search_base = ou=people,o=vaj ldapalias_scope = sub ldapalias_query_filter = (uid=%s) ldapalias_result_attribute = mail $ postmap -q taru ldap:ldapalias taru@debian.org

39 pop LDAP qpopper pam_ldap PAM LDAP

40 pam_ldap $./configure $ make $ /bin/su -c "make install" /etc/ldap.conf (Debian /etc/pam_ldap.conf)

41 /etc/ldap.conf pam_ldap nss_ldap pam_ldap host base ou=people,o=vaj ldap_version 3 pam_password crypt

42 /etc/pam.d/qpopper qpopper LDAP auth sufficient pam_ldap.so auth required pam_unix_auth.so shadow account sufficient pam_ldap.so account required pam_unix_acct.so

43 LDAP

44

45 - LDAP

46

47

48 index

49 ( )

50

51

52

53 Referral ( ) ( ) +Referral+

54 Chain OpenLDAP

55 OpenLDAP +Referral replogfile /usr/local/var/openldap-data/replogfile database bdb... replica host=slave:389 bindmethod=simple binddn="cn=manager,o=vaj" credentials=secret...

56 ... database bdb... updatedn "cn=manager,o=vaj" updateref "ldap://master:389/"... OpenLDAP (2)

57 index

58 index slapd.conf index {<attrlist> default} [pres,eq,approx,sub,<special>]... database bdb... index objectclass,uid eq index cn,sn eq,sub... index slapindex(8)

59 ( ) LDAP index

60 - UNIX ID

61 - ( )

62 / (Superior Knowledge Information) (Subordinate Knowledge Information)

63 slapd.conf referral ldap://superior/

64

65 UNIX uid 16bit qpopper uid uid 1

66 /?

67 -

68 -

69 OpenLDAP - LDAP heartbeat - mon -

70 heartbeat ( ) ACTIVE (hearbeat ) ACTIVE STANDBY mon ( ) ACTIVE LDAP (LDAP ) LDAP heartbeat

71 ACTIVE Virtual IP STANDBY ACTIVE Virtual IP LDAP

72 heartbeat $./configure; make; /bin/su -c "make install"

73 mon perl Peiod-1.20 Time-HiRes-1.42 Convert-BER Mon-0.11 Convert-ASN-0.16 perl-ldap-0.26 $ cd mon / # install mon /usr/local/sbin/ # install alert.d/* alert/template /usr/local/lib/mon/alert.d/ # install mon.d/*.monitor /usr/local/lib/mon/mon.d/

74 heartbeat /usr/local/etc/ha.d/hacf /usr/local/etc/ha.d/authkeys /usr/local/etc/ha.d/haresources /usr/local/etc/ha.d/resource.d/ldap

75 hacf heartbeat ( )... node master # ACTIVE node backup # STANDBY...

76 authkeys auth 2 2 sha1 HI!

77 haresources... master ldap...

78 resource.d/ldap LDAP

79 heartbeat - ACTIVE, STANDBY heartbeat /etc/init.d/heartbeat start ACTIVE Virtual IP /sbin/ifconfig ACTIVE LDAP ps ax grep slapd -f slapd.master.conf STANDBY LDAP ps ax grep slapd

80 heartbeat - ACTIVE heartbeat /etc/init.d/heartbeat stop ACTIVE LDAP STANDBY LDAP

81 mon /usr/local/etc/mon/mon.cf /usr/local/etc/ha.d/haresources /usr/local/lib/mon/alert.d/failover.alert

82 mon.cf alertdir = /usr/local/lib/mon/alert.d mondir = /usr/local/lib/mon/mon.d histlength = 100 hostgroup ldapmaster master # VirutlaIP watch ldapmaster service ldap interval 10s # failure_interval 2s # # ldapsearch monitor ldap.monitor --basedn= cn=manager,o=vaj --filter= cn=manager --value= organizationalrole period wd {Sun-Sat} alert failover.alert alertafter 10s # numalerts 1...

83 ... master ldap mon... haresources

84 mon - heartbeat ACTIVE LDAP

85 ACTIVE

86 OpenLDAP

87

88

89

90 -

91

92 LDAP OpenLDAP

93 OpenLDAP - Berkeley DB - heartbeat - mon - postfix - qpopper - pam-ldap

Dec , IS p. 1/60

Dec , IS p. 1/60 Dec 08 2007, IS p. 1/60 Dec 08 2007, IS p. 2/60 Plan of Talk (LDAP) (CAS) (IdM) Dec 08 2007, IS p. 3/60 Dec 08 2007, IS p. 4/60 .. Dec 08 2007, IS p. 5/60 Dec 08 2007, IS p. 6/60 Dec 08 2007, IS p. 7/60

More information

OpenLDAPの最新動向

OpenLDAPの最新動向 OpenLDAP の最新動向 日本 LDAP ユーザ会 関口薫 2007/4/23 1 Agenda OpenLDAP の紹介 OpenLDAP の最新機能 Configuration Backend Password Policy Access Log Referential Integrity OpenLDAP のロードマップ 2007/4/23-2 - OpenLDAP とは 1998 年からミシガン大学のUmich

More information

LDAP サーバと統合するための ISE の設定

LDAP サーバと統合するための ISE の設定 LDAP サーバと統合するための ISE の設定 目次 はじめに前提条件要件使用するコンポーネント背景説明設定ネットワーク図 OpenLDAP の設定 OpenLDAP と ISE の統合 WLC の設定 EAP-GTC の設定確認トラブルシューティング 概要 このドキュメントでは Cisco Identity Services Engine(ISE) を設定して Cisco Lightweight

More information

HDE Controller X 1-9. LDAP

HDE Controller X 1-9. LDAP HDE Controller X 1-9. LDAP LDAP 概要 LDAP(Lightweight Directory Access Protocol) は 主にネットワークを利用するユーザーのアカウント情報やメールアドレスなど 環境に関する情報を管理 検索するのに用いられるサービスです LDAP にアカウント情報 (LDAP アカウント ) を登録し この情報で認証を行えば 同一ユーザーが複数のコンピューターを使用するような場合でもそれぞれのコンピューターにアカウントを登録する必要がなく

More information

Microsoft PowerPoint v01_L3seminor.ppt

Microsoft PowerPoint v01_L3seminor.ppt LPI-Japan 主催 LPIC レベル 3 301 技術解説無料セミナー スキルブレイン株式会社所属 OSS 研修専任講師コムソリュート株式会社代表取締役兼 CEO 大崎茂 LPI-Japan 2010. All rights reserved. 研修テーマ LPIC レベル 3 試験の概要について 出題範囲の解説と学習のポイントについて LPI-Japan 2010. All rights reserved.

More information

WindowsでLDAP運用のこつ

WindowsでLDAP運用のこつ Windows で LDAP 運用のこつ JPUG PostgreSQL 技術セミナー 2007 年春 2007-02 24 NPO 法人日本 PostgreSQLユーザ会 ( 株 ) オープンソース総合研究所 桑村潤 OpenLDAP LDAP ディレクトリサービス ディレクトリ情報 伝統的命名法の階層ツリーの例 ドメイン名の階層ツリーの例 OpenLDAP OpenLDAPのプログラム slapd.confの構成

More information

ODBC ドライバ ここでは SLAPD-SQL の設定で ODBC ドライバとして unixodbc を利用する例を示す unixodbc は にあり Linux でも使える ここでは unixodbc ドライバがインストールされていることを前提に

ODBC ドライバ ここでは SLAPD-SQL の設定で ODBC ドライバとして unixodbc を利用する例を示す unixodbc は  にあり Linux でも使える ここでは unixodbc ドライバがインストールされていることを前提に OpenLDAP データの SQL 格納 OpenLDAP は デフォルトではデータをバークレー DB ファイルに格納するが データを SQL データベースに格納することができるが SQL データベースを使うためには OpenLDAP のデータの格納先に sql を指定して ODBC 経由でデータベースサーバにアクセスする必要がある ここでは ODBC ドライバを設定して OpenLDAP のデータを

More information

Samba/LDAPによる既存複数Windowsドメインの統合とその方式比較

Samba/LDAPによる既存複数Windowsドメインの統合とその方式比較 LDAP Japan Users Group 設立記念セミナー LDAP 入門 設立発起人代表 : 小田切耕司 オープンソース ソリューション テクノロジ株式会社 お問い合わせ先 staff@ldap.jp http://www.ldap.jp Copyright 2007 ODAGIRI Koji All Rights Reserved. LDAP Japan Users Group Part 1.

More information

OSSTech_JICS2017セッション資料

OSSTech_JICS2017セッション資料 高速化された OpenLDAP の実力と OpenAM の多要素認証機能の活用 オープンソース ソリューション テクノロジ株式会社 2017 年 9 月 15 日 技術取締役武田保真 - 1 - - 2 - 目次 OpenAM 最新動向 OpenLDAP 最新動向 OpenAMとOpenLDAP Webサービス OSSのシングルサインオン(SSO)サービス SSO Webサービスなどの認証を統合 SAML

More information

Microsoft PowerPoint LPIC_L3SambaLDAP.ppt[読み取り専用]

Microsoft PowerPoint LPIC_L3SambaLDAP.ppt[読み取り専用] LPIC レベル 3 技術解説無料セミナー Samba+LDAP でドメインコントローラーを構築してみよう 主催 : 特定非営利活動法人エルピーアイジャパン講師 : 宮原徹 ( 株式会社びぎねっと ) 本日のアジェンダ Windowsドメインについて PDCとBDC Samba+OpenLDAPとWindowsドメイン Samba によるドメインコントローラーの構築 SambaとOpenLDAPを使ったPDCの構築

More information

目次 認証と Open 大規模システムにおける Open UltraPossum 概要 / 導入 大規模システムでの注意点

目次 認証と Open 大規模システムにおける Open UltraPossum 概要 / 導入 大規模システムでの注意点 大規模システムにおけるユーザ認証 Open を用いた認証構築時の注意点 2004 年 12 月 2 日 VA Linux Systems Japan, K.K. 樽石将人 目次 認証と Open 大規模システムにおける Open UltraPossum 概要 / 導入 大規模システムでの注意点 1. 認証と Open 1.1 認証 多数の認証方式 ( 本人確認 ) ユーザ / パスワード PKI/Kerberos

More information

untitled

untitled 順天堂スポーツ健康科学研究第 1 巻第 1 号 ( 通巻 13 号 ),71~77 (2009) 71 報告 LDAP を利用したさくらキャンパスネットワークの認証の統一化 西村英俊 奥野浩 Uniˆed authentication of Sakura Campus Network using LDAP Hidetoshi NISHIMURA and Hiroshi OKUNO. はじめに さくらキャンパスのネットワークは,

More information

SLAMD導入手順

SLAMD導入手順 SLAMD 導入手順 2007 年 5 月 日本 LDAP ユーザ会 関口薫 目次 1 はじめに...1 1.1 目的...1 1.2 SLAMD とは...1 1.3 ソフトウェア環境...2 2 LDAP サーバのインストール 設定...2 2.1 SLAMD の設定...2 2.2 OpenLDAP の設定...3 3 SLAMD サーバのインストール 設定...3 3.1 JDK のインストール...3

More information

Fedora Directory Server / Sun Java System Directory Server

Fedora Directory Server / Sun Java System Directory Server Fedora Directory Server Sun Java System Directory Server Essentials F5ネットワークスジャパン株式会社中満英生 nakamitsu@f5.com nomo@bluecoara.net - 1 - 最初に Fedora Directory Server FDS Sun Java System Directory Server IDS

More information

P168-189-葛生和人.indd

P168-189-葛生和人.indd ID Administrator ID ID Windows, Mac, Linux, UNIX OS UNIX/Linux Windows PC UNIX/Linux UNIX/Linux OS Windows OS LDAP Lightweight Directory Access Protocol Active Directory UNIX/Linux OS Windows Server LDAP

More information

2008 Tokyo/Spring OSC 2

2008 Tokyo/Spring OSC 2 2009 Tokyo/Spring OpenLDAP LDAP 1 2008 Tokyo/Spring OSC 2 LDAP? 3 LDAP LDAP 4 LDAP LDAP 5 ? 6 7 OpenLDAP - Cent OS 5.x - OpenLDAP 2.4.x 8 OpenLDAP loglevel 256 ( ) loglevel 256 ( ) Accept close BIND BIND

More information

カスタム スキーマと証明書を使った ASA Anyconnect VPN および OpenLDAP 認証の設定例

カスタム スキーマと証明書を使った ASA Anyconnect VPN および OpenLDAP 認証の設定例 カスタムスキーマと証明書を使った ASA Anyconnect VPN および OpenLDAP 認証の設定例 目次 概要前提条件要件使用するコンポーネント設定基本 OpenLDAP 設定カスタム OpenLDAP スキーマ ASA の設定確認 VPN アクセスのテストデバッグ ASA の認証と認可の分離 LDAP とローカルグループからの ASA 属性 ASA と証明書認証を行う LDAP デバッグ第

More information

OpenLDAPのsyncreplレプリケーション

OpenLDAPのsyncreplレプリケーション OpenLDAP の syncrepl レプリケーション OSC 2007 Hokkaido /NEC ソフトウェア北海道 稲地稔 について 2007 年 4 月 1 日に正式発足 目的 LDAP に関する情報交換 技術情報 イベント情報 人的交流 LDAP 利用の普及促進 活動内容 Web による情報発信 http://www.ldap,jp/ メーリングリストによる情報交換技術セミナー OSC

More information

Microsoft PowerPoint - osc2007-fukuoka.ppt

Microsoft PowerPoint - osc2007-fukuoka.ppt LDAPの 使 われ 方 OpenLDAPを 中 心 とした 大 学 におけるシステム 管 理 運 用 2007 年 12 月 8 日 県 立 長 崎 シーボルト 大 学 情 報 センター 堀 田 倫 英 1 本 日 のレジュメ LDAPとは Name Service/PAM/authconfig LDAPとDBMSとの 対 比 LDAPの 見 え 方 OpenLDAPの 構 成 本 学 の 運 用

More information

スキーマってなんだろう 2007/10/06 OSC2007Tokyo/Fall

スキーマってなんだろう 2007/10/06 OSC2007Tokyo/Fall スキーマってなんだろう 2007/10/06 OSC2007Tokyo/Fall 日本 LDAP ユーザー会 太田俊哉 今日の内容 LDAPのスキーマについて説明します LDAPのデータ構造などについて説明しますやや観念的な話が中心です 混沌から整理へ 江津さん 123-4567 109-3434. goutu@sancou... 島根県江津市江津町 電話番号 住所 メール goutu-01@gmail..

More information

PASSEXAM

PASSEXAM PASSEXAM http://www.passexam.jp Exam : 117-300J Title : LPI Level 3 Exam 300, Senior Level Linux Certification,Mixed Environment Version : DEMO 1 / 5 1. 次のパラメータのどれがマスターサーバーに OpenLDAP のデータベースに変更を加えたいの直接クライアントに

More information

OSC2007 Kansai LDAP入門 & 活用事例紹介

OSC2007 Kansai LDAP入門 & 活用事例紹介 LDAP Japan User Group LDAP 入門 & 活用事例紹介 オープンソース ソリューション テクノロジ株式会社 http://www.osstech.co.jp/ 技術取締役武田保真 2007 年 7 月 20 日 Copyright 2007 TAKEDA Yasuma - 1 - - 2 - 講師紹介 (TAKEDA Yasuma) 昨年 9 月にオープンソース ソリューション

More information

main.dvi

main.dvi Central Authentication and Authorization Service Web Application (Hisashi NAITO) Graduate School of Mathematics, Nagoya University naito@math.nagoya-u.ac.jp (Shoji KAJITA) Information Technology Center,

More information

Oracle Internet Directoryを使用したUNIX認証およびユーザー・プロビジョニングの一元化

Oracle Internet Directoryを使用したUNIX認証およびユーザー・プロビジョニングの一元化 Oracle Internet Directory を使用した UNIX 認証およびユーザー プロビジョニングの一元化 オラクル ホワイト ペーパー 2005 年 9 月 Oracle Internet Directory を使用した UNIX 認証およびユーザー プロビジョニングの一元化 Burlington Coat Factory 社のケース スタディ... 3 Unix の認証に対する BCF

More information

はじめに

はじめに 23 1.1 1.2 1.2.1 1.2.2 24 26 26 26 29 31 33 34 1.3 36 1.3.1 1.3.2 1.3.3 1.3.4 EXPN/VRFY 36 VRFY EXPN 36 37 38 38 45 46 46 DoS 51 Flood DoS 51 7 51 52 DDoS 53 1.4 58 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6

More information

OSSTechドキュメント

OSSTechドキュメント OSSTech 製 OpenLDAP 2.4 パッケージ インストールガイド オープンソース ソリューション テクノロジ ( 株 ) 作成日 : 2012 年 3 月 30 日 更新日 : 2017 年 9 月 8 日 リビジョン : 5.0 目次 1. はじめに 1 2. Linux 版 OpenLDAP 2.4 パッケージ 2 2.1 システム要件...2 2.1.1 ソフトウェア要件...2

More information

dvi

dvi { SSH { 3 3 1 telnet ID ( ) ID ( 1) SSH(Secure SHell) (ID ) SSH SSH SSH login : userid password : himitsu login : userid psaaword: himitsu login : userid password : himitsu 1. Host 11 7 UNIX ( sakura)

More information

Mac OS X Server Windows NTからの移行

Mac OS X Server Windows NTからの移行 Mac OS X Server Windows NT 10.4 apple Apple Computer, Inc. 2005 Apple Computer, Inc. All rights reserved. Mac OS X Server Apple 1 Infinite Loop Cupertino CA 95014-2084 U.S.A. www.apple.com 163-1480 3 20

More information

/etc/passwd /etc/passwd /etc/groups /etc/hosts /etc/passwd /etc/passwd nobody:*:-2:-2:unprivileged User:/nohome:/noshell root:*:0:0:system Administrator:/var/root:/bin/tcsh daemon:*:1:1:system Services:/var/root:/noshell

More information

証明書検証サーバの概要

証明書検証サーバの概要 OCSP...1.....1.....1...2.. RedHat Linux...2.. RedHat IP...2.. RPM...4.. OpenLDAP...4.. PostgreSQL...!.. AiCrypto...5.. Dumpasn1...5.................5 PostgreSQL...6 rshd...7...7...8 Cygwin Cygwin...8 Perl...9...10

More information

熊本大学公式 Web サイト更新に伴う認証システムの構築 谷口勝紀 1, 永井孝幸 2, 杉谷賢一 2, 林恵里 2, 松葉龍一 3, 河津秀利 4, 岩永菜穂子 5 熊本大学工学部技術部 1, 熊本大学情報基盤センター 2 熊本大学 Elearning 推進機構 3, 熊本大学運営基盤管理部情報企

熊本大学公式 Web サイト更新に伴う認証システムの構築 谷口勝紀 1, 永井孝幸 2, 杉谷賢一 2, 林恵里 2, 松葉龍一 3, 河津秀利 4, 岩永菜穂子 5 熊本大学工学部技術部 1, 熊本大学情報基盤センター 2 熊本大学 Elearning 推進機構 3, 熊本大学運営基盤管理部情報企 熊本大学学術リポジトリ Kumamoto University Repositor Title 熊本大学公式 Web サイト更新に伴う認証システムの構築 Author(s) 谷口, 勝紀 ; 永井, 孝幸 ; 杉谷, 賢一 ; 林, 恵里 ; 松葉, 龍一 ; 河津, 秀利 ; 岩永, 菜穂子 Citation 熊本大学工学部技術部年次報告集, 2012: 200203 Issue date 2012

More information

FileMaker Server 8 Administrator’s Guide

FileMaker Server 8 Administrator’s Guide 1994-2005 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. ScriptMaker FileMaker, Inc. FileMaker FileMaker, Inc. FileMaker

More information

オープンソース・ソリューション・テクノロジ株式会社

オープンソース・ソリューション・テクノロジ株式会社 オープンソースで実現する 認証基盤と ID 管理 オープンソース ソリューション テクノロジ株式会社 Copyright 2016 Open Source Solution Technology Corporation All Rights Reserved. - 1 - Copyright 2016 Open Source Solution Technology Corporation All Rights

More information

Faronics Core User Guide

Faronics Core User Guide 1 2 : 2017 2 1999-2017 Faronics Corporation. All rights reserved. Faronics Deep Freeze Faronics Core Console Faronics Anti-Executable Faronics Device Filter Faronics Power Save Faronics Insight Faronics

More information

スライド 1

スライド 1 LPIC 300 技術解説セミナー 2017 年 5 月 27 日 ( 土 ) 13:30~16:30 LPI-Japan 認定トレーナー株式会社ゼウス エンタープライズ鯨井貴博 LPI-Japan 2017. All rights reserved. 講師紹介 Linux Network の基礎から 現場経験を活かしたトラブルシュートまで幅広い講義を行います! [ プロフィール ] LPIC レベル

More information

iNotes_PDF.ps

iNotes_PDF.ps LotusLive inotes LotusLive inotes LotusLive inotes LotusLive inotes 57 IBM LotusLive inotes LotusLive inotes LotusLive inotes User's Guide 1 2011.12 Copyright IBM Corporation 2010, 2011. inotes E inotes?

More information

標準プレゼンテーション

標準プレゼンテーション 可用性とパフォーマンスを重視した セミナーに参加いただいた皆様へ当日は質疑応答の時間をとれず, ご迷惑をおかけしました. 当日聞き逃したこと等はユーザ会や私宛に質問いただければ回答できる範囲で対応したいと思います. 日本 ユーザ会中満英生 nomo@bluecoara.net 自己紹介 氏名 : 中満英生会社 : F5 ネットワークスジャパン所属 : プリセールスエンジニア活動 : Solaris,

More information

postldapadmin 1.00 版 2007 年 10 月 12 日

postldapadmin 1.00 版 2007 年 10 月 12 日 postldapadmin 1.00 版 2007 年 10 月 12 日 目次 1. postldapadmin とは 1.1 メールシステムと LDAP の連携 1.2 メールシステムの仮想ユーザ管理を LDAP で行うことのメリット 1.3 postldapadmin を利用するメリット 1.4 postldapadmin で管理する LDAP データ 2. 計画 2.1 動作環境 2.2 決めておかなくてはならないこと

More information

etrust Access Control etrust Access Control UNIX(Linux, Windows) 2

etrust Access Control   etrust Access Control UNIX(Linux, Windows) 2 etrust Access Control etrust Access Control UNIX(Linux, Windows) 2 etrust Access Control etrust Access Control 3 ID 10 ID SU ID root 4 OS OS 2 aaa 3 5 TCP/IP outgoing incoming DMZ 6 OS setuid/setgid) OS

More information

オープンソース・ソリューション・テクノロジ株式会社 会社紹介

オープンソース・ソリューション・テクノロジ株式会社 会社紹介 Open Source Solution Technology Samba 4 で構築する Active Directory 環境 ~ インストールから UID/GID の話まで ~ オープンソース ソリューション テクノロジ株式会社 2014/09/05 亀井裕 自己紹介 亀井裕 ( かめいゆたか ) オープンソース ソリューション テクノロジ株式会社所属 Samba と OpenLDAP の製品開発を行っています

More information

OSSTechドキュメント

OSSTechドキュメント OSSTech 製 OpenLDAP 2.4 パッケージ インストールガイド オープンソース ソリューション テクノロジ ( 株 ) 作成日 : 2012 年 3 月 30 日 更新日 : 2016 年 5 月 13 日 リビジョン : 4.7 目次 1. はじめに 1 2. Linux 版 OpenLDAP 2.4 パッケージ 2 2.1 システム要件...2 2.1.1 ソフトウェア要件...2

More information

Trend Micro InterScan Web Security Suite Windows版 管理者ガイド

Trend Micro InterScan Web Security Suite Windows版 管理者ガイド Trend Micro InterScan Web Security Suite Windows 注意事項トレンドマイクロへのお客様情報の送信について URLWeb URL URLWeb Web ID Web URL ID Web Web /TrendCare/ /Web URL 輸出規制について U.S. Export Administration Regulations http://www.treas.gov/ofac/http://www.bis.doc.gov/complianceandenforcement/liststocheck.htm

More information

IP IP DHCP..

IP IP DHCP.. NICE 2008 4 14 1 NICE 2 1.1.................... 2 2 3 2.1........................................ 3 2.2....................................... 5 2.3.................................... 6 2.4...................................

More information

[user@linux tmp]$ tar xzvf utvpn-src-unix-v100-7092-beta-2010.06.25.tar.gz [user@linux tmp]$ cd utvpn-unix-v100-7092-beta [user@linux utvpn-unix-v100-7092-beta]$ ls License-ja.txt configure makefiles src

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 11 2004-2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. FileMaker, Inc. FileMaker FileMaker,

More information

GA-1190J

GA-1190J GA-1190J 1 1. 2. 3. 4. 2 5. 3 PDF 4 PDF PDF PDF PDF PDF PDF PDF PDF 5 6 ...1...2...4 1...12 2...16...18 3...22 PCL/PS...23 4...26 5...30 ETHERNET...31 TCP/IP...33 IPX/SPX...38 AppleTalk...40 HTTP...42

More information

bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows ˆ Windows10 64bit Wi

bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows ˆ Windows10 64bit Wi Windows bash on Ubuntu on Windows [Windows Creators Update(1703) ] TAKE 2017-10-06 bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu

More information

Configuring_01

Configuring_01 Symantec Backup Exec Dell EqualLogic Microsoft Exchange Server SQL Server IT / / 24 365 Symantec Backup Exec Advanced Disk-based Backup Option (ADBO) Dell Equal- Logic Microsoft Exchange Server 2003 2007

More information

untitled

untitled FutureNet Microsoft Corporation Microsoft Windows Windows 95 Windows 98 Windows NT4.0 Windows 2000, Windows XP, Microsoft Internet Exproler (1) (2) (3) COM. (4) (5) ii ... 1 1.1... 1 1.2... 3 1.3... 6...

More information

FileMaker Server 9 Getting Started Guide

FileMaker Server 9 Getting Started Guide FileMaker Server 10 2007-2009 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento Bento FileMaker, Inc. Mac Mac Apple Inc. FileMaker

More information

iNotes_PDF.ps

iNotes_PDF.ps IBM SmartCloud inotes IBM SmartCloud inotes IBM SmartCloud inotes IBM SmartCloud inotes 57 IBM SmartCloud inotes IBM SmartCloud inotes IBM SmartCloud inotes User's Guide 1 2012.5 Copyright IBM Corporation

More information

Si-R180 ご利用にあたって

Si-R180 ご利用にあたって P3NK-2472-01Z0 GeoStream Si-R 180 LAN 2007 7 Microsoft Corporation All rights reserved, Copyright 2007 2 ...2...5...5...5...5...6...7...8...8...11...11 LAN...11...11...12...12...12...12...12...13 ISO/IEC15408...14

More information

CAS Yale Open Source software Authentication Authorization (nu-cas) Backend Database Authentication Authorization to@math.nagoya-u.ac.jp, Powered by A

CAS Yale Open Source software Authentication Authorization (nu-cas) Backend Database Authentication Authorization to@math.nagoya-u.ac.jp, Powered by A Central Authentication System naito@math.nagoya-u.ac.jp to@math.nagoya-u.ac.jp, Powered by Adobe Reader & ipod Photo March 10, 2005 RIMS p. 1/55 CAS Yale Open Source software Authentication Authorization

More information

"CAS を利用した Single Sign On 環境の構築"

CAS を利用した Single Sign On 環境の構築 CAS Single Sign On (Hisashi NAITO) naito@math.nagoya-u.ac.jp Graduate School of Mathematics, Nagoya University naito@math.nagoya-u.ac.jp, Oct. 19, 2005 Tohoku Univ. p. 1/40 Plan of Talk CAS CAS 2 CAS Single

More information

untitled

untitled 1 4 4 6 8 10 30 13 14 16 16 17 18 19 19 96 21 23 24 3 27 27 4 27 128 24 4 1 50 by ( 30 30 200 30 30 24 4 TOP 10 2012 8 22 3 1 7 1,000 100 30 26 3 140 21 60 98 88,000 96 3 5 29 300 21 21 11 21

More information

install

install SCore SCore 5.0 2001.03.19 devel@pccluster.org SCore Backbone LAN Ethernet EEPRO100 Myrinet-2000 Fibre 02/03/20 2 1 NIC (Network Interface Card) NIC 100Mbps Ethernet EEPRO100 Tulip 3C905B Network Trunking

More information

untitled

untitled 2013. Apr.4 Mon Tue Wed Thu Fri Sat Sun 4/1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 5/1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 TEL WEB 1 2 3 4 1 2 3! ENTER 2013. 329 2013.

More information

untitled

untitled 2004 1094 1.... 1 1.1. SIDA IODEF RECEIVER / ARCHIVER...1 1.2. SIDA IODEF GENERATOR...2 1.3. MANUAL AUTHORING...4 1.4. IODEF SENDER...4 1.5. IODEF RECEIVER / ARCHIVER...5 1.6. IODEF ANALYZER...9 2....

More information

Vol. 9 No. 2 DNS. DNS IP.... leopard.loc. DNS. Mac OS X Server. Web Mac OS X Server Mac OS X Server.. DNS DNS DNS example.com.. 2.1.1 DNS

Vol. 9 No. 2 DNS. DNS IP.... leopard.loc. DNS. Mac OS X Server. Web Mac OS X Server Mac OS X Server.. DNS DNS DNS example.com.. 2.1.1 DNS Open Directory Apache Wiki Web Podcast PC Wiki Podcast Windows Macintosh Mac OS X Server IP...... PC(Xserve) PC Xserve. GHz Quad-Core Intel Xeon, AppleOS Mac OS X Server. DNS Open Directory FTP Web QuickTime

More information

SRT/RTX/RT設定例集

SRT/RTX/RT設定例集 Network Equipment Rev.6.03, Rev.7.00, Rev.7.01 Rev.8.01, Rev.8.02, Rev.8.03 Rev.9.00, Rev.10.00, Rev.10.01 2 3 4 5 6 1 2 3 1 2 3 7 RTX1000 RTX1000 8 help > help show command > show command console character

More information

debian_manual.dvi

debian_manual.dvi How to set up Linux 01/07/02 Debian GNU/Linux 1 potato 1.1 rescue.bin root.bin driver-1.bin 1 1.2 1. Debian GNU/Linux Debian http://http.us.debian.org/debian/ http://ftp.jp.debian.org Fig. 1 Fig. 1 Debian

More information

橡C12電子メール最新技術動向revisd.PDF

橡C12電子メール最新技術動向revisd.PDF Internet Week 99 Internet Week 99 1999 Naoaki Watanabe,Japan Network Information Center 1... 1 2... 1 3... 2 4... 5 5... 7 6 IMAP4... 10 7 S/MIME PGP... 14 8... 18 9... 19 IMAP4 Happy99 OutLook Exchange

More information

00.目次_ope

00.目次_ope 816XL ii iii iv iv User Entry 1 3 v vi vii viii 1 1 C: >VTTERM 1- 1 1-3 1 1-4 1 1-5 1 1-6 1 1-7 1 1-8 1 1-9 1 1-10 C: >VTN 1 Host Name: 1-11 1 01 1-1 0.0.0.0 1 1-13 1 1-14 - -3 Port status and configuration

More information

Epson Print Admin

Epson Print Admin Epson Print Admin NPD5368-02 JA Epson Print Admin Epson Print Admin Epson Print Admin Epson Print Admin Epson Open Platform Epson Open Platform Epson Print Admin Epson Print Admin Epson Print Admin Epson

More information

20 H8/3069LAN H. Fukura

20 H8/3069LAN H. Fukura 20 H8/3069LAN 1.1 2009 2 9 H. Fukura 1 1 2 Cygwin 2 2.1................... 3 2.2................. 3 3 h8300-hms 13 3.1................... 14 3.2......... 14 3.3............. 35 3.4.............. 38 i

More information

iPhone/iPad/Android(TM) とベリサイン アイデンティティプロテクション(VIP)エンタープライズゲートウェイとの組み合わせによるL2TP+IPsecのワンタイムパスワード設定例

iPhone/iPad/Android(TM) とベリサイン  アイデンティティプロテクション(VIP)エンタープライズゲートウェイとの組み合わせによるL2TP+IPsecのワンタイムパスワード設定例 VeriSign VIP VIP + AR VIP VIP AR VPN iphone ipad Apple Inc. iphone Android Google Inc. Copyright 2011 Allied Telesis K.K. All Rights Reserved. VIP AR User Copyright 2011 Allied Telesis K.K. All Rights

More information

設定例集_Rev.8.03, Rev.9.00, Rev.10.01対応

設定例集_Rev.8.03, Rev.9.00, Rev.10.01対応 Network Equipment 設定例集 Rev.8.03, Rev.9.00, Rev.10.01 対応 2 3 4 5 6 7 8 help > help show command > show command console character administrator pp disable disconnect 9 pp enable save Password: login timer

More information

Seasar.org 運用の舞台裏

Seasar.org 運用の舞台裏 Seasar.org 運用の舞台裏 2006.11.12 The Seasar Foundation 法政大学大学院情報科学研究科有限会社インテグシステム二川潤 1 自己紹介 名前 : 二川潤 ( ふたがわじゅん / jfut) 所属 : 法政大学大学院情報科学研究科情報科学専攻博士課程 http://cis.k.hosei.ac.jp/ CIS RAT (Faculty of Computer and

More information

FileMaker Server Help

FileMaker Server Help FileMaker Server 13 FileMaker Server 2010-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento FileMaker, Inc. FileMaker WebDirect

More information

連絡先

連絡先 社内ディレクトリ 1 ページ 個人用アドレス帳 5 ページ 着信コールおよび発信コールの名前の逆引きルックアップ 7 ページ 社内ディレクトリ 自分の電話機で同僚の番号を調べることにより 簡単に同僚に電話をかけることができます 管理者がこのディレクトリを設定し 保守します 電話機では Lightweight Directory Access Protocol LDAP ディレクトリ Broadsoft

More information

Lync Server 2010 Lync Server Topology Builder BIG-IP LTM Topology Builder IP Lync 2010 BIG IP BIG-IP VE Virtual Edition BIG-IP SSL/TLS BIG-IP Edge Web

Lync Server 2010 Lync Server Topology Builder BIG-IP LTM Topology Builder IP Lync 2010 BIG IP BIG-IP VE Virtual Edition BIG-IP SSL/TLS BIG-IP Edge Web 1.1 Microsoft Lync Server 2010 BIG-IP LTM 2 4 5 BIG-IP : Lync 6 BIG-IP : Lync 7 BIG-IP : - 8 BIG-IP : - 9 A: BIG-IP Microsoft Lync Server 2010 Microsoft Lync Server 2010 Office Communications Server BIG-IP

More information

1. PKI (EDB/PKI) (Single Sign On; SSO) (PKI) ( ) Private PKI, Free Software ITRC 20th Meeting (Oct. 5, 2006) T. The University of Tokush

1. PKI (EDB/PKI) (Single Sign On; SSO) (PKI) ( ) Private PKI, Free Software ITRC 20th Meeting (Oct. 5, 2006) T. The University of Tokush PKI LAN EDB/PKI and Campus Wireless LAN Authentication EDB/PKI http://web.db.tokushima-u.ac.jp/edb-manual/pki.html http://ldap.db.tokushima-u.ac.jp/wireless/ @. E-mail: alex@ee.tokushima-u.ac.jp Id: itrc20th-20061005.tex,v

More information

OSSTechプレゼンテーション

OSSTechプレゼンテーション Ver.3 ~ クラウド時代の ID 連携を支援する ~ オープンソース ソリューション テクノロジ株式会社 http://www.osstech.co.jp/ Copyright 2016 Open Source Solution Technology, Corp. 1 クラウド時代の ID 管理 1. 管理対象の分散化 オンプレミスとクラウドサービスの混在 システムごとの ID 管理 2. 3.

More information

ksocket Documentation

ksocket Documentation ksocket Documentation 20181012 Fixpoint, Inc. 2018 10 12 i 1 2 2 3 2.1............................................. 3 2.1.1 Linux............................................ 3 2.1.2 Windows..........................................

More information

リング型IPカメラ監視ソリューション(マルチキャスト編)

リング型IPカメラ監視ソリューション(マルチキャスト編) CentreCOM x900 IP IP ( ) IP surveillance Solution 01 SNMP Manager Syslog Server NTP Server x900-24xt_2 Link Aggregation x900-24xt_1 FS926M-PS_1 FS926M-PS_2 x600-24ts EPSR (Ethernet Protected Switched Ring)

More information

ECL2.0 ロードバランサーNetScaler VPX 10.5 VRRP設定

ECL2.0 ロードバランサーNetScaler VPX 10.5 VRRP設定 Enterprise Cloud 2.0 ロードバランサー NetScaler VPX VRRP 設定ガイド ( バージョン 10.5 ) Copyright NTT Communications Corporation. All rights reserved. 1 INDEX 本ガイドで構築するシステム構成 前提事項 1LB01の設定 2LB02の設定 3VRRP 設定の確認 Copyright

More information

"CAS を利用した Single Sign On 環境の構築"

CAS を利用した Single Sign On 環境の構築 CAS 2 SSO Authorization 1,3, 2,3, 2, 2,3 1 2 3 Central Authentication and Authorization Service (CAS 2 ) Web Application Single Sign On Authorization CAS 2 SSO/AuthZ Jan. 30 2007, p. 1/40 Plan of Talk

More information

設定例集

設定例集 REMOTE ROUTER 1999. 2. 2 YAMAHA NetWare Novell,Inc. INS 64 YAMAHA! M E M O 1 1 1.1 : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 1 1.2 : : : : : : : : : : : : : : : : : : : : :

More information

オープンソース・ソリューション・テクノロジ株式会社 代表取締役 チーフアーキテクト 小田切耕司

オープンソース・ソリューション・テクノロジ株式会社  代表取締役 チーフアーキテクト 小田切耕司 2011 年 1 月 27 日 ( 木 ) 19 時 ~21 時 統合認証システム構築術 Unix 認証 OpenLDAP 編 オープンソース ソリューション テクノロジ株式会社 代表取締役チーフアーキテクト小田切耕司 Copyright 2011 Open Source Solution Technology Corporation All Rights Reserved. - 1 - Copyright

More information

P X-M04-00 PowerChute Network Shutdown PowerChute Network Shutdown Standard v2.2.3a / Enterprise v2.2.3v PowerChute Network Shutdown Standard

P X-M04-00 PowerChute Network Shutdown PowerChute Network Shutdown Standard v2.2.3a / Enterprise v2.2.3v PowerChute Network Shutdown Standard P-2416-211X-M04-00 PowerChute Network Shutdown Standard v2.2.3a GHSVSUUP86 Enterprise v2.2.3v GHSVSUUP87 P-2416-211X-M04-00 PowerChute Network Shutdown PowerChute Network Shutdown Standard v2.2.3a / Enterprise

More information

東京エリアDebian勉強会 - 第86回 2012年3月度

東京エリアDebian勉強会 - 第86回 2012年3月度 Debian 86 2012 3 iwamatsu@debian.org Twitter: @iwamatsu 2012 3 17 Agenda Debian 85 Debian 0 Debian Debian - - Apache2 HTTP Debian / @iwamatsu Debian Project Official Developer Bluetooth, OpenCV, mozc,

More information

............................................................................................................................. 3.......................

............................................................................................................................. 3....................... Xeon Microsoft* System Center Virtual Machine Manager Self-Service Portal 2.0 Microsoft* System Center Virtual Machine Manager Self-Service Portal 2.0 Xeon 5500 Xeon 5600 IT IT Xeon Windows Server* Hyper-V*

More information

untitled

untitled 2 3 4 5 6 READ PK POINT 5.1.30 InnoDB 5.1.30 MyISAM 5.0.79 InnoDB 5.0.79 MyISAM 7 READ_KEY_POINT_LIMIT 5.1.30 InnoDB 5.1.30 MyISAM 5.0.79 InnoDB 5.0.79 MyISAM 8 READ PK RANGE 5.1.30 InnoDB 5.1.30 MyISAM

More information

Microsoft PowerPoint - OSC2009_Tokyo_Fall_1030.ppt

Microsoft PowerPoint - OSC2009_Tokyo_Fall_1030.ppt オープンソースの 今 を 伝 える オープンソースカンファレンス2009 Tokyo/Fall 知 っておきたい OpenLDAPサポートツール 日 本 LDAPユーザ 会 伊 藤 忠 テクノソリューションズ 株 式 会 社 菊 池 研 自 1 はじめに OpenLDAPには にはslapXXX slapxxx Berkeley DBには にはdb_XXX db_xxxといっ た 使 いどころを 理

More information

FileMaker Server 9 Getting Started Guide

FileMaker Server 9 Getting Started Guide FileMaker Server 9 2007 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. ScriptMaker FileMaker, Inc. FileMaker FileMaker,

More information

BMC Configuration ユーザーズガイド

BMC Configuration ユーザーズガイド BMC Configuration 1 2 3 4 5 Rev.1.00N NEC Corporation 2014 1 ... 1... 2... 4... 5... 6 1.... 7 1.1 BMC Configuration... 7 2.... 8 2.1... 8 2.2... 8 2.3... 9 3.... 10 3.1 BMC Configuration (Windows)...

More information

Si-R30コマンドリファレンス

Si-R30コマンドリファレンス 8 8.1 SNMP ( ) 8.1.1 snmp service ( ) SNMP SNMP snmp service on SNMP SNMP off SNMP SNMP SNMP SNMP Si-R30 SNMP snmp service off 171 8.1.2 snmp agent contact ( ) SNMP snmp agent contact []

More information

はじめに

はじめに 19 1.1 19 1.2 21 1.3 22 1.3.1 DES 24 1.4 25 1.4.1 DH 26 1.4.2 RSA 26 1.4.3 ElGamal 27 1.4.4 DSA 27 1.5 27 1.6 28 1.6.1 SHA-1 28 1.6.2 MD5 Message Digest 5 28 1.7 29 1.7.1 MIC 29 1.7.2 HMAC 29 1.7.3 30

More information

Samba Install and Update Guide

Samba Install and Update Guide OSSTech 製 OpenLDAP 2.3 パッケージ インストールガイド v2.0 オープンソース ソリューション テクノロジ ( 株 ) 作成日 : 2008 年 12 月 10 日更新日 : 2010 年 8 月 30 日リビジョン : 2.0 目次 1. はじめに...1 2. OpenLDAP 2.3 パッケージのインストール...2 2.1 対応 Linux ディストリビューション...2

More information

A/B WWW MTA/MSP sendmail POP/IMAP apache WWW 1 1 sendmail uw imap apache WWW host host subnet1: /24 IF1: router & server mail and

A/B WWW MTA/MSP sendmail POP/IMAP apache WWW 1 1 sendmail uw imap apache WWW host host subnet1: /24 IF1: router & server mail and A/B WWW MTA/MSP sendmail POP/IMAP apache WWW 1 1 sendmail uw imap apache WWW host host subnet1: 192.168.1/24 IF1:192.168.1.1 router & server mail and WWW IF2:192.168.0.32 subnet2: 192.168.0/24 1: 1 2 iep.sie.dendai.ac.jp

More information

スライド 1

スライド 1 IBM Global Technology Services PCI DSS ITS IAS. IAS. 2I/T 1PCIDSS 2 2 PCI DSS QSA PCIDSS Fi Gap IBM PCIDSS IBM PCIDSS QSA QSA PCIDSS ROC* 1/ * ROC: Report on Compliance 3 PCI DSS 4 PCIDSS PCIDSS 1. PCIDSS

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 12 2007 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento FileMaker, Inc. Bento FileMaker, Inc. FileMaker

More information

"CAS を利用した Single Sign On 環境の構築"

CAS を利用した Single Sign On 環境の構築 CAS 2 Single Sign On 1,3, 2,3, 2, 2,3 1 2 3 May 31, 2007 ITRC p. 1/29 Plan of Talk Brief survey of Single Sign On using CAS Brief survey of Authorization Environment using CAS 2 Summary May 31, 2007 ITRC

More information

JEE 上の Adobe Experience Manager forms のインストールおよびデプロイ(WebLogic 版)

JEE 上の Adobe Experience Manager forms のインストールおよびデプロイ(WebLogic 版) JEE ADOBE EXPERIENCE MANAGER FORMS WEBLOGIC http://help.adobe.com/ja_jp/legalnotices/index.html iii 1 AEM forms 2 AEM Forms 3 4 - WebLogic Server 4.1............................................................................

More information

PAV PDF USB/RS232/RS485 PDF SCPI LAN PDF LAN PAV PAV 4 LAN PAV PAV with LAN PAV PC PDF Adobe Reader 10 Microso

PAV PDF USB/RS232/RS485 PDF SCPI LAN PDF LAN PAV PAV 4 LAN PAV PAV with LAN PAV PC PDF Adobe Reader 10 Microso Part No. IB029772 Mar. 2016 PAV 200W PAV10-20 PAV160-1.3 PAV20-10 PAV320-0.65 PAV36-6 PAV650-0.32 PAV60-3.5 PAV100-2 400W PAV10-40 PAV160-2.6 PAV20-20 PAV320-1.3 PAV36-12 PAV650-0.64 PAV60-7 PAV100-4 600W

More information

Oracle Calendar Oracle Collaboration Suite 2(9.0.4) Creation Date: Jun 04, 2003 Last Update: Nov 18, 2003 Version:

Oracle Calendar Oracle Collaboration Suite 2(9.0.4) Creation Date: Jun 04, 2003 Last Update: Nov 18, 2003 Version: Oracle Calendar Oracle Collaboration Suite 2(9.0.4) Creation Date: Jun 04, 2003 Last Update: Nov 18, 2003 Version: 1.1-1- -2- 1.... 4 2. Oracle Calendar... 4 2.1... 4 2.2... 5 2.3 https ( 9.0.4.0 )...

More information

untitled

untitled 2004 1094 1.... 1 1.1....1 1.2....3 1.3....3 2. POSTGRESQL... 5 2.1. POSTGRESQL DB UNIX...5 2.2. POSTGRESQL DB WINDOWS...8 3. XML... 12 3.1. XINDICE (NATIVE XML DATABASE)... 12 3.2. XINDICE... 12 3.3.

More information

wp_integrating_AD_10.9_16JAN2014

wp_integrating_AD_10.9_16JAN2014 Apple OS X Active Directory OS X Mavericks v10.9 2 OS X Active Directory Mac Mac Active Directory Mac Windows Apple OS X Active Directory Apple Open Directory Open Directory OS X OS X OS X Server Open

More information