LdapReleaseNewEntries();To decrease the memory usage, you can call this function which releases memory allocated for all new entries created by LdapNewEntry function calls.This means that you can have a very large job that creates entries and writes them to the LDAP server, without running out of memory.
1 -1 $myresults = ldapNewEntry($myConnection, "uid=newperson,dc=streamserve,dc=com");ldapReleaseNewEntries();
OpenText StreamServe 5.6 | Updated: 2013-03-01 |