summaryrefslogtreecommitdiff
path: root/lib/plugins/authad/auth.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-04-19 10:25:36 +0200
committerAndreas Gohr <andi@splitbrain.org>2013-04-19 10:25:36 +0200
commit3002d731a466d09ce747cfbbe930444ee584f118 (patch)
treeccf8a8e513728beaacf7284209926ef8ddf42fa0 /lib/plugins/authad/auth.php
parent2faa7d780acade6c3403a21c65d238e57a031ede (diff)
downloadrpg-3002d731a466d09ce747cfbbe930444ee584f118.tar.gz
rpg-3002d731a466d09ce747cfbbe930444ee584f118.tar.bz2
adjusted authad language files for config option change
Diffstat (limited to 'lib/plugins/authad/auth.php')
-rw-r--r--lib/plugins/authad/auth.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/authad/auth.php b/lib/plugins/authad/auth.php
index 6c49eafbb..f7f350c3f 100644
--- a/lib/plugins/authad/auth.php
+++ b/lib/plugins/authad/auth.php
@@ -21,8 +21,8 @@ require_once(DOKU_PLUGIN.'authad/adLDAP/adLDAP.php');
*
* //optional:
* $conf['plugin']['authad']['sso'] = 1;
- * $conf['plugin']['authad']['ad_username'] = 'root';
- * $conf['plugin']['authad']['ad_password'] = 'pass';
+ * $conf['plugin']['authad']['admin_username'] = 'root';
+ * $conf['plugin']['authad']['admin_password'] = 'pass';
* $conf['plugin']['authad']['real_primarygroup'] = 1;
* $conf['plugin']['authad']['use_ssl'] = 1;
* $conf['plugin']['authad']['use_tls'] = 1;