Issue #701 has been updated by Clément OUDOT. Status changed from New to Rejected
Hi, this tracker is for LSC, not for LTB. Please open an issue on http://tools.ltb-project.org/projects/show/ltb ---------------------------------------- Bug #701: check_password.c not clear about minimum characters http://tools.lsc-project.org/issues/701 Author: Enrico Cavalli Status: Rejected Priority: Normal Assigned to: Category: Target version: Problem in version: At least for me, the check_password module is not very clear about minimum characters requested per class. For instance minLower=0 or minLower=1 has the same effect (so the first occurrence of a lower case character scores +1 quality point). How about changing the code like this? if ( minLower && islower(pPasswd[i]) ) This way a minLower=0 means that lower case letters do not contribute to complexity, independently of their quantity.... The same of course for uppercase, numbers, and punctuation. This is just a suggestion which comes from my understanding of the inner working of the module. It may be just a very stupid idea! Thank you anyway, Enrico. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

