summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/lang
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-05-07 09:42:30 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-05-07 09:42:30 +0200
commitaf865bf3762dff1ddfeb3bd15be46b605499a58b (patch)
treed5635fb24073ca01b733a66f29ae8f836ce51d1f /lib/plugins/authldap/lang
parent15e0e2356bfd266851932e1cde1287da7c5e201a (diff)
parente6c4392f11bb5a668be8e874560af910b71d72f8 (diff)
downloadrpg-af865bf3762dff1ddfeb3bd15be46b605499a58b.tar.gz
rpg-af865bf3762dff1ddfeb3bd15be46b605499a58b.tar.bz2
Merge pull request #1134 from ptbrown/auth-error-reporting
Refactor error messages from auth plugins.
Diffstat (limited to 'lib/plugins/authldap/lang')
-rw-r--r--lib/plugins/authldap/lang/en/lang.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/en/lang.php b/lib/plugins/authldap/lang/en/lang.php
new file mode 100644
index 000000000..8185a84fa
--- /dev/null
+++ b/lib/plugins/authldap/lang/en/lang.php
@@ -0,0 +1,11 @@
+<?php
+/**
+ * English language file for authldap plugin
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ */
+
+$lang['connectfail'] = 'LDAP cannot connect: %s';
+$lang['domainfail'] = 'LDAP cannot find your user dn';
+
+//Setup VIM: ex: et ts=4 :