mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* 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>
929 B
929 B
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