This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: passwd.exe trouble


"Julia A . Case" wrote:
> 
> I copied part of the /etc/passwd file down from my linux box...  I wanted
> to change my password (since it doesn't seem to work) so I tried passwd
> and I get the following error.
> 
> Error Starting Program : the passwd.exe file is linked to a missing export
> netapi32.dll:NetApiBufferFree.

Which means that you are using Windows 9x/ME. `passwd' is only working
on NT/W2K systems since it accesses the NT user database. If you
want to create passwords on 9X call `crypt'.

However, the password encryption is actually the same as on Linux boxes
when using DES. They are exchangable.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                        mailto:cygwin@sources.redhat.com
Red Hat, Inc.
mailto:vinschen@redhat.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]