OK, I am using PHP 4 on a Linux box. I am using PHP pages to connect to my Active Directory server and create Organization lists and so forth. My LDAP searches work very well.
I am now trying to modify entries using ldap_modify and it is failing. I am certain the "mail" record exists in Active Directory because I can display it for each user, however using an ldap_modify on the record causes the following error:
Warning: LDAP: add operation could not be completed. in userMod.php on line 44
The user that I am binding as has Administrator rights and I have looked at security on these attributes, all Administrators should have "Full Control".
Why is this not working?
Chris