Displaying 1 result from an estimated 1 matches for "f80e82".
2007 Jan 23
1
dovecotpw/sql crypt scheme core dump with rc17-19
...les.
I then tried dovecotpw:
dovecotpw -p 123 -s PLAIN-MD5
{PLAIN-MD5}202cb962ac59075b964b07152d234b70
dovecotpw -p 123 -s CRYPT
Segmentation Fault (core dumped)
So I then tried this:
truss dovecotpw -p 123 -s crypt
open64("/dev/urandom", O_RDONLY) = 3
read(3, "F80E82 c", 4) = 4
fcntl(3, F_GETFD, 0x00000000) = 0
fcntl(3, F_SETFD, 0x00000001) = 0
open64("/usr/local/lib/dovecot/auth/password", O_RDONLY|O_NDELAY) Err#2 ENOENT
read(3, "8382", 2) = 2...