Michael,

The LDAP_NO_OBJECT_CLASS_MODS response is coming back from domino, which
means one of a few things:

* The update is not allowed - possibly because of structural object
class clashes,
* PLA is calling ldap_mod_replace, and that function is not liked by domino.
* Domino is doing something a little different for LDAP updates.

In case the 2nd option is the reason, try modifying
lib/ds_ldap_pla.conf, and change the @ldap_mod_replace() function to
@ldap_modify() - the arguments are the same. (Around line 477).

If that doesnt work, put in a

debug_dump(array('connect'=>$this->connect($method),'method'=>$method,'dn'=>$dn,'attrs'=>$attrs),1);


on the line immediately before the ldap_modify() to verify that the
output looks ok.

...deon


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
phpldapadmin-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to