/* $Id: README_LDAP_WITH_OTHER_TOOLS,v 1.1.2.2 2005/12/18 09:23:12 Caeies Exp $ */ If you want to use phpGroupWare with tools like Samba tools, You will notice something like ldap_modify complaining about object class violation. To avoid this, please edit the file 'phpgwpapi/inc/class.account_ldap.inc.php', search for "$GLOBALS['phpgw_info']['server']['ldap_structural_objectclass']" and change the default value from 'account' to whatever fits your needs (typically in the case of Samba tools, something like 'person' should be ok). This is a "new feature" so it's the reasons why you need to edit the file and not set it up when configuring phpGroupWare. Thanks for reading this file before complaining :) Regards, Caeies.