Koozali.org: home of the SME Server

Problem with Fax No. in LDAP Address Book

kathyccy

Problem with Fax No. in LDAP Address Book
« on: July 25, 2005, 12:56:45 PM »
Hi,
I'm new in using this software and hope someone can help to solve this.

I found that the fax no. input and saved, but didn't shown when I recalled the record for modification, so I changed the name (from "fax" to "facsimileTelephoneNumber") of the db type "LDAP" in AddressBook.conf for that field, and the fax no. shown now. But after I modifying the value for that field or any other fields, and tried to save the record, I got "Update Error : filter did not match any entries".
 
Here are the codes in AddressBook.conf for the fax field :

    <field name="fax" order="9" type="phone">
      <db type="Text" name="Fax Number" />
      <db type="abookentry" name="Fax Number" />
      <db type="LDAP" name="facsimileTelephoneNumber" />
      <db type="old_ldap-abook" name="fax" />
      <db type="LDIF" name="facsimileTelephoneNumber" />
      <db type="PDB" name="Fax" />
    </field>

Thanks, Kathy.