Hi On Monday 09 February 2004 12:43, Mike Jackson wrote: > I wrote a test script which loads an LDIF. The LDIF has pointers to > files, in RFC 2849 format: > > foo:< file:///file.bin > > And file.bin was in the same directory as the LDIF. > > I browsed the entries with an LDAP browser and saw that the value of > the attribute was > > foo:< file:///file.bin > > and not the contents of file.bin.
This behaviour is quite simple to explain. Up to now Net::LDAP::LDIF does not support the URL syntax when reading LDIF files. I just posted a patch against the SVN trunk of perl-ldap that implements this feature. Peter -- Peter Marschall eMail: [EMAIL PROTECTED]
