Linux技術者認定機関 LPI-Japan

LPI-ID取得 受験者ログイン(メンバーズエリア) LPIカナダ本部サイト サイトマップ お問合せ
トップ > スキルチェックミニテスト > 301試験
スキルチェックミニテスト

設問1〜31を読み、解答を選択し「採点する」をクリックしてください。

設問1  ( 301試験からの出題 )
replog方式およびsyncrepl方式を使ったシングル・マスターとマルチ・スレーブ構成におけるOpenLDAPの特徴に関して正しい記述は次のうちのどれか。
 1.LDAPへの書き込み要求はマスターおよびすべてのスレーブLDAP書き込み完了でリターンする。
 2.LDAPへの書き込み要求はマスターLDAPのみの書き込み完了でリターンし、スレーブLDAPへの書き込みは保証しない。
 3.LDAPへの書き込み要求はマスターおよび1台のスレーブLDAP書き込み完了でリターンする。2台目以降のスレーブLDAPへの書き込みは保証しない。
設問2  ( 301試験からの出題 )
OpenLDAPの複製方式replog機能に関して正しい説明は次のうちのどれか。
 1.複製はマスターサーバー側からスレーブサーバー側へ更新が伝搬することで行われる。
 2.複製はスレーブサーバー側からマスターサーバー側へ更新を検索してスレーブ自身で更新することで行われる。
設問3  ( 301試験からの出題 )
OpenLDAPの複製方式syncrepl機能に関して正しい説明は次のうちのどれか。
 1.複製はマスターサーバー側からスレーブサーバー側へ更新が伝搬することで行われる。
 2.複製はスレーブサーバー側からマスターサーバー側へ更新を検索してスレーブ自身で更新することで行われる。
設問4  ( 301試験からの出題 )
ユーザ情報(NSS)と認証機構(PAM)でLDAPを利用する時、LDAPサーバーがマスタ(IPアドレス:192.168.0.1)とスレーブ(IPアドレス:192.168.0.2)の2台構成の場合、マスター障害時にスレーブにアクセス出来るようにする設定はどれか?
(※)/etc/ldap.confはRed Hat系の場合、Debian (Ubuntu) では /etc/libnss-ldap.conf に相当
 1./etc/nsswitch.confに passwd: "ldap 192.168.0.1 192.168.0.2 と記述
 2./etc/ldap.conf(※)に host 192.168.0.1 192.168.0.2 と1行で記述
 3./etc/ldap.conf(※)に
   host 192.168.0.1
   host 192.168.0.2
 と2行で記述
 4./etc/openldap/ldap.confに host 192.168.0.1 192.168.0.2 と1行で記述
 5./etc/openldap/ldap.confに
   host 192.168.0.1
   host 192.168.0.2
 と2行で記述
設問5  ( 301試験からの出題 )
LDAPサーバーとクライアント間の通信を暗号化するLDAPSで利用されるLDAPサーバーのポート番号は次のうちのどれか。
 1.389
 2.391
 3.631
 4.636
設問6  ( 301試験からの出題 )
OpenLDAPのreplog機能を使ったマスターサーバーとスレーブサーバを構築します。
slapd.confの(ア)〜(ケ)に入るパラメータを(1)〜(13)から選びなさい。
同じパラメータを何度使っても構いませんし、別な記号の場所に同じパラメータが入っても構いません。
なおアクセス制御はパスワードのみ管理者にアクセス可能にし、他のフィールドは誰でも参照可能とします。
slapd.confは一部のみを掲載しており、すべてではありませんが、access行はすべて掲載しています。

※設問6〜15はセットになっています。
  設問6では(ア)に入るパラメーターを選択しなさい。


<マスターサーバーの設定:master.example.co.jpのslapd.conf>
suffix "dc=example,dc=co,dc=jp"
rootdn "cn=Manager,dc=example,dc=co,dc=jp"
rootpw mstpwd

access to (ア)
access to (イ)

replica uri="(ウ)"
binddn="(エ)"
bindmethod=simple
credentials=(オ)

<スレーブサーバーの設定:slave.example.co.jpのslapd.conf>
suffix "dc=example,dc=co,dc=jp"
rootdn "(カ)"
rootpw slvpwd

access to (キ-1)または(キ-2)(正解は2つ)
access to (ク)

