Forrest logo
back to context overview

authconfig

List of commands for authconfig:

  • authconfig:tldr:46af6 authconfig: Enable local authorization.
    $ authconfig --update --enablelocauthorize
    try on your machine
    explain this command
  • authconfig:tldr:75154 authconfig: Configure the server to use a different password hashing algorithm.
    $ authconfig --update --passalgo=${algorithm}
    try on your machine
    explain this command
  • authconfig:tldr:8ff9c authconfig: Enable LDAP authentication.
    $ authconfig --update --enableldapauth
    try on your machine
    explain this command
  • authconfig:tldr:9ddea authconfig: Enable Winbind (Active Directory) authentication.
    $ authconfig --update --enablewinbindauth
    try on your machine
    explain this command
  • authconfig:tldr:d0c05 authconfig: Enable Network Information Service (NIS).
    $ authconfig --update --enablenis
    try on your machine
    explain this command
  • authconfig:tldr:efbc2 authconfig: Disable LDAP authentication.
    $ authconfig --update --disableldapauth
    try on your machine
    explain this command
  • authconfig:tldr:f11fd authconfig: Enable Kerberos.
    $ authconfig --update --enablekrb5
    try on your machine
    explain this command
  • authconfig:tldr:f4e06 authconfig: Display the current configuration (or dry run).
    $ authconfig --test
    try on your machine
    explain this command
back to context overview