add new chinese translations
This commit is contained in:
@@ -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`
|
Reference in New Issue
Block a user