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 = lx_office_erp_session_id
15 # The number of minutes a session is valid. The default value is eight
19 [authentication/database]
20 # Connection information for the database with the user and group
21 # inforamtion. This information is always needed, even if LDAP is
22 # used for authentication, as the user information is stored in this
23 # database while LDAP is only used for password verification.
25 # If 'module' is set to 'DB' then this database also contains the
34 # This section is only relevant if 'module' is set to 'LDAP'. It names
35 # the LDAP server the passwords are verified against by doing a LDAP
38 # At least the parameters 'host', 'attribute' and 'base_dn' have to be
41 # tls: Activate encryption via TLS
42 # attribute: Name of the LDAP attribute containing the user's login name
43 # base_dn: Base DN the LDAP searches start from
44 # filter: An optional LDAP filter specification. The string '<%login%>'
45 # is replaced by the user's login name before the search is started.
46 # bind_dn and bind_password:
47 # If searching the LDAP tree requires user credentials
48 # (e.g. ActiveDirectory) then these two parameters specify
49 # the user name and password to use.
60 # EUR: Einnahmen-Überschussrechnung (net income method). Set this to 1
61 # if your company uses the net income method and to 0 for balancing.
62 # Additional note in german: Sollversteuerung = 0; Istversteuerung = 1
63 # !!out of use since 2.7!!
64 # See doc/umstellung_eur.txt
67 # Set language for login and admin forms. Currently "de" (German),
68 # "de_DE" (new German) and "en" (English, not perfect) are available.
71 # The database charset. Must match the encoding of the database cluster you want to
72 # connect to. (Used on the shell command to create a database "pg_createcluster". Option "-e <encoding>".)
76 # Activate certain optional features and modules.
80 # Show fields used for the best before date
84 # Show the picture in the part form
86 # Style the picture with the following CSS code:
87 parts_image_css = border:0;float:left;max-width:250px;margin-top:20px:margin-right:10px;margin-left:10px;
88 # Show the picture in the results when you search for parts
89 parts_listing_images = 0
91 # Should payments be changeable after posting (0 = never; 1 = every time; 2 = on the same day)
92 payments_changeable = 1
95 # path to temporary files (must be writeable by the web server)
97 # spool directory for batch printing
99 # templates base directory
100 templates = templates
101 # Path to the old memberfile (ignored on new installations)
102 memberfile = users/members
105 # Location of sendmail
106 sendmail = /usr/sbin/sendmail -t<%if myconfig_email%> -f <%myconfig_email%><%end%>
107 # Location of OpenOffice.org writer
108 openofficeorg_writer = oowriter
109 # Location of the X virtual frame buffer used for OpenOffice
111 # Location of the html2ps binary
113 # Location of the Ghostscript binary
115 # Location of the pdflatex (or compatible, e.g. xetex) binary
117 # Location of the two executables "pg_dump" and "pg_restore" used for
118 # database backup and restoration from the admin section. If
119 # "pg_dump" or "pg_restore" is set to "DISABLED" then the
120 # corresponding option (backup/restoration) will be hidden from the
123 pg_restore = pg_restore
126 # Add the following paths to the PATH environment variable.
127 path = /usr/local/bin:/usr/X11R6/bin:/usr/X11/bin
128 # Add the following paths to the PERL5LIB environment variable.
129 # "/sw/lib/perl5" is for Mac OS X with Fink's Perl.
133 # If you have LaTeX installed set to 1
135 # Minimal support for Excel print templates
137 # Enable or disable support for OpenDocument print templates
139 # Chose whether or not OpenOffice should remain running after a
140 # conversion. If yes then the conversion of subsequent documents will
141 # be a lot faster. You need to have Python and the Python UNO bindings
142 # (part of OpenOffice) installed.
143 openofficeorg_daemon = 1
144 openofficeorg_daemon_port = 2002
147 # User name to use for database access
149 # Set to 1 for debug messages in /tmp/lx-office-debug.log
151 # Chose a system user the daemon should run under when started as root.
155 # The user name a report about the posted and printed invoices is sent
158 # The "From:" header for said email.
159 email_from = Lx-Office Daemon <root@localhost>
160 # The subject for said email.
161 email_subject = Benachrichtigung: automatisch erstellte Rechnungen
162 # The template file used for the email's body.
163 email_template = templates/webpages/oe/periodic_invoices_email.txt
166 # autologin to use if none is given
169 # autorun lines will be executed after autologin.
170 # be warned that loading huge libraries will noticably lengthen startup time.
171 #autorun = require "bin/mozilla/common.pl";
172 # = use English qw(-no_match_vars);
173 # = use List::Util qw(min max);
174 # = sub take { my $max = shift; my $r = ref($_[0]) eq 'ARRAY' ? $_[0] : \@_; return @{$r}[0..List::Util::min($max, scalar(@{$r})) - 1]; }
176 # location of history file for permanent history
177 history_file = users/console_history
179 # location of a separate log file for the console. everything normally written
180 # to the lx-office log will be put here if triggered from the console
181 log_file = /tmp/lxoffice_console_debug.log
185 # autologin to use if none is given
189 # Use DBIx::Log4perl for logging DBI calls. The string LXDEBUGFILE
190 # will be replaced by the file name configured for $::lxdebug.
192 dbix_log4perl_config = log4perl.logger = FATAL, LOGFILE
193 = log4perl.appender.LOGFILE=Log::Log4perl::Appender::File
194 = log4perl.appender.LOGFILE.filename=LXDEBUGFILE
195 = log4perl.appender.LOGFILE.mode=append
196 = log4perl.appender.LOGFILE.Threshold = ERROR
197 = log4perl.appender.LOGFILE.layout=PatternLayout
198 = log4perl.appender.LOGFILE.layout.ConversionPattern=[%r] %F %L %c - %m%n
199 = log4perl.logger.DBIx.Log4perl=DEBUG, A1
200 = log4perl.appender.A1=Log::Log4perl::Appender::File
201 = log4perl.appender.A1.filename=LXDEBUGFILE
202 = log4perl.appender.A1.mode=append
203 = log4perl.appender.A1.layout=Log::Log4perl::Layout::PatternLayout
204 = log4perl.appender.A1.layout.ConversionPattern=%d %p> %F{1}:%L %M - %m%n
206 # Activate certain global debug messages. If you want to combine
207 # several options then list them seperated by spaces.
209 # Possible values include:
210 # NONE - no debug output (default)
214 # QUERY - Dump SQL queries (only in legacy code; see also "dbix_log4perl" above)
215 # TRACE - Track function calls and returns
216 # BACKTRACE_ON_ERROR - Print a function call backtrace when $form->error() is called
217 # REQUEST_TIMER - Log timing of HTTP requests
219 # ALL - all possible debug messages
221 # DEVEL - sames as "INFO QUERY TRACE BACKTRACE_ON_ERROR REQUEST_TIMER"
224 # global_level = TRACE QUERY
227 # Activate monitoring of the content of $form. If it is active then
228 # monitoring can be turned on for certain variables with the
230 # $form->{"Watchdog::<variable>"} = 1;
231 # Monitoring has a performance cost and is therefore deactivated by
235 # Include menu options for debugging in the HTML menu. Works only in
239 # If you want to debug the creation of LaTeX files then set this to 1.
240 # That way the temporary LaTeX files created during PDF creation are
241 # not removed and remain in the "users" directory.
244 # Restart the FastCGI process if changes to the program or template
245 # files have been detected. The restart will occur after the request
246 # in which the changes have been detected has completed.
247 restart_fcgi_process_on_changes = 0
249 # The file name where the debug messages are written to.
250 file_name = /tmp/lx-office-debug.log