[vchkpw] vpopmail md5/crypt behavior

2004-07-08 Thread Brian Feeny
I have my vpopmail configured as default so that it uses md5 passwords. It seems to authenticate correctly whether I have the password in md5 or crypt format. Is this correct behavior? It seems it will take either format and work correctly. Brian

Re: [vchkpw] vpopmail md5/crypt behavior

2004-07-08 Thread Jeremy Kitchen
On Thursday 08 July 2004 05:12 pm, Brian Feeny wrote: I have my vpopmail configured as default so that it uses md5 passwords. It seems to authenticate correctly whether I have the password in md5 or crypt format. Is this correct behavior? It seems it will take either format and work

Re: [vchkpw] vpopmail md5/crypt behavior

2004-07-08 Thread Charles Sprickman
On Thu, 8 Jul 2004, Jeremy Kitchen wrote: yes, the crypt() call should support both md5 and crypt format. Any new passwords will be in md5, so if they change it or something, it'll be md5. And on *BSD, it also supports blowfish or anything else the MCF (modular crypt format) supports.