Attempting to use the passwd command as a local user, on an authd user fails on Resolute. But works on earlier releases, as demonstrated in #851
$ sudo passwd <user>@<domain>
passwd: Provided user name is not a valid name
The context here is that local users should be able to change authd users' passwords, so it can be a reliable way of changing forgotten passwords by an admin local user, rather than relying on device-auth flow as in #369 (comment)
Related issues: #851 , #850, #369
Attempting to use the
passwdcommand as a local user, on an authd user fails on Resolute. But works on earlier releases, as demonstrated in #851The context here is that local users should be able to change authd users' passwords, so it can be a reliable way of changing forgotten passwords by an admin local user, rather than relying on device-auth flow as in #369 (comment)
Related issues: #851 , #850, #369