Re: LDIF _write_entry for changes

2007-06-18 Thread Si P Smith
Doh :-( Many thanks Peter :-) Peter Marschall wrote: Have you tried using the version => 1 option of Net::LDAP::LDIF->new()? See the Net::LDAP::LDIF manual page for details. Net::LDAP::LDIF v0.17 (line 538 on) does not write a "-\n" if there is only one attribute value change. I think perh

Re: LDIF _write_entry for changes

2007-06-09 Thread Peter Marschall
Hi Si, sorry, it took a little longer ;-)) On Tuesday, 22. May 2007 19:13, Si Smith wrote: > Something I have noticed recently, when trying to > write into an AD using the microsoft tools is that > they are fussy on the "-\n" delimiter after each > attribute in a modify record. This seems to hav

LDIF _write_entry for changes

2007-05-22 Thread Si Smith
Something I have noticed recently, when trying to write into an AD using the microsoft tools is that they are fussy on the "-\n" delimiter after each attribute in a modify record. This seems to have to be there (for AD/ADAM) even if there is only one attribute change. Naturally using the perl L