[Lism-users 59] Re: LISM 同期設定について

Back to archive index

Norikazu Masuda drufy****@yahoo*****
2007年 11月 13日 (火) 14:20:27 JST


関口 様

桝田です、お世話になっております。
ありがとうございます。


> これは、lism.confのXML文の記述が間違っていた場合に出力
されます。
> Ln: 18とあるのが、その行数なので、その部分を確認してみ
れば間違いがわかると思います。
> 下の設定をざっと見て気付いた点としては、
> - <sync><data name="LDAP2>でLDAP2が""で括られていない
> - <sync><data name="LDAP2"><object name=User>でUserが""
で括られていない(私のメールした設定例が間違っておりまし
た)
> があります。 

 早速反映させてみましたが、、エラーなくLISMは起動しまし
た。

 LDAP Browserから接続し、

 lism.com
   |
   |--LDAP
   |
   |--LDAP2
   |
   |--MASTER
 
を確認。


試しに、エントリを追加致しましたが、LDAP=MASTERは
保てていますが、登録した情報がLDAP2には反映されませんで
した。

イメージとして、

・LDAP2にはすでに2件ほどデータが入っていますが、
 これはそのままで、これからのデータが反映される。

・MASTER=LDAP=LDAP2となる。

こちらの両者どちらかの動きでしょうか。


下記全文です。

<config>
  <sync>
    <transaction>off</transaction>

    <data name="LDAP2">
      <object name="User">
        <syncdn>ou=People</syncdn>
      </object>
    </data>

    <master>
      <containerdn>ou=Master</containerdn>
      <data>LDAP</data>
    </master>

  </sync>

  <data name="LDAP">
    <container>
      <oc>organizationalUnit</oc>
      <rdn>ou=LDAP</rdn>
    </container>

    <storage name="LDAP" hash="MD5">
     
<uri>ldap://192.168.1.48/dc=lismclient,dc=ldap,dc=com</uri>
     
<binddn>cn=Manager,dc=lismclient,dc=ldap,dc=com</binddn>
      <bindpw>secret</bindpw>
    </storage>
  </data>

  <data name="LDAP2">
    <container>
      <oc>organizationalUnit</oc>
      <rdn>ou=LDAP2</rdn>
    </container>

    <storage name="LDAP" hash="MD5">
      <uri>ldap://192.168.1.51/dc=example2,dc=com</uri>
      <binddn>cn=Manager,dc=example2,dc=com</binddn>
      <bindpw>secret</bindpw>
    </storage>
  </data>


</config>




Lism-users メーリングリストの案内
Back to archive index