-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the bug
The console stdout based automation breaks because the password prompt is different from ogsudo.
Is there a reason for this? This is likely to break a lot of https://en.wikipedia.org/wiki/Expect based scripts.
To Reproduce
p@p:~/sudo-rs-8/rust-sudo-rs-gu$ sudo echo hello
[sudo] password for p:
sudo: a password is required
p@p:~/sudo-rs-8/rust-sudo-rs-gu$ sudo-rs echo hello
[sudo: authenticate] Password:
Expected behavior
password prompt should say
[sudo] password for <USERNAME>:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request