updateref "(ケ)"
 1.dc=example,dc=co,dc=jp
 2.cn=manager,dc=example,dc=co,dc=jp
 3.cn=replica,dc=example,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=example,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=manager,dc=example,dc=co,dc=jp" read
      by anonymous auth
      by * none
 9.* by * read
 10.* by dn="cn=replica,dc=example,dc=co,dc=jp" read
 11.* by dn="cn=manager,dc=example,dc=co,dc=jp" write
 12.ldap://master.example.co.jp
 13.ldap://slave.example.co.jp
設問7  ( 301試験からの出題 )
設問6の(イ)に入るパラメーターを選択しなさい。

※設問6〜15はセットになっています。
 1.dc=example,dc=co,dc=jp
 2.cn=manager,dc=example,dc=co,dc=jp
 3.cn=replica,dc=example,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=example,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=manager,dc=example,dc=co,dc=jp" read
      by anonymous auth
      by * none
 9.* by * read
 10.* by dn="cn=replica,dc=example,dc=co,dc=jp" read
 11.* by dn="cn=manager,dc=example,dc=co,dc=jp" write
 12.ldap://master.example.co.jp
 13.ldap://slave.example.co.jp
設問8  ( 301試験からの出題 )
設問6の(ウ)に入るパラメーターを選択しなさい。

※設問6〜15はセットになっています。
 1.dc=example,dc=co,dc=jp
 2.cn=manager,dc=example,dc=co,dc=jp
 3.cn=replica,dc=example,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=example,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=manager,dc=example,dc=co,dc=jp" read
      by anonymous auth
      by * none
 9.* by * read
 10.* by dn="cn=replica,dc=example,dc=co,dc=jp" read
 11.* by dn="cn=manager,dc=example,dc=co,dc=jp" write
 12.ldap://master.example.co.jp
 13.ldap://slave.example.co.jp
設問9  ( 301試験からの出題 )
設問6の(エ)に入るパラメーターを選択しなさい。

※設問6〜15はセットになっています。
 1.dc=example,dc=co,dc=jp
 2.cn=manager,dc=example,dc=co,dc=jp
 3.cn=replica,dc=example,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=example,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=manager,dc=example,dc=co,dc=jp" read
      by anonymous auth
      by * none
 9.* by * read
 10.* by dn="cn=replica,dc=example,dc=co,dc=jp" read
 11.* by dn="cn=manager,dc=example,dc=co,dc=jp" write
 12.ldap://master.example.co.jp
 13.ldap://slave.example.co.jp
設問10  ( 301試験からの出題 )
設問6の(オ)に入るパラメーターを選択しなさい。

※設問6〜15はセットになっています。
 1.dc=example,dc=co,dc=jp
 2.cn=manager,dc=example,dc=co,dc=jp
 3.cn=replica,dc=example,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=example,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=manager,dc=example,dc=co,dc=jp" read
      by anonymous auth
      by * none
 9.* by * read
 10.* by dn="cn=replica,dc=example,dc=co,dc=jp" read
 11.* by dn="cn=manager,dc=example,dc=co,dc=jp" write
 12.ldap://master.example.co.jp
 13.ldap://slave.example.co.jp
設問11  ( 301試験からの出題 )
設問6の(カ)に入るパラメーターを選択しなさい。

※設問6〜15はセットになっています。
 1.dc=example,dc=co,dc=jp
 2.cn=manager,dc=example,dc=co,dc=jp
 3.cn=replica,dc=example,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=example,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=manager,dc=example,dc=co,dc=jp" read
      by anonymous auth
      by * none
 9.* by * read
 10.* by dn="cn=replica,dc=example,dc=co,dc=jp" read
 11.* by dn="cn=manager,dc=example,dc=co,dc=jp" write
 12.ldap://master.example.co.jp
 13.ldap://slave.example.co.jp
設問12  ( 301試験からの出題 )
設問6の(キ-1)に入るパラメーターを選択しなさい。

※設問6〜15はセットになっています。
 1.dc=example,dc=co,dc=jp
 2.cn=manager,dc=example,dc=co,dc=jp
 3.cn=replica,dc=example,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=example,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=manager,dc=example,dc=co,dc=jp" read
      by anonymous auth
      by * none
 9.* by * read
 10.* by dn="cn=replica,dc=example,dc=co,dc=jp" read
 11.* by dn="cn=manager,dc=example,dc=co,dc=jp" write
 12.ldap://master.example.co.jp
 13.ldap://slave.example.co.jp
