From e9c982aae0f6197cad364752ed04287ecb1964b3 Mon Sep 17 00:00:00 2001 From: rurban Date: Sun, 1 Feb 2004 09:14:11 +0000 Subject: [PATCH] Started with Group_Ldap (not yet ready) added new _AuthInfo plugin to help in auth problems (warning: may display passwords) fixed some configurator vars renamed LDAP_AUTH_SEARCH to LDAP_BASE_DN changed PHPWIKI_VERSION from 1.3.8a to 1.3.8pre USE_DB_SESSION defaults to true on SQL changed GROUP_METHOD definition to string, not constants changed sample user DBAuthParams from UPDATE to REPLACE to be able to create users. (Not to be used with external databases generally, but with the default internal user table) fixed the IndexAsConfigProblem logic. this was flawed: scripts which are the same virtual path defined their own lib/main call (hmm, have to test this better, phpwiki.sf.net/demo works again) git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2974 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- configurator.php | 14 ++-- index.php | 140 +++++++++++++++++---------------- lib/WikiGroup.php | 162 +++++++++++++++++++++++++++++++++------ lib/WikiUser.php | 10 ++- lib/WikiUserNew.php | 13 ++-- lib/plugin/_AuthInfo.php | 21 ++++- 6 files changed, 254 insertions(+), 106 deletions(-) diff --git a/configurator.php b/configurator.php index 2800e8cf3..0e311bbc6 100644 --- a/configurator.php +++ b/configurator.php @@ -20,7 +20,7 @@ printf("\n", 'iso-8859-1'); "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - + Configuration tool for PhpWiki 1.3.x