Re: Script block on Linux

2005-07-29 Thread Peter Marschall
Hi, On Friday 29 July 2005 15:18, Lionel HELOU wrote: > Thank you it works perfectly when i replace the CR/LF by an LF in the LDIF > file. > I don't have test the patch because the script will turn on UNIX so the > file will be correct. > > I you wan't i can test the patch, but i don't know how to

Re: Script block on Linux

2005-07-29 Thread Lionel HELOU
Peter Marschall <[EMAIL PROTECTED]> 29/07/2005 13:25 A [email protected] cc Lionel HELOU <[EMAIL PROTECTED]> Objet Re: Script block on Linux Hi, it looks like you are reading from an LDIF file. perl-ldap currently has the issue that it can only read correctly LDIF files that h

Re: Script block on Linux

2005-07-29 Thread Peter Marschall
Hi, it looks like you are reading from an LDIF file. perl-ldap currently has the issue that it can only read correctly LDIF files that have the correct line ending for the operating system the script is running on (i.e. CR+LF on Win, LF only on Unix). To check whether this is the cause of the p