[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Inappropriate Matching error when modifying facsimileTelephoneNumber attribute
Thank you Thomas!
You were right, the attribute 'facsimileTelephoneNumber' did not have an EQUALITY
rule associated with it, and I guess the PHP ldap functions require it's existance.
I copied the EQUALITY and SUBSTR lines from my 'telephoneNumber' attribute, and now
it works like a charm.
-Mark Cushman
http://cushman.net/
---- Original Message ----
From: Thomas Gagne
Date: Sun 11/19/00 23:48
To: Undisclosed Recipients
Cc: openldap-software@OpenLDAP.org
Subject: Re: Inappropriate Matching error when modifying
facsimileTelephoneNumber attribute
In the module value.c, the *text* "inappropriate matching request" is returned
if the matching rule (mr) is NULL. I believe this is described in the
schema. Check that out for the field and see if you find any clues there.
--
.tom