> > 2. You need anonymous read access to the subschemas of ldap. this can be > > done by the following entry in /etc/openldap/slapd.conf > > access to dn="cn=subschema" by * read > > Could you explain a little more why I need this? >
evolution requires that the schema defined for a server be stored in the directory's subschemasubentry. Only fields are enabled for editing if evolution finds an entry in the schema of one of the objects objectclasses. maybe take a look there: http://www-3.ibm.com/software/network/directory/library/publications/31/program_ref/ldap_schema.htm or simply try: ldapsearch -b "cn=subschema" -x -s base "objectClass=subschema" objectclasses this should give you a list of all objectclasses your directory knows of. _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
