authconfig: add Brazilian Portuguese translation
This commit is contained in:

committed by
Agniva De Sarker

parent
88838bc6f2
commit
34e01c5a4d
35
pages.pt-BR/linux/authconfig.md
Normal file
35
pages.pt-BR/linux/authconfig.md
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
# authconfig
|
||||||
|
|
||||||
|
> Uma interface de linhas comando para configurar o systema de autenticação.
|
||||||
|
|
||||||
|
- Exibe as configurações atuais (ou dry run):
|
||||||
|
|
||||||
|
`authconfig --test`
|
||||||
|
|
||||||
|
- Configura ao servidor para utilizar diferentes algoritmos de hash para as senhas:
|
||||||
|
|
||||||
|
`authconfig --update --passalgo={{algorithm}}`
|
||||||
|
|
||||||
|
- 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`
|
Reference in New Issue
Block a user