]> git.ipfire.org Git - thirdparty/systemd.git/commit
homectl: do generic error handling/retry also when creating a home directory
authorLennart Poettering <lennart@poettering.net>
Wed, 15 Apr 2020 17:35:07 +0000 (19:35 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 1 Jul 2020 09:17:28 +0000 (11:17 +0200)
commit8e62dfb12aff85cc894ff7eef39fb21623335566
treefea20e230fd312e37f5d1a7132c7687954128938
parentf737186ab1570842b81dabf5054a138427238bd1
homectl: do generic error handling/retry also when creating a home directory

After all, when creating we might need interaction with the security
token too, and our initial attempt to create the user will fail, since
we do not allow interactive auth on the security token, so that we then
can print a log message and retry with interactive auth then enabled.
src/home/homectl.c