設問13  ( 301試験からの出題 )
設問6の(キ-2)に入るパラメーターを選択しなさい。

※設問6〜15はセットになっています。
 1.dc=example,dc=co,dc=jp
 2.cn=manager,dc=example,dc=co,dc=jp
 3.cn=replica,dc=example,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=example,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=manager,dc=example,dc=co,dc=jp" read
      by anonymous auth
      by * none
 9.* by * read
 10.* by dn="cn=replica,dc=example,dc=co,dc=jp" read
 11.* by dn="cn=manager,dc=example,dc=co,dc=jp" write
 12.ldap://master.example.co.jp
 13.ldap://slave.example.co.jp
設問14  ( 301試験からの出題 )
設問6の(ク)に入るパラメーターを選択しなさい。

※設問6〜15はセットになっています。
 1.dc=example,dc=co,dc=jp
 2.cn=manager,dc=example,dc=co,dc=jp
 3.cn=replica,dc=example,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=example,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=manager,dc=example,dc=co,dc=jp" read
      by anonymous auth
      by * none
 9.* by * read
 10.* by dn="cn=replica,dc=example,dc=co,dc=jp" read
 11.* by dn="cn=manager,dc=example,dc=co,dc=jp" write
 12.ldap://master.example.co.jp
 13.ldap://slave.example.co.jp
設問15  ( 301試験からの出題 )
設問6の(ケ)に入るパラメーターを選択しなさい。

※設問6〜15はセットになっています。
 1.dc=example,dc=co,dc=jp
 2.cn=manager,dc=example,dc=co,dc=jp
 3.cn=replica,dc=example,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=example,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=manager,dc=example,dc=co,dc=jp" read
      by anonymous auth
      by * none
 9.* by * read
 10.* by dn="cn=replica,dc=example,dc=co,dc=jp" read
 11.* by dn="cn=manager,dc=example,dc=co,dc=jp" write
 12.ldap://master.example.co.jp
 13.ldap://slave.example.co.jp
設問16  ( 301試験からの出題 )
OpenLDAPのsyncrepl機能を使ったマスターサーバーとスレーブサーバーを構築します。
slapd.confの(ア)〜(サ)に入るパラメータを(1)〜(14)から選びなさい。
同じパラメータを何度使っても構いませんし、別な記号の場所に同じパラメータが入っても構いません。
なおアクセス制御はパスワードのみ管理者にアクセス可能にし、他のフィールドは誰でも参照可能とします。
slapd.confは一部のみを掲載しておりすべてではありませんが、access行のみすべて掲載しています。
ただし、LDAPデータベースの中に(2) cn=manager,dc=example,dc=co,dc=jpはエントリとして登録されていますが、(3) cn=replica,dc=example,dc=co,dc=jpは登録されていないものとします。

※設問16〜28はセットになっています。
  設問16では(ア)に入るパラメーターを選択しなさい。


<マスターサーバーの設定:master.example.co.jpのslapd.conf>
suffix "dc=example,dc=co,dc=jp"
rootdn "cn=Manager,dc=example,dc=co,dc=jp"
rootpw mstpwd

access to (ア)
access to (イ)

overlay syncprov

<スレーブサーバーの設定:slave.example.co.jpのslapd.conf>
suffix "dc=example,dc=co,dc=jp"
rootdn "(ウ-1)" または"(ウ-2)" (正解は2つ)
rootpw (エ-1) または (エ-2) (正解は2つ)

access to (オ)
access to (カ)

syncrepl rid=1
      provider="(キ)"
      type=refreshAndPersist
      retry="5 10 30 +"
      searchbase="(ク)"
      scope=sub
      schemachecking=off
      binddn="(ケ)"
      bindmethod=simple
      credentials=(コ)

updateref "(サ)"
 1.dc=exsample,dc=co,dc=jp
 2.cn=manager,dc=exsample,dc=co,dc=jp
 3.cn=replica,dc=exsample,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 9.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
      by anonymous auth
      by * none
 10.* by * read
 11.* by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
 12.* by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
 13.ldap://master.example.co.jp
 14.ldap://slave.example.co.jp
設問17  ( 301試験からの出題 )
設問16の(イ)に入るパラメーターを選択しなさい。

