From: Kurt D. Z. <Ku...@Op...> - 2001-01-31 18:47:26
|
At 06:13 PM 1/31/01 +0000, Chris Ridd wrote: >"Kurt D. Zeilenga" <Ku...@Op...> wrote: >> Producing LDIF requires no knowledge of schema. > >It does if you have entries obtained via LDAPv2, because you won't know >which values need to be converted to UTF-8, which of course LDIF requires. An LDIF engine requires no knowledge of schema. Valid LDIFv1 (for LDAPv2 and LDAPv3) can be produce solely by examining the values to be represented and then to present those values in one of the allowed forms as demonstrated by net::LDAP LDIF's module. I personally think the entry dump method should just use the LDIF module... Kurt |