add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,36 +1,36 @@
# authconfig
> 用于设置系统认证资源的命令行界面
> 更多信息:<https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system-level_authentication_guide/authconfig-install>.
> 配置系统身份验证资源
> 更多信息:<https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system-level_authentication_guide/authconfig-install>
- 显示当前配置(或运行):
- 显示当前配置(或运行):
`authconfig --test`
- 置服务器使用另一种不同的密码散列算法:
- 置服务器使用不同的密码哈希算法:
`authconfig --update --passalgo={{算法名}}`
`authconfig --update --passalgo={{algorithm}}`
- 启用 LDAP 证:
- 启用 LDAP 身份验证:
`authconfig --update --enableldapauth`
- 关闭 LDAP 证:
- 禁用 LDAP 身份验证:
`authconfig --update --disableldapauth`
- 启网络信息服务NIS
-网络信息服务NIS
`authconfig --update --enablenis`
- 启 Kerberos
- Kerberos
`authconfig --update --enablekrb5`
- 启 Winbind活动目录证:
- Winbind活动目录身份验证:
`authconfig --update --enablewinbindauth`
- 开启本地认证
- 启用本地授权
`authconfig --update --enablelocauthorize`
`authconfig --update --enablelocauthorize`