Hi,
I my slapd.conf i added th following line:
dynlist-attrset myAccount myAccountOwnerURL
myAccount is a propriatary, auxliliary objectclass.
SlapD says:
AttributeDescription "myAccountOwnerURL" must be a subtype of "labeledURI".
I really don't now how to arrange this. Trying attributetype ( labeledURI:1 NAME 'myAccountOwnerURL' ... ) gives: OID could not be expanded: "labeledURI:1" even the dyngroup.schema wsa loaded prior to the schema containing the "myAccountOwnerURL" Attribute.
Any hint how to proceed?
Gerd
Gerd Schering Schering@tubit.tu-berlin.de writes:
Hi,
I my slapd.conf i added th following line:
dynlist-attrset myAccount myAccountOwnerURL
myAccount is a propriatary, auxliliary objectclass.
SlapD says:
AttributeDescription "myAccountOwnerURL" must be a subtype of "labeledURI".
I really don't now how to arrange this. Trying attributetype ( labeledURI:1 NAME 'myAccountOwnerURL' ... ) gives: OID could not be expanded: "labeledURI:1" even the dyngroup.schema wsa loaded prior to the schema containing the "myAccountOwnerURL" Attribute.
Any hint how to proceed?
You have to declare myAccountOwnerURL as a subtype of labeledUri, something like
attributetype ( your OID NAME myAccountOwnerURL SUP labeledUri )
-Dieter
Dieter Kluenter wrote: [...]
You have to declare myAccountOwnerURL as a subtype of labeledUri, something like
attributetype ( your OID NAME myAccountOwnerURL SUP labeledUri )
Yes, now it works - thanks a lot! Gerd
openldap-technical@openldap.org