From 1a64d23dd8b0befccbbe18277120360fc631d047 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Wed, 14 Dec 2005 11:18:49 +0000 Subject: [PATCH] Remove no-longer-used auth section, add pathInfoSupport (whether we have working PATH_INFO support on the platform), execSearchPath (where to find commands to execute), and import/unzip for the unzip command. --- config/config.ini | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/config/config.ini b/config/config.ini index e90af62..fe1e657 100644 --- a/config/config.ini +++ b/config/config.ini @@ -50,6 +50,15 @@ sslEnabled = default ; rootUrl = default +; Whether the platform supports PATH_INFO or not. Currently defaults to +; true, but later will attempt to determine somehow. +pathInfoSupport = default + +; Where to look for binaries on your system. This defaults to the path +; set for your web server, which works well for Unix-like systems, but +; may need some changing for Windows systems. +execSearchPath = default + [ui] ; add the logo of your company to the site's appearance. ; this logo MUST be 50px tall, and on a white background. @@ -64,11 +73,6 @@ companyLogoTitle = ACME Corporation ; want to mess with these ; ---------------------------------------------------------------- -[auth] -; Change this to reflect the authentication method you are using -; valid choices are: DBAuthenticator, LDAPAuthenticator -authenticationClass = DBAuthenticator - [i18n] ; Default language for the interface defaultLanguage = en @@ -109,3 +113,9 @@ uiUrl = ${rootUrl}/presentation/lookAndFeel/knowledgeTree ; session timeout (in seconds) sessionTimeout = 1200 +[import] +; unzip command - will use execSearchPath to find if the path to the +; binary is not given +unzip = unzip + + -- libgit2 0.21.4