aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/authldap
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r--lib/plugins/authldap/lang/cs/settings.php3
-rw-r--r--lib/plugins/authldap/lang/pt-br/settings.php2
-rw-r--r--lib/plugins/authldap/lang/zh/settings.php2
3 files changed, 6 insertions, 1 deletions
diff --git a/lib/plugins/authldap/lang/cs/settings.php b/lib/plugins/authldap/lang/cs/settings.php
index 1bdaf29ba..19d41507f 100644
--- a/lib/plugins/authldap/lang/cs/settings.php
+++ b/lib/plugins/authldap/lang/cs/settings.php
@@ -3,7 +3,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
- * @author Petr Kajzar <petr.kajzar@lf1.cuni.cz>
+ * @author Petr Kajzar <petr.kajzar@centrum.cz>
* @author mkucera66 <mkucera66@seznam.cz>
* @author Jaroslav Lichtblau <jlichtblau@seznam.cz>
* @author Martin Růžička <martinr@post.cz>
@@ -26,6 +26,7 @@ $lang['groupscope'] = 'Omezení rozsahu vyhledávání skupiny';
$lang['userkey'] = 'Atribut označující uživatelské jméno; musí být konzistetní s uživatelským filtrem.';
$lang['groupkey'] = 'Atribut členství uživatele ve skupinách (namísto standardních AD skupin), tj. skupina z oddělení nebo telefonní číslo';
$lang['modPass'] = 'Může být LDAP heslo změněno přes dokuwiki?';
+$lang['modPassPlain'] = 'Odesílat aktualizace hesel na server LDAP v prostém textu (namísto jejich zabezpečení nakonfigurovaným algoritmem před přenosem)?';
$lang['debug'] = 'Zobrazit dodatečné debugovací informace';
$lang['deref_o_0'] = 'LDAP_DEREF_NEVER';
$lang['deref_o_1'] = 'LDAP_DEREF_SEARCHING';
diff --git a/lib/plugins/authldap/lang/pt-br/settings.php b/lib/plugins/authldap/lang/pt-br/settings.php
index 8b5cb378b..8d43a5f46 100644
--- a/lib/plugins/authldap/lang/pt-br/settings.php
+++ b/lib/plugins/authldap/lang/pt-br/settings.php
@@ -3,6 +3,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
+ * @author Daniel Dias Rodrigues <danieldiasr@gmail.com>
* @author Schopf <pschopf@gmail.com>
* @author Victor Westmann <victor.westmann@gmail.com>
* @author Frederico Guimarães <frederico@teia.bio.br>
@@ -26,6 +27,7 @@ $lang['groupscope'] = 'Limitar escopo da busca para busca de grupo';
$lang['userkey'] = 'Atributo que indica o nome do usuário; deve ser consistente com userfilter.';
$lang['groupkey'] = 'Membro de grupo vem de qualquer atributo do usuário (ao invés de grupos padrões AD) e.g. departamento de grupo ou número de telefone';
$lang['modPass'] = 'A senha LDAP pode ser alterada pelo dokuwiki ?';
+$lang['modPassPlain'] = 'Enviar atualizações de senha em texto puro para o servidor LDAP (em vez de usar o algoritmo configurado para fazer o salt e o hash antes da transmissão)?';
$lang['debug'] = 'Mostrar informações adicionais de depuração em erros';
$lang['deref_o_0'] = 'LDAP_DEREF_NEVER';
$lang['deref_o_1'] = 'LDAP_DEREF_SEARCHING';
diff --git a/lib/plugins/authldap/lang/zh/settings.php b/lib/plugins/authldap/lang/zh/settings.php
index 44d46c8a4..500d71f38 100644
--- a/lib/plugins/authldap/lang/zh/settings.php
+++ b/lib/plugins/authldap/lang/zh/settings.php
@@ -3,6 +3,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
+ * @author Luna Shirase <fwits@foxmail.com>
* @author Phy <dokuwiki@phy25.com>
* @author FENG.JIE <ahx@qq.com>
* @author lainme <lainme993@gmail.com>
@@ -28,6 +29,7 @@ $lang['groupscope'] = '限制组搜索的范围';
$lang['userkey'] = '表示用户名的属性;必须和用户过滤器保持一致。';
$lang['groupkey'] = '根据任何用户属性得来的组成员(而不是标准的 AD 组),例如根据部门或者电话号码得到的组。';
$lang['modPass'] = ' LDAP 密码可以通过 DokuWiki 修改吗?';
+$lang['modPassPlain'] = '确定要通过明文将密码更新发送至LDAP服务器(而不是按照配置在发送前进行加盐和哈希加密)?';
$lang['debug'] = '有错误时显示额外的调试信息';
$lang['deref_o_0'] = 'LDAP_DEREF_NEVER';
$lang['deref_o_1'] = 'LDAP_DEREF_SEARCHING';