Re: 8375 「エントリには複数の構造型クラスを適用できる」か
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以外の組み合わせでもやってみましたが、同様でした。
やってみるのが早いですね。
投稿ツリー
-
8375 「エントリには複数の構造型クラスを適用できる」か
(ゲスト, 2012-12-2 15:21)
- Re: 8375 「エントリには複数の構造型クラスを適用できる」か (hoge2010, 2012-12-4 9:31)