1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-01 07:15:38 +02:00
tldr/pages.pt_BR/linux/authconfig.md
Vitor Henrique 52b4605356
pages.pt*: fix verb tenses (#11792)
* pages.pt*: fix verb tenses

* pages.pt*: fix all pt_PT verb tenses in the start and more pt_BR verb tenses

* pages.pt_BR: fix more verb tenses

* pages.pt_BR: fix more verb tenses

* pages.pt_BR: fix more verb tenses

* pages.pt*: fix more verb tenses

* review PR

---------

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
Co-authored-by: Isaac Vicente <contatoisaacvicente@gmail.com>
2023-12-27 15:37:07 -03:00

36 lines
929 B
Markdown

# authconfig
> Interface de linha comandos para configurar o sistema de autenticação.
> Mais informações: <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system-level_authentication_guide/authconfig-install>.
- Exibe as configurações atuais (ou dry run):
`authconfig --test`
- Configura o servidor para utilizar diferentes algoritmos de hash para as senhas:
`authconfig --update --passalgo={{algoritmo}}`
- Habilita a autenticação via LDAP:
`authconfig --update --enableldapauth`
- Desabilita a autenticação via LDAP:
`authconfig --update --disableldapauth`
- Habilita o Network Information Service (NIS):
`authconfig --update --enablenis`
- Habilita Kerberos:
`authconfig --update --enablekrb5`
- Habilita a autenticação Winbind (Active Directory):
`authconfig --update --enablewinbindauth`
- Habilita a autorização local:
`authconfig --update --enablelocauthorize`