Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /sda/0/0/fab.coutant/pmwiki.php on line 657
Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /sda/0/0/fab.coutant/pmwiki.php on line 658
Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /sda/0/0/fab.coutant/pmwiki.php on line 661
Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /sda/0/0/fab.coutant/pmwiki.php on line 669
Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /sda/0/0/fab.coutant/pmwiki.php on line 673
Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /sda/0/0/fab.coutant/pmwiki.php on line 688
<< Path Variables | PmWiki.Variables | Upload Variables >>
$DefaultPasswords- (not documented yet)
$EnablePostAttrClearSession- A switch to control whether or not changing a page's attributes causes any existing passwords to be forgotten. The default is that changing attributes forgets any passwords entered; this can be changed by setting
$EnablePostAttrClearSessionto zero. $HandleAuth- This sets the required authentication Level that is necessary to perform an action. When using the following example in your
config.phpyou need to be authenticated as editor in order to view the page history:
$HandleAuth['diff'] = 'edit';
$PageAttributes- Set the string showed on the attributes page when entering a password for an action.
$AuthLDAPBindDN- For sites using AuthUser with LDAP authentication, this specifies the distinguished name (DN) to be used to bind to the LDAP server to check identity.
$AuthLDAPBindPassword- For AuthUser with LDAP authentication, this specifies the password used for binding (in conjunction with
$AuthLDAPBindDNabove).
See also: