From: Robert C. <r....@ho...> - 2005-02-01 13:38:04
|
Hi, I've been trying to add an objectClass to an existing dn. Now I get messages like : {'info': "attribute 'cn' not allowed", 'desc': 'Object class violation'} {'info': 'modify/add: objectClass: value #0 already exists', 'desc': 'Type or value exists'} In my modlist are all the values nessecary I though. It feels like the chicken and the egg problem. To insert an objectClass you need the must attributes and to get the attributes you need the new objectClass. Please tell me what I'm missing here. Thanks robert |