Hi, I'm currently writing a backend for OpenLDAP. It's basically an extension of the LDBM backend so that I can use it for my current project at work. I was looking at the str2entry function in the SLAPD Administration guide and was wondering something about that. Once you keep making Entry objects do you need to worry about freeing up that memory or is that taken care of by other parts of the code? Thanks, Phil