[Bug 1222982] New: autoyast ask password no repeat
https://bugzilla.suse.com/show_bug.cgi?id=1222982 Bug ID: 1222982 Summary: autoyast ask password no repeat Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.5 Hardware: x86-64 OS: openSUSE Leap 15.5 Status: NEW Severity: Enhancement Priority: P5 - None Component: AutoYaST Assignee: yast2-maintainers@suse.de Reporter: lars.bohl@gmail.com QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- Hello, we could not figure out a good way to "ask" for a password. In this case, the user needs to input an existing password, not create a new one. Background information: If our pre-script detects a luks partition, we need to open it, to see if any logical subvolumes exist. On system upgrade, we want to preserve a logical subvolume with a certain label. The other subvolumes of the luks partition will be used for root and swap, so they will be erased. Current workaround (not ideal): Either use a "<password>" or use a basic text "ask". Both are not ideal. With a "<password>" field, the user has to type the password twice, which is unnecessary and confusing for a password input. The "basic text" approach is also not ideal, because the user will see their password on the screen as they type it. Note: We've been using this documentation: https://doc.opensuse.org/projects/autoyast/ We could not find a link to the source repository of the autoyast tool there. Thank you for any suggestions. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1222982 Lars Bohl <lars.bohl@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|autoyast ask password no |autoyast, how to ask for |repeat |password -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1222982 https://bugzilla.suse.com/show_bug.cgi?id=1222982#c5 --- Comment #5 from Lars Bohl <lars.bohl@gmail.com> --- @Stefan We're installing everything (except /boot) in LVM volumes on top of LUKS, because of security requirements. We need autoyast for our "new installation" scenario, not "system upgrade". We want to allow users to keep their home partition in this case. @Lukas Thanks for confirming, it's not very urgent but a feature request sounds good. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1222982 https://bugzilla.suse.com/show_bug.cgi?id=1222982#c8 --- Comment #8 from Lars Bohl <lars.bohl@gmail.com> --- Hello Stefan, thank you for your question. Before unlocking the luks partition, we can indeed see that there is one, using "lsblk --output FSTYPE,KNAME". A luks partition will show up with a string crypto_LUKS. But we cannot see which LVM LVs are contained within this crypto_LUKS partition. That is why we need to get the password from the user, so we have a chance to format only some of the LVM LVs, and not the whole luks partition. Best regards, Lars -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com