0

OpenDJ 2.6.0の指示に従ってインデックスを作成すると。

次のエラーが発生します

$/opt/opendj/bin/dsconfig create-local-db-index --hostname 127.0.0.1 --port 4444 --bindDN "cn=Directory Manager" --bindPassword 123 --backend-name cfgStore --index-name iplanet-am-user-federation-info-key --set index-type:equality --trustAll;

The Local DB Index could not be created because of the following reason:

    *  [LDAP: error code 53 - The Directory Server is unwilling to add
       configuration entry
       ds-cfg-attribute=iplanet-am-user-federation-info-key,cn=Index,ds-cfg-bac
       kend-id=cfgStore,cn=Backends,cn=config because one of the add listeners
       registered with the parent entry
       cn=Index,ds-cfg-backend-id=cfgStore,cn=Backends,cn=config rejected this
       change with the message: The Local DB Index could not be decoded due to
       the following reason: The string value
       "iplanet-am-user-federation-info-key" is not a valid value for the
       "attribute" property, which must have the following syntax: OID]


$/opt/opendj/bin/dsconfig create-local-db-index --hostname 127.0.0.1 --port 4444 --bindDN "cn=Directory Manager" --bindPassword 123 --backend-name cfgStore --index-name sun-fm-saml2-nameid-infokey --set index-type:equality --trustAll;

The Local DB Index could not be created because of the following reason:

    *  [LDAP: error code 53 - The Directory Server is unwilling to add
       configuration entry
       ds-cfg-attribute=sun-fm-saml2-nameid-infokey,cn=Index,ds-cfg-backend-id=
       cfgStore,cn=Backends,cn=config because one of the add listeners
       registered with the parent entry
       cn=Index,ds-cfg-backend-id=cfgStore,cn=Backends,cn=config rejected this
       change with the message: The Local DB Index could not be decoded due to
       the following reason: The string value "sun-fm-saml2-nameid-infokey" is
       not a valid value for the "attribute" property, which must have the
       following syntax: OID]


$/opt/opendj/bin/dsconfig create-local-db-index --hostname 127.0.0.1 --port 4444 --bindDN "cn=Directory Manager" --bindPassword 123 --backend-name cfgStore --index-name sunxmlkeyvalue --set index-type:equality --set index-type:substring --trustAll;

The Local DB Index could not be created because of the following reason:

    *  [LDAP: error code 53 - The Directory Server is unwilling to add
       configuration entry
       ds-cfg-attribute=sunxmlkeyvalue,cn=Index,ds-cfg-backend-id=cfgStore,cn=B
       ackends,cn=config because one of the add listeners registered with the
       parent entry cn=Index,ds-cfg-backend-id=cfgStore,cn=Backends,cn=config
       rejected this change with the message: The Local DB Index could not be
       decoded due to the following reason: The string value "sunxmlkeyvalue"
       is not a valid value for the "attribute" property, which must have the
       following syntax: OID]

どうしたの?どうすれば修正できますか?

4

1 に答える 1