58600d4 Bug 476925 - Admin Server: Do not allow 8-bit passwords for

Authored and Committed by Noriko Hosoi 12 years ago
    Bug 476925 - Admin Server: Do not allow 8-bit passwords for
                 the admin user
    
    https://bugzilla.redhat.com/show_bug.cgi?id=476925
    
    Description: There was a bug in the code to check whether a
    password string contains a character with the 8-th bit on.
    This patch fixes it.