Interstage Application Server Smart Repository運用ガイド
目次 索引 前ページ次ページ

付録B エラーコード > B.1 LDAPエラーコード

B.1.39 LDAP_NO_OBJECT_CLASS_MODS 69 (0x45)

[メッセージ]
 Cannot modify object class

[意味]
 指定されたオブジェクトクラスは、派生の末端にある構造型クラスのため、値を削除したり、変更したりすることはできません。

■エラー発生例
 エントリの型を決定しているオブジェジクトクラスの属性(inetOrgPerson)を削除しようとした場合。
リポジトリ内のエントリの状態(LDIF)
 継承関係:top < person < organizationalPerson < inetOrgPerson
dn:cn=Fujitsu Taro,o=fujitsu,dc=com
changetype:add
objectclass:top
objectclass:person
objectclass:organizationalPerson
objectclass:inetOrgPerson
cn:Fujitsu Taro
sn:Fujitsu
LDIF
dn:cn=Fujitsu Taro,o=fujitsu,dc=com
changetype:modify
delete:objectclass
objectclass:inetOrgPerson
メッセージ
ldap_result(modify) : Cannot modify object class
errmsg : LDAP_NO_OBJECT_CLASS_MODS: Cannot remove structural objectclass: >inetOrgPerson<

目次 索引 前ページ次ページ

All Rights Reserved, Copyright(C) 富士通株式会社 2004