summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-11-09 14:07:17 +0100
committerAndreas Gohr <andi@splitbrain.org>2012-11-09 14:07:17 +0100
commit5a65cc7f5700c1a96e469b9f5a57bbe1ca879f53 (patch)
tree055ae3706566b31cee59d5195aa1ba0f056e9797 /lib
parent454d868b911059adb8889a2d6afefa016d6a21f5 (diff)
downloadrpg-5a65cc7f5700c1a96e469b9f5a57bbe1ca879f53.tar.gz
rpg-5a65cc7f5700c1a96e469b9f5a57bbe1ca879f53.tar.bz2
some comment cleanup in authad
Diffstat (limited to 'lib')
-rw-r--r--lib/plugins/authad/auth.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/plugins/authad/auth.php b/lib/plugins/authad/auth.php
index 0900a3f87..e82610327 100644
--- a/lib/plugins/authad/auth.php
+++ b/lib/plugins/authad/auth.php
@@ -13,15 +13,9 @@ require_once(DOKU_INC.'inc/adLDAP.php');
* Usage:
* Set DokuWiki's local.protected.php auth setting to read
*
- * $conf['useacl'] = 1;
- * $conf['disableactions'] = 'register';
- * $conf['autopasswd'] = 0;
* $conf['authtype'] = 'authad';
- * $conf['passcrypt'] = 'ssha';
*
- * $conf['auth']['ad']['account_suffix'] = '
- *
- * @my.domain.org';
+ * $conf['auth']['ad']['account_suffix'] = '@my.domain.org';
* $conf['auth']['ad']['base_dn'] = 'DC=my,DC=domain,DC=org';
* $conf['auth']['ad']['domain_controllers'] = 'srv1.domain.org,srv2.domain.org';
*