Bug 646876
| Summary: | Non-ascii characters are not allowed in user password | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kamil Páral <kparal> | ||||
| Component: | system-config-users | Assignee: | Nils Philippsen <nphilipp> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 14 | CC: | jlaska, nphilipp | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | system-config-users-1.2.107-1.fc14 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-02-02 19:33:59 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Kamil Páral
2010-10-26 14:34:52 UTC
Created attachment 455780 [details]
s-c-u disallowing non-ascii passwords
The problem may be two-fold: - Ordinary users probably don't know what ASCII is. How about: "The chosen password contains characters which may be hard or impossible to type in in certain situations. To ensure the password can be typed in everywhere please use only unaccented Latin letters (A-Z, a-z), digits (0-9), punctuation characters (e.g. comma, full stop) and the space character in the password." - s-c-users probably should only warn about this and let the operator decide if this should be done regardless (after the appropriate admonition). (In reply to comment #2) > - s-c-users probably should only warn about this and let the operator decide if > this should be done regardless (after the appropriate admonition). I like this idea ... it fits naturally with the existing mechanism that warns whether a password is weak. fixed in git:
commit 17ea8b8d64c4070ff3f5af460804850f154569a5
Author: Nils Philippsen <nils>
Date: Mon Nov 29 17:38:08 2010 +0100
ask if non-ASCII password should be used (#646876)
system-config-users-1.2.106-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/system-config-users-1.2.106-1.fc14 system-config-users-1.2.106-1.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/system-config-users-1.2.106-1.fc13 system-config-users-1.2.106-1.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update system-config-users'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/system-config-users-1.2.106-1.fc14 system-config-users-1.2.106-1.fc14 does not work for me:
Traceback (most recent call last):
File "/usr/share/system-config-users/userWindow.py", line 215, in on_userWin_ok_button_clicked
if createHomeDir and not userGroupCheck.isHomedirOk(homeDir, self.userWinHomeDir):
File "/usr/share/system-config-users/userGroupCheck.py", line 276, in isHomedirOk
if selinux.is_selinux_enabled():
AttributeError: 'module' object has no attribute 'is_selinux_enabled'
That happens when I receive warning about non-ascii password and hit "Yes" for "use anyway" question.
got hit by dead code:
commit b3fc3280cda4f69884b31f8103344092e4eeb8d4
Author: Nils Philippsen <nils>
Date: Mon Jan 31 12:16:10 2011 +0100
remove obsolete selinux module
presence of this module blocks use of system-wide one (#646876)
system-config-users-1.2.107-1.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update system-config-users'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/system-config-users-1.2.107-1.fc14 system-config-users-1.2.107-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. system-config-users-1.2.107-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |