Complain if password is !UTF-8
authorAlan T. DeKok <aland@freeradius.org>
Mon, 5 Sep 2011 14:05:21 +0000 (10:05 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 5 Sep 2011 14:06:47 +0000 (10:06 -0400)
commit22391c522830ac82a61c6e2bc4faa8020dac1f47
tree71f0c17b16a8d774dfe0ab42ae2c994c61ff6742
parent41ee6ca177ee5b021e1e3ccc4b89794169d6f3cc
Complain if password is !UTF-8

for the "shared secret is incorrect" check.  The old code
checked for "printable" characters.  Changing it to a check for
!UTF-8 is more general, and likely more robust with fewer false
positives
src/main/auth.c