> The hashes in /etc/master.passwd start with $1$ and then there are 30 > characters after that. > > I did try running tac_plus as root on the FreeBSD box last night with > "login = file /etc/passwd" and still no joy. You need a libcrypt.so with GNU extensions where crypt(3) supports md5 password hashes. Gabor