Re: [CentOS] password algorithm with authconfig vs authselect

2021-04-21 Thread Leon Fauster via CentOS
On 21.04.21 22:56, Chris Adams wrote: Once upon a time, Leon Fauster said: How does the new "way" looks like (>=EL8), to switch the password algorithm? It looks like authselect doesn't support that. While authconfig tried to be a super-multi-tool that knew how to configure all the things, I

Re: [CentOS] password algorithm with authconfig vs authselect

2021-04-21 Thread Chris Adams
Once upon a time, Leon Fauster said: > How does the new "way" looks like (>=EL8), to switch the password > algorithm? It looks like authselect doesn't support that. While authconfig tried to be a super-multi-tool that knew how to configure all the things, I think it got to a point where it was t

[CentOS] password algorithm with authconfig vs authselect

2021-04-21 Thread Leon Fauster via CentOS
In the old days I could do # authconfig --passalgo=sha256 --update With EL8 comes authselect now (replacement of authconfig). authselect --passalgo=sha512 --update does not work and seems to be unsupported. # grep -R passalgo /usr/lib/python3.6/site-packages/authselect/ /usr/lib/python3.6/sit