
authconfig
List of commands for authconfig:
-
authconfig:tldr:46af6 authconfig: Enable local authorization.$ authconfig --update --enablelocauthorizetry on your machineexplain this command
-
authconfig:tldr:75154 authconfig: Configure the server to use a different password hashing algorithm.$ authconfig --update --passalgo=${algorithm}try on your machineexplain this command
-
authconfig:tldr:8ff9c authconfig: Enable LDAP authentication.$ authconfig --update --enableldapauthtry on your machineexplain this command
-
authconfig:tldr:9ddea authconfig: Enable Winbind (Active Directory) authentication.$ authconfig --update --enablewinbindauthtry on your machineexplain this command
-
authconfig:tldr:d0c05 authconfig: Enable Network Information Service (NIS).$ authconfig --update --enablenistry on your machineexplain this command
-
authconfig:tldr:efbc2 authconfig: Disable LDAP authentication.$ authconfig --update --disableldapauthtry on your machineexplain this command
-
authconfig:tldr:f11fd authconfig: Enable Kerberos.$ authconfig --update --enablekrb5try on your machineexplain this command
-
authconfig:tldr:f4e06 authconfig: Display the current configuration (or dry run).$ authconfig --testtry on your machineexplain this command