Does authdaemon check more than 8 chars in users passwords when checking /etc/userdb_shadow.dat ? I find that passwords with more than 8 chars, the chars after 8 are ignored. Is there a way to control max password length?
That's a crypt-problem. You should be able to avoid that by using the -md5 option.
userdbpw -md5 | userdb users/john set systempw
Willi
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
