mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
37 lines
873 B
Markdown
37 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`
|