hedi wrote: > Hi everybody, > > I am using C SDK 5.08 to access the Iplanet Directory server 4.1 and I'd > like to store a dynamic set of attributes. The 'bag' solution is to use > a flat file where are written the different attributes and their values. > Using LDAPMod structure I didn't find any way to add this 'cumbersome' > attribute. > > Any suggestion ?
I don't understand. You want to write values to an entry, where the attributes are 'dynamic'. Do you mean you want a flexible entry that you can write values to that do not necessarily conform to the schema? If you create an entry with objectclass extensibleObject, this will allow you to write any attribute and value to that entry. But it is always better to structure your data for LDAP - create the appropriate attributes, create objectclasses with your attributes, etc. > > > Thanks. > > Hedi. > .
