|
Bugzilla – Full Text Bug Listing |
| Summary: | [doc] Issue in "Password settings options", DES is not the default and definitely not a secure one | ||
|---|---|---|---|
| Product: | [openSUSE] PUBLIC SUSE Linux Enterprise Server 15 SP5 | Reporter: | Lukas Ocilka <locilka> |
| Component: | Documentation | Assignee: | Jana Halackova <jsindelarova> |
| Status: | RESOLVED FIXED | QA Contact: | Frank Sundermeyer <fs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | jreidinger |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | https://jira.suse.com/browse/DOCTEAM-1378 | ||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Lukas Ocilka
2024-04-18 14:20:36 UTC
See also https://github.com/yast/yast-users/blob/SLE-15-SP5/src/lib/users/encryption_method.rb#L42-L58 # "blowfish" is also known to UsersSimple, but it's not longer offered # as a valid option. See fate#312321 LABELS = { # TRANSLATORS: encryption type "des" => N_("DES"), # TRANSLATORS: encryption type "md5" => N_("MD5"), # TRANSLATORS: encryption type "sha256" => N_("SHA-256"), # TRANSLATORS: encryption type "sha512" => N_("SHA-512") }.freeze Thank you for reporting this bug! It is being tracked and processed as part of our queue. Tracked by https://github.com/SUSE/doc-sle/pull/1727 |