opentechinstitute / commotion-router

The build system for the OpenWRT-based Commotion firmware.
https://commotionwireless.net
GNU General Public License v3.0
121 stars 43 forks source link

passwd utility truncates passwords to 127 characters #146

Open gradyoti opened 10 years ago

gradyoti commented 10 years ago

passwd limits administrator passwords for OpenWRT to 127 characters. Passwords that are above this limit are automatically truncated, with no error or warning message passed back to the user.

TODO: Test when we port to Barrier Breaker to see if the problem persists