Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Configuration examples for ELOG  Not logged in ELOG logo
Message ID: 11     Entry time: Wed May 19 00:03:48 2004
Author: Stefan Ritt 
Author Email: stefan.ritt@psi.ch 
Category: Public Logbook 
Configuration Name: Example for accelerator logbook 
Last Revision:  
This is a typical shift logbook, in this case for an accelerator. It
contains following features:

- public read access
- write access only for registered users
- typical attributes for shift logbook
- author and author email get automatically filled in
- no email notification
Attachment 1: elogd.cfg  1 kB  | Hide | Hide all
[global]

; port under which server is listening
Port = 8080


[Accelerator]
Comment = Accelerator Logbook

; use user level password access
Password file = passwd
Login expiration = 1000
Admin user = ritt
Self register = 1

; look and feel
Guest menu commands = Back, Find, Login, Help
Guest find menu commands = Find, Login, Help
Date format = %B %d, %Y

; attributes
Attributes = Author, Author Email, Category, Subject
Options Category = Routine entry, Shift summary, Problem, Fix, Question, Info, Other
Extendable attributes = Category
Required Attributes = Category, Subject
Thread display = $Subject, entered by $author on $Entry date
Quick filter = Date, Category

; title as shown in the browser
Page Title = Accelerator Logbook - $subject

; preset author and email
Preset Author = $long_name
Preset Author Email = $user_email

; these attributes cannot be changed
Locked Attributes = Author, Author Email

; only author can change its own entry
Restrict edit = 1

; options for reply
Subst on reply subject = Re: $Configuration Name
Remove on reply = Author, Author Email

; No Email notification
Suppress Email to users = 1
ELOG V3.1.5-fe60aaf