2 # The cleartext password for access to the administrative part. It
3 # can only be changed in this file, not via the administrative
5 admin_password = admin123
7 # Which module to use for authentication. Valid values are 'DB' and
8 # 'LDAP'. If 'LDAP' is used then users cannot change their password
12 # The cookie name can be changed if desired.
13 cookie_name = kivitendo_session_id
15 # The number of minutes a session is valid. The default value is eight
19 # The number of seconds to penalize failed login attempts. 0 disables
21 failed_login_penalty = 5
23 [authentication/database]
24 # Connection information for the database with the user and group
25 # inforamtion. This information is always needed, even if LDAP is
26 # used for authentication, as the user information is stored in this
27 # database while LDAP is only used for password verification.
29 # If 'module' is set to 'DB' then this database also contains the
38 # This section is only relevant if 'module' is set to 'LDAP'. It names
39 # the LDAP server the passwords are verified against by doing a LDAP
42 # At least the parameters 'host', 'attribute' and 'base_dn' have to be
45 # tls: Activate encryption via TLS
46 # attribute: Name of the LDAP attribute containing the user's login name
47 # base_dn: Base DN the LDAP searches start from
48 # filter: An optional LDAP filter specification. The string '<%login%>'
49 # is replaced by the user's login name before the search is started.
50 # bind_dn and bind_password:
51 # If searching the LDAP tree requires user credentials
52 # (e.g. ActiveDirectory) then these two parameters specify
53 # the user name and password to use.
64 # Set language for login and admin forms. Currently "de" (German)
65 # and "en" (English, not perfect) are available.
69 # path to temporary files (must be writeable by the web server)
71 # spool directory for batch printing
73 # templates base directory
75 # Path to the old memberfile (ignored on new installations)
76 memberfile = users/members
79 # Delivery method can be 'sendmail' or 'smtp' (the default). For
80 # 'method = sendmail' the parameter 'mail_delivery.sendmail' is used
81 # as the executable to call. If 'applications.sendmail' still exists
82 # (backwards compatibility) then 'applications.sendmail' will be used
83 # instead of 'mail_delivery.sendmail'.
85 # Location of sendmail for 'method = sendmail'
86 sendmail = /usr/sbin/sendmail -t<%if myconfig_email%> -f <%myconfig_email%><%end%>
87 # Settings for 'method = smtp'. Only set 'port' if your SMTP server
88 # runs on a non-standard port (25 for 'security=none' or
89 # 'security=tls', 465 for 'security=ssl').
92 # Security can be 'tls', 'ssl' or 'none'. Unset equals 'none'. This
93 # determines whether or not encryption is used and which kind. For
94 # 'tls' the module 'Net::SSLGlue' is required; for 'ssl'
95 # 'Net::SMTP::SSL' is required and 'none' only uses 'Net::SMTP'.
97 # Authentication is only used if 'login' is set. You should only use
98 # that with 'tls' or 'ssl' encryption.
103 # Location of OpenOffice.org writer
104 openofficeorg_writer = oowriter
105 # Location of the X virtual frame buffer used for OpenOffice
107 # Location of the html2ps binary
109 # Location of the Ghostscript binary
111 # Location of the pdflatex (or compatible, e.g. xetex) binary
113 # Location of the Python interpreter to use when converting from
114 # OpenDocument to PDF. Some distributions compile UNO support only
115 # into binaries located in different locations than the main Python
120 # Add the following paths to the PATH environment variable.
121 path = /usr/local/bin:/usr/X11R6/bin:/usr/X11/bin
122 # Add the following paths to the PERL5LIB environment variable.
123 # "/sw/lib/perl5" is for Mac OS X with Fink's Perl.
125 # Add the following paths to the PYTHONPATH environment variable for
126 # locating Python modules. Python is used when converting OpenDocument
127 # files into PDF files.
131 # If you have LaTeX installed set to 1
133 # Minimal support for Excel print templates
135 # Enable or disable support for OpenDocument print templates
137 # Chose whether or not OpenOffice should remain running after a
138 # conversion. If yes then the conversion of subsequent documents will
139 # be a lot faster. You need to have Python and the Python UNO bindings
140 # (part of OpenOffice) installed.
141 openofficeorg_daemon = 1
142 openofficeorg_daemon_port = 2002
145 # kivitendo client (either its name or its database ID) for database
146 # access (both 'client' and 'login' are required)
148 # kivitendo user (login) name to use for certain jobs (both 'client'
149 # and 'login' are required)
151 # Set to 1 for debug messages in /tmp/kivitendo-debug.log
153 # Chose a system user the daemon should run under when started as root.
157 # The user name a report about the posted and printed invoices is sent
160 # The "From:" header for said email.
161 email_from = kivitendo Daemon <root@localhost>
162 # The subject for said email.
163 email_subject = Benachrichtigung: automatisch erstellte Rechnungen
164 # The template file used for the email's body.
165 email_template = templates/webpages/oe/periodic_invoices_email.txt
169 # modules to be tested
170 # Add without SL::BackgroundJob::SelfTest:: prefix
171 # Separate with space.
172 modules = Transactions
174 # you probably don't want to be spammed with "everything ok" every day. enable
175 # this when you add new tests to make sure they run correctly for a few days
176 send_email_on_success = 0
178 # will log into the standard logfile
181 # user login (!) to send the email to.
183 # will be used to send your report mail
185 # The subject line for your report mail
186 email_subject = kivitendo self test report
187 # template. currently txt and html templates are recognized and correctly mime send.
188 email_template = templates/mail/self_test/status_mail.txt
191 # Automatic login will only work if both "client" and "login" are
192 # given. "client" can be a client's database ID or its name. "login"
193 # is simply a user's login name.
197 # autorun lines will be executed after autologin.
198 # be warned that loading huge libraries will noticably lengthen startup time.
199 #autorun = require "bin/mozilla/common.pl";
200 # = use English qw(-no_match_vars);
201 # = use List::Util qw(min max);
202 # = sub take { my $max = shift; my $r = ref($_[0]) eq 'ARRAY' ? $_[0] : \@_; return @{$r}[0..List::Util::min($max, scalar(@{$r})) - 1]; }
204 # location of history file for permanent history
205 history_file = users/console_history
207 # location of a separate log file for the console. everything normally written
208 # to the kivitendo log will be put here if triggered from the console
209 log_file = /tmp/kivitendo_console_debug.log
213 # Several tests need a database they can alter data in freely. This
214 # database will be dropped & created before any other test is run. The
215 # following parameters must be given:
225 # Several settings related to the development of kivitendo.
227 # "client" is used by several scripts (e.g. rose_auto_create_model.pl)
228 # when they need access to the database. It can be either a client's
229 # database ID or its name.
233 # Use DBIx::Log4perl for logging DBI calls. The string LXDEBUGFILE
234 # will be replaced by the file name configured for $::lxdebug.
236 dbix_log4perl_config = log4perl.logger = FATAL, LOGFILE
237 = log4perl.appender.LOGFILE=Log::Log4perl::Appender::File
238 = log4perl.appender.LOGFILE.filename=LXDEBUGFILE
239 = log4perl.appender.LOGFILE.mode=append
240 = log4perl.appender.LOGFILE.Threshold = ERROR
241 = log4perl.appender.LOGFILE.layout=PatternLayout
242 = log4perl.appender.LOGFILE.layout.ConversionPattern=[%r] %F %L %c - %m%n
243 = log4perl.logger.DBIx.Log4perl=DEBUG, A1
244 = log4perl.appender.A1=Log::Log4perl::Appender::File
245 = log4perl.appender.A1.filename=LXDEBUGFILE
246 = log4perl.appender.A1.mode=append
247 = log4perl.appender.A1.layout=Log::Log4perl::Layout::PatternLayout
248 = log4perl.appender.A1.layout.ConversionPattern=%d %p> %F{1}:%L %M - %m%n
250 # Activate certain global debug messages. If you want to combine
251 # several options then list them seperated by spaces.
253 # Possible values include:
254 # NONE - no debug output (default)
258 # QUERY - Dump SQL queries (only in legacy code; see also "dbix_log4perl" above)
259 # TRACE - Track function calls and returns
260 # BACKTRACE_ON_ERROR - Print a function call backtrace when $form->error() is called
261 # REQUEST_TIMER - Log timing of HTTP requests
262 # REQUEST - Log each request. Careful! Passwords get filtered, but
263 # there may be confidential information being logged here
265 # ALL - all possible debug messages
267 # DEVEL - sames as "INFO QUERY TRACE BACKTRACE_ON_ERROR REQUEST_TIMER"
270 # global_level = TRACE QUERY
273 # Activate monitoring of the content of $form. If it is active then
274 # monitoring can be turned on for certain variables with the
276 # $form->{"Watchdog::<variable>"} = 1;
277 # Monitoring has a performance cost and is therefore deactivated by
281 # If you want to debug the creation of LaTeX files then set this to 1.
282 # That way the temporary LaTeX files created during PDF creation are
283 # not removed and remain in the "users" directory.
286 # Restart the FastCGI process if changes to the program or template
287 # files have been detected. The restart will occur after the request
288 # in which the changes have been detected has completed.
289 restart_fcgi_process_on_changes = 0
291 # The file name where the debug messages are written to.
292 file_name = /tmp/kivitendo-debug.log
294 # If set to 1 then the installation will be kept unlocked even if a
295 # database upgrade fails.
296 keep_installation_unlocked = 0
298 # If set to 1 then all resource links (JavaScript, CSS files) output
299 # via $::request->{layout}->use_stylesheet() / use_javascript() will
300 # be made unique by appending a random GET parameter. This will cause
301 # the web browser to always reload the resources.
302 auto_reload_resources = 0
304 # If set to 1 each exception will include a full stack backtrace.