[Tickets #981] LDAP modifiy/delete

bugs at bugs.horde.org bugs at bugs.horde.org
Thu Dec 16 06:50:15 PST 2004


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=981
-----------------------------------------------------------------------
 Ticket     | 981
 Updated By | michael.eichenberger at stepping-stone.ch
 Summary    | LDAP modifiy/delete
 Queue      | Turba
 Version    | 2.0-RC3
 State      | Assigned
 Priority   | 1. Low
 Type       | Bug
 Owners     | Horde Developers
-----------------------------------------------------------------------


michael.eichenberger at stepping-stone.ch (2004-12-16 06:50) wrote:

The only way to fix this problem at the moment seems to be modifying the
OpenLDAP core.schema directly:
|The error: "Inappropriate Matching" will be displayed if the attribute you
are trying to delete has no equality rule in the schema.  I had a problem
deleting the attribute facsimilieTelephoneNumber, and it was because my
core.schema file did not have an EQUALITY definition for that attribute.  I
copied the telephoneNumber EQUALITY rule and it worked perfectly.|

Before the change:
attributetype ( 2.5.4.23 NAME ( 'facsimileTelephoneNumber' 'fax' )
       DESC 'RFC2256: Facsimile (Fax) Telephone Number'
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.22 )
After the change:
attributetype ( 2.5.4.23 NAME ( 'facsimileTelephoneNumber' 'fax' )
       DESC 'RFC2256: Facsimile (Fax) Telephone Number'
       EQUALITY telephoneNumberMatch
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.50{32} )

Not the nicest way to solve the problem, but it works with no side affects! 




More information about the bugs mailing list