snippetbashTip
authconfig — Configure system authentication resources. More information: <https://manned.org/authconfig>.
Viewed 0 times
resourcescommandconfigurecliauthenticationauthconfigmoresystem
linux
Problem
How to use the
authconfig command: Configure system authentication resources. More information: <https://manned.org/authconfig>.Solution
authconfig — Configure system authentication resources. More information: <https://manned.org/authconfig>.Display the current configuration (or dry run):
authconfig --testConfigure the server to use a different password hashing algorithm:
authconfig --update --passalgo={{algorithm}}Enable LDAP authentication:
authconfig --update --enableldapauthDisable LDAP authentication:
authconfig --update --disableldapauthEnable Network Information Service (NIS):
authconfig --update --enablenisEnable Kerberos:
authconfig --update --enablekrb5Enable Winbind (Active Directory) authentication:
authconfig --update --enablewinbindauthEnable local authorization:
authconfig --update --enablelocauthorizeCode Snippets
Display the current configuration (or dry run)
authconfig --testConfigure the server to use a different password hashing algorithm
authconfig --update --passalgo={{algorithm}}Enable LDAP authentication
authconfig --update --enableldapauthDisable LDAP authentication
authconfig --update --disableldapauthEnable Network Information Service (NIS)
authconfig --update --enablenisContext
tldr-pages: linux/authconfig
Revisions (0)
No revisions yet.