Interstage Application Server/Interstage Web Server メッセージ集 |
目次 |
第3部 メッセージラベルのないメッセージ | > 第40章 Interstage ディレクトリサービスから通知されるエラーコード | > 40.1 LDAPエラーコード |
Cannot modify object class
[意味]
指定されたオブジェクトクラスは、派生の末端にある構造型クラスのため、値を削除したり、変更したりすることはできません。
■エラー発生例
エントリの型を決定しているオブジェジクトクラスの属性(inetOrgPerson)を削除しようとした場合。リポジトリ内のエントリの状態(LDIF)
継承関係:top < person < organizationalPerson < inetOrgPerson
dn: cn=User001,o=fujitsu,dc=com
changetype: add
objectclass: top
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
cn: User001
sn: FujitsuLDIF
dn: cn=User001,o=fujitsu,dc=com
changetype: modify
delete: objectclass
objectclass: inetOrgPerson
目次 |