[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Patch to make 'ldapmodify -WW' read password from stdin



New patch: 'ldapmodify -y file' reads the password from file.

    <http://folk.uio.no/hbf/OpenLDAP/passwd-file.txt>

Issues:

- ldapmodify & go on with no password if reading the password file
  failed.  Tell me if you want them to exit() instead in that case.

- I do not know if Windows NT has fstat(), so I set HAVE_FSTAT to
  undef in portable.nt.  (fstat() is used to warn if the file is
  publicly readable or writeable.)

-- 
Hallvard