Re: ldapscripts unusable from within a 'while read line' loop

2013-08-01 Thread Chris F.A. Johnson
On Thu, 1 Aug 2013, Lakshminarasimhan Srinivasan wrote: ... Description: ldapscripts do not work from inside a "while read line" loop. The exact same scripts were working fine until the last upgrade Repeat-By: Prerequisite: ldapscripts installed. Open a new bash script and type in the f

Re: ldapscripts unusable from within a 'while read line' loop

2013-08-01 Thread Greg Wooledge
On Thu, Aug 01, 2013 at 09:37:38AM +0200, Lakshminarasimhan Srinivasan wrote: > ldapscripts do not work from inside a "while read line" loop. > The exact same scripts were working fine until the last upgrade > - > #!/bin/bash > echo "Testing

Re: ldapscripts unusable from within a 'while read line' loop

2013-08-01 Thread Lakshminarasimhan Srinivasan
On 08/01/2013 04:09 PM, Greg Wooledge wrote: On Thu, Aug 01, 2013 at 09:37:38AM +0200, Lakshminarasimhan Srinivasan wrote: ldapscripts do not work from inside a "while read line" loop. The exact same scripts were working fine until the last upgrade -