Bug 7655
| Summary: | root passwords over 8 characters get truncated to 8 characters | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | bmcgeorge |
| Component: | installer | Assignee: | Matt Wilson <msw> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.1 | CC: | bmcgeorge, ken |
| Target Milestone: | --- | Keywords: | Security |
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-02-22 18:41:50 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: | |||
|
Description
bmcgeorge
1999-12-07 17:41:04 UTC
This is caused due to the installer using 'crypt' not 'MD5' when creating the original Shadow/Password file, even when MD5 is chosen in the installation process. Oh yeah, this is only for root. Any other accounts will be created in the desired encryption method. *** Bug 9034 has been marked as a duplicate of this bug. *** I have just installed RH6.1 and had a similar problem with an 8 character password of the form q"99wert. It would appear that using non alphanumeric characters does not work (it did on RH5.1). With the password of the above style, it was possible to su in an X terminal, but not log on directly. Issue has been resolved in the latest cut of the installer (available in beta) |