Pass through manager and superuser parameters to configuration file

This commit is contained in:
2014-11-23 23:39:12 +00:00
parent 3b1b23732e
commit cafc0d0a08
4 changed files with 8 additions and 2 deletions

View File

@@ -56,6 +56,8 @@ class dokuwiki::params {
$use_referrals = true
$ldap_mapping_name = 'name'
$ldap_mapping_groups = []
$manager = ''
$superuser = ''
}