1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/authconfig.md
코드싸이 38f417243c
linux/a*: add and update Korean translation (#14680)
* linux/a*: add and update Korean translation

* Update pages.ko/linux/apt-file.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/ark.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/atool.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-08 16:21:35 +09:00

36 lines
873 B
Markdown

# authconfig
> 시스템 인증 리소스를 구성합니다.
> 더 많은 정보: <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system-level_authentication_guide/authconfig-install>.
- 현재 설정 표시(또는 드라이 런):
`authconfig --test`
- 서버가 다른 비밀번호 해싱 알고리즘을 사용하도록 구성:
`authconfig --update --passalgo={{알고리즘}}`
- LDAP 인증 활성화:
`authconfig --update --enableldapauth`
- LDAP 인증 비활성화:
`authconfig --update --disableldapauth`
- 네트워크 정보 서비스 (NIS) 활성화:
`authconfig --update --enablenis`
- Kerberos 활성화:
`authconfig --update --enablekrb5`
- Winbind (액티브 디렉토리) 인증 활성화:
`authconfig --update --enablewinbindauth`
- 로컬 권한 부여 활성화:
`authconfig --update --enablelocauthorize`