8375 「エントリには複数の構造型クラスを適用できる」か
- フォーラムは新サイトへ移行しました。
- このフォーラムではゲスト投稿が禁止されています
ゲスト
投稿数: 0
問題ID: 8375
「エントリには複数の構造型クラスを適用できる」という選択肢は間違いとなっています。
しかし、翔泳社のあずき本P32には
「構造型クラスは1つのエントリに複数指定しても構わない」と書いてあります。
どちらが正しいのでしょうか?
「エントリには複数の構造型クラスを適用できる」という選択肢は間違いとなっています。
しかし、翔泳社のあずき本P32には
「構造型クラスは1つのエントリに複数指定しても構わない」と書いてあります。
どちらが正しいのでしょうか?
Re: 8375 「エントリには複数の構造型クラスを適用できる」か
msg# 1.1
hoge2010
投稿数: 3
とりあえず茶本にあるpersonとaccountを同じオブジェクトクラスに適用しようとしてみました。
手動での追加時は以下のエラーが出ました。
ldap_add: Object class violation (65)
additional info: invalid structural object class chain (person/account)
また、phpldapadminでの追加時は以下のエラーが。
Error number: 0x41 (LDAP_OBJECT_CLASS_VIOLATION)
Description: You tried to perform an operation that would cause an
undefined attribute to
exist or that would remove a required attribute, given the current
list of ObjectClasses.
This can also occur if you do not specify a structural objectClass
when creating an entry, or
if you specify more than one structural objectClass.
念のため、personとaccount以外の組み合わせでもやってみましたが、同様でした。
やってみるのが早いですね。
手動での追加時は以下のエラーが出ました。
ldap_add: Object class violation (65)
additional info: invalid structural object class chain (person/account)
また、phpldapadminでの追加時は以下のエラーが。
Error number: 0x41 (LDAP_OBJECT_CLASS_VIOLATION)
Description: You tried to perform an operation that would cause an
undefined attribute to
exist or that would remove a required attribute, given the current
list of ObjectClasses.
This can also occur if you do not specify a structural objectClass
when creating an entry, or
if you specify more than one structural objectClass.
念のため、personとaccount以外の組み合わせでもやってみましたが、同様でした。
やってみるのが早いですね。