※設問16〜28はセットになっています。
 1.dc=exsample,dc=co,dc=jp
 2.cn=manager,dc=exsample,dc=co,dc=jp
 3.cn=replica,dc=exsample,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 9.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
      by anonymous auth
      by * none
 10.* by * read
 11.* by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
 12.* by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
 13.ldap://master.example.co.jp
 14.ldap://slave.example.co.jp
設問18  ( 301試験からの出題 )
設問16の(ウ-1)に入るパラメーターを選択しなさい。

※設問16〜28はセットになっています。
 1.dc=exsample,dc=co,dc=jp
 2.cn=manager,dc=exsample,dc=co,dc=jp
 3.cn=replica,dc=exsample,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 9.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
      by anonymous auth
      by * none
 10.* by * read
 11.* by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
 12.* by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
 13.ldap://master.example.co.jp
 14.ldap://slave.example.co.jp
設問19  ( 301試験からの出題 )
設問16の(ウ-2)に入るパラメーターを選択しなさい。

※設問16〜28はセットになっています。
 1.dc=exsample,dc=co,dc=jp
 2.cn=manager,dc=exsample,dc=co,dc=jp
 3.cn=replica,dc=exsample,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 9.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
      by anonymous auth
      by * none
 10.* by * read
 11.* by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
 12.* by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
 13.ldap://master.example.co.jp
 14.ldap://slave.example.co.jp
設問20  ( 301試験からの出題 )
設問16の(エ-1)に入るパラメーターを選択しなさい。

※設問16〜28はセットになっています。
 1.dc=exsample,dc=co,dc=jp
 2.cn=manager,dc=exsample,dc=co,dc=jp
 3.cn=replica,dc=exsample,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 9.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
      by anonymous auth
      by * none
 10.* by * read
 11.* by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
 12.* by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
 13.ldap://master.example.co.jp
 14.ldap://slave.example.co.jp
設問21  ( 301試験からの出題 )
設問16の(エ-2)に入るパラメーターを選択しなさい。

※設問16〜28はセットになっています。
 1.dc=exsample,dc=co,dc=jp
 2.cn=manager,dc=exsample,dc=co,dc=jp
 3.cn=replica,dc=exsample,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 9.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
      by anonymous auth
      by * none
 10.* by * read
 11.* by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
 12.* by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
 13.ldap://master.example.co.jp
 14.ldap://slave.example.co.jp
設問22  ( 301試験からの出題 )
設問16の(オ)に入るパラメーターを選択しなさい。

※設問16〜28はセットになっています。
 1.dc=exsample,dc=co,dc=jp
 2.cn=manager,dc=exsample,dc=co,dc=jp
 3.cn=replica,dc=exsample,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 9.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
      by anonymous auth
      by * none
 10.* by * read
 11.* by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
 12.* by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
 13.ldap://master.example.co.jp
 14.ldap://slave.example.co.jp
設問23  ( 301試験からの出題 )
設問16の(カ)に入るパラメーターを選択しなさい。

※設問16〜28はセットになっています。
 1.dc=exsample,dc=co,dc=jp
 2.cn=manager,dc=exsample,dc=co,dc=jp
 3.cn=replica,dc=exsample,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 9.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
      by anonymous auth
      by * none
 10.* by * read
 11.* by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
 12.* by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
 13.ldap://master.example.co.jp
 14.ldap://slave.example.co.jp
設問24  ( 301試験からの出題 )
設問16の(キ)に入るパラメーターを選択しなさい。

※設問16〜28はセットになっています。
 1.dc=exsample,dc=co,dc=jp
 2.cn=manager,dc=exsample,dc=co,dc=jp
 3.cn=replica,dc=exsample,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 9.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
      by anonymous auth
      by * none
 10.* by * read
 11.* by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
 12.* by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
 13.ldap://master.example.co.jp
 14.ldap://slave.example.co.jp
設問25  ( 301試験からの出題 )
設問16の(ク)に入るパラメーターを選択しなさい。

※設問16〜28はセットになっています。
 1.dc=exsample,dc=co,dc=jp
 2.cn=manager,dc=exsample,dc=co,dc=jp
 3.cn=replica,dc=exsample,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 9.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
      by anonymous auth
      by * none
 10.* by * read
 11.* by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
 12.* by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
 13.ldap://master.example.co.jp
 14.ldap://slave.example.co.jp
