From 2bd7f83a6495011ada78ca8a9f2af417caf01760 Mon Sep 17 00:00:00 2001 From: ahriman Date: Wed, 2 Jan 2019 04:57:35 +0000 Subject: removed dokuwiki --- wiki/lib/plugins/authldap/lang/zh/lang.php | 9 ------- wiki/lib/plugins/authldap/lang/zh/settings.php | 35 -------------------------- 2 files changed, 44 deletions(-) delete mode 100644 wiki/lib/plugins/authldap/lang/zh/lang.php delete mode 100644 wiki/lib/plugins/authldap/lang/zh/settings.php (limited to 'wiki/lib/plugins/authldap/lang/zh') diff --git a/wiki/lib/plugins/authldap/lang/zh/lang.php b/wiki/lib/plugins/authldap/lang/zh/lang.php deleted file mode 100644 index c736056..0000000 --- a/wiki/lib/plugins/authldap/lang/zh/lang.php +++ /dev/null @@ -1,9 +0,0 @@ - - */ -$lang['connectfail'] = 'LDAP 无法连接: %s'; -$lang['domainfail'] = 'LDAP 无法找到你的用户 dn'; diff --git a/wiki/lib/plugins/authldap/lang/zh/settings.php b/wiki/lib/plugins/authldap/lang/zh/settings.php deleted file mode 100644 index f3c2103..0000000 --- a/wiki/lib/plugins/authldap/lang/zh/settings.php +++ /dev/null @@ -1,35 +0,0 @@ - - * @author oott123 - * @author Errol - * @author phy25 - */ -$lang['server'] = '您的 LDAP 服务器。填写主机名 (localhost) 或者完整的 URL (ldap://server.tld:389)'; -$lang['port'] = 'LDAP 服务器端口 (如果上面没有给出完整的 URL)'; -$lang['usertree'] = '在何处查找用户账户。例如 ou=People, dc=server, dc=tld'; -$lang['grouptree'] = '在何处查找用户组。例如 ou=Group, dc=server, dc=tld'; -$lang['userfilter'] = '用于搜索用户账户的 LDAP 筛选器。例如 (&(uid=%{user})(objectClass=posixAccount))'; -$lang['groupfilter'] = '用于搜索组的 LDAP 筛选器。例如 (&(objectClass=posixGroup)(|(gidNumber=%{gid})(memberUID=%{user})))'; -$lang['version'] = '使用的协议版本。您或许需要设置为 3'; -$lang['starttls'] = '使用 TLS 连接?'; -$lang['referrals'] = '是否允许引用 (referrals)?'; -$lang['deref'] = '如何间接引用别名?'; -$lang['binddn'] = '一个可选的绑定用户的 DN (如果匿名绑定不满足要求)。例如 cn=admin, dc=my, dc=home'; -$lang['bindpw'] = '上述用户的密码'; -$lang['userscope'] = '限制用户搜索的范围'; -$lang['groupscope'] = '限制组搜索的范围'; -$lang['userkey'] = '表示用户名的属性;必须和用户过滤器保持一致。'; -$lang['groupkey'] = '根据任何用户属性得来的组成员(而不是标准的 AD 组),例如根据部门或者电话号码得到的组。'; -$lang['modPass'] = ' LDAP密码可以通过 DokuWiki 修改吗?'; -$lang['debug'] = '有错误时显示额外的调试信息'; -$lang['deref_o_0'] = 'LDAP_DEREF_NEVER'; -$lang['deref_o_1'] = 'LDAP_DEREF_SEARCHING'; -$lang['deref_o_2'] = 'LDAP_DEREF_FINDING'; -$lang['deref_o_3'] = 'LDAP_DEREF_ALWAYS'; -$lang['referrals_o_-1'] = '默认'; -$lang['referrals_o_0'] = '不要跟随参照(referral)'; -$lang['referrals_o_1'] = '跟随参照(referral)'; -- cgit 1.4.1-2-gfad0