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>
This commit is contained in:
@@ -3,34 +3,34 @@
|
||||
> 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>.
|
||||
|
||||
- Exibir as configurações atuais (ou dry run):
|
||||
- Exibe as configurações atuais (ou dry run):
|
||||
|
||||
`authconfig --test`
|
||||
|
||||
- Configurar o servidor para utilizar diferentes algoritmos de hash para as senhas:
|
||||
- Configura o servidor para utilizar diferentes algoritmos de hash para as senhas:
|
||||
|
||||
`authconfig --update --passalgo={{algoritmo}}`
|
||||
|
||||
- Habilitar a autenticação via LDAP:
|
||||
- Habilita a autenticação via LDAP:
|
||||
|
||||
`authconfig --update --enableldapauth`
|
||||
|
||||
- Desabilitar a autenticação via LDAP:
|
||||
- Desabilita a autenticação via LDAP:
|
||||
|
||||
`authconfig --update --disableldapauth`
|
||||
|
||||
- Habilitar o Network Information Service (NIS):
|
||||
- Habilita o Network Information Service (NIS):
|
||||
|
||||
`authconfig --update --enablenis`
|
||||
|
||||
- Habilitar Kerberos:
|
||||
- Habilita Kerberos:
|
||||
|
||||
`authconfig --update --enablekrb5`
|
||||
|
||||
- Habilitar a autenticação Winbind (Active Directory):
|
||||
- Habilita a autenticação Winbind (Active Directory):
|
||||
|
||||
`authconfig --update --enablewinbindauth`
|
||||
|
||||
- Habilitar a autorização local:
|
||||
- Habilita a autorização local:
|
||||
|
||||
`authconfig --update --enablelocauthorize`
|
||||
|
Reference in New Issue
Block a user