mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
authconfig: add Brazilian Portuguese translation
This commit is contained in:
parent
88838bc6f2
commit
34e01c5a4d
1 changed files with 35 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue