Hi, I continue to explore the source of my problem with phpgroupware and ldap and I am a bit suspicious about the ldap schema in /usr/share/doc/phpgroupware-phpgwapi/ldap/phpgroupware.schema
11 # phpgwContact 12 # The phpgwContact represents people who are associated with a 13 # phpgw install in some way. It is a structural class and is derived 14 # from the inetOrgPerson schema. 15 objectclass ( 1.3.6.1.4.1.9554.200 16 NAME 'phpgwContact' 17 SUP top AUXILIARY 18 DESC 'phpGroupWare Contact Entry' 19 MUST phpgwContactID 20 ) The comments before the definition does not correspond to the definition. If it would the line 17 should have been : SUP inetOrgPerson STRUCTURAL . Thanks if you have any idea ? chris -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

