Hello, I'm trying to use Mozilla::LDAP::LDIF to apply a file of type "ldif-changes" (according to RFC 2849) to my directory. But it seems (I've taken a look at the code) that Mozilla::LDAP::LDIF does not recognize LDIF files whose entries are not of changetype "add". In other words, the module is not able to read an LDIF like that: ================= dn: uid=rco, ou=People, dc=company, dc=com changetype: modify add: telephonenumber telephonenumber: +41 21 056 00 12 ================= Am I wrong? Thanks Rafael