設問26  ( 301試験からの出題 )
設問16の(ケ)に入るパラメーターを選択しなさい。

※設問16〜28はセットになっています。
 1.dc=exsample,dc=co,dc=jp
 2.cn=manager,dc=exsample,dc=co,dc=jp
 3.cn=replica,dc=exsample,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 9.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
      by anonymous auth
      by * none
 10.* by * read
 11.* by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
 12.* by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
 13.ldap://master.example.co.jp
 14.ldap://slave.example.co.jp
設問27  ( 301試験からの出題 )
設問16の(コ)に入るパラメーターを選択しなさい。

※設問16〜28はセットになっています。
 1.dc=exsample,dc=co,dc=jp
 2.cn=manager,dc=exsample,dc=co,dc=jp
 3.cn=replica,dc=exsample,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 9.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
      by anonymous auth
      by * none
 10.* by * read
 11.* by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
 12.* by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
 13.ldap://master.example.co.jp
 14.ldap://slave.example.co.jp
設問28  ( 301試験からの出題 )
設問16の(サ)に入るパラメーターを選択しなさい。

※設問16〜28はセットになっています。
 1.dc=exsample,dc=co,dc=jp
 2.cn=manager,dc=exsample,dc=co,dc=jp
 3.cn=replica,dc=exsample,dc=co,dc=jp
 4.mstpwd
 5.slvpwd
 6.attrs=userPassword
      by anonymous auth
      by * none
 7.attrs=userPassword
      by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 8.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" write
      by anonymous auth
      by * none
 9.attrs=userPassword
      by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
      by anonymous auth
      by * none
 10.* by * read
 11.* by dn="cn=replica,dc=exsample,dc=co,dc=jp" read
 12.* by dn="cn=manager,dc=exsample,dc=co,dc=jp" write
 13.ldap://master.example.co.jp
 14.ldap://slave.example.co.jp
設問29  ( 301試験からの出題 )
OpenLDAPのバックアップ/リストアについて正しい文をすべて選びなさい。
 1.slapcatコマンドを使えばLDAPサーバーの起動中/停止中に関わらずバックアップできる。
 2.slapcatで取り出したのデータは他のLDAP製品にldapaddしてデータリストアできる。
 3.replogのスレーブサーバーでマスターサーバーとのデータ不整合が起きた場合マスターサーバーからデータをslapcatして取り出し、スレーブサーバーへslapaddすると不整合が解消できる。
 4.syncreplのスレーブサーバーのデータが消失した場合、データディレクトリを空にして、スレーブを起動すれば自動的にマスターからオンラインでコピーされる。
設問30  ( 301試験からの出題 )
OpenLDAPでreplog方式のマスターサーバーとスレーブサーバーがすでに構築して運用している状態で、スレーブサーバーをもう1台追加しようと思います。手順として正しいものを選びなさい。
 1.マスターサーバーを停止し、スレーブサーバーにマスターデータを手動コピーし、スレーブサーバーを起動後、マスターのslapd.confを修正の後、マスターを起動する。
 2.マスターサーバーを起動したまま、スレーブサーバーにマスターデータを手動でコピーし、スレーブサーバーを起動する。
 3.マスターサーバーを起動したまま、スレーブサーバーを設定して起動すれば自動的にマスターデータがコピーされ、スレーブサーバーができあがる。
設問31  ( 301試験からの出題 )
OpenLDAPでsyncrepl方式のマスターサーバーとスレーブサーバーがすでに構築して運用している状態で、スレーブサーバーをもう1台追加しようと思います。手順として正しいものを選びなさい。
 1.マスターサーバーを停止し、スレーブサーバーにマスターデータをコピーし、スレーブサーバーを起動後、マスターのslapd.confを修正の後、マスターを起動する。
 2.マスターサーバーを起動したまま、スレーブサーバーにマスターデータをコピーし、スレーブサーバーを起動後、マスターのslapd.confを修正の後、マスターを起動する。
 3.マスターサーバーを起動したまま、スレーブサーバーを設定して起動すれば自動的にマスターデータがコピーされ、スレーブサーバーができあがる。
 
※この例題は実際のLPIC試験とは異なります。
 
前のページに戻る このページのトップへ
|プライバシーポリシー |LPI規約違反に対する懲戒手順について |サイトマップ |お問合せ |採用情報 |
All Rights Reserved. Copyright(C) The Linux Professional Institute Japan.