> like to store a dynamic set of attributes. This set is incoming as an > XML structure, I'd like to make my schema fits to this incoming tree, > and the stored attributes updated (or deleted) with the enclosed data. > Do I have to detail all the tree and parse it 'manually' or is there any > new tool to handle this case ?
http://www.dsmltools.org will insert DSML (the XML standard for directory data) into your directory using LDAP. It'll do adds, deletes etc. Gerv
