1
0
Fork 0
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:
Andrik Albuquerque 2019-03-27 14:36:02 -03:00 committed by Agniva De Sarker
parent 88838bc6f2
commit 34e01c5a4d

View 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`