Moin Matthias, this is a know issues, we need to fix this asap: https://issues.apache.org/jira/browse/DIRSTUDIO-291
As a workaround you could write an LDIF. Either use the LDIF editor and execute the LDIF therein or import the LDIF. It should look like this: -------------------------------- dn: ...... changetype: modify add: objectClass objectClass: ipHost - add: ipHostNumber ipHostNumber: 1.2.3.4 - -------------------------------- Kind regards, Stefan Matthias Teege wrote: > Moin, > > I use Apache LDAP Studio to add an "device" Object to my openldap > tree. Then I try to add the "ipHost" > as an new objectClass attribute to device object. This fails because > ipHost needs the ipHostNumber > attribute. So I try to add the ipHostNumber attribute to the device > object which fails to because ipHostNumber > is not allowed in device objects. > > How Do I solve this problem with ALS? > > Many thanks > Matthias
