Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 224 of 796  Not logged in ELOG logo
ID Date Icon Author Author Email Category OSup ELOG Version Subject
  1589   Thu Jan 12 16:53:30 2006 Question Carl Shireycarl.shirey@pw.utc.comQuestionLinux LDAP
I know you want to make ELOG a stand alone program. But is there a way to still make a stand alone but have the option work with LDAP?
FYI
Elog works great we us it for our shift carryover and we have about 25 people useing it and I have heard no complants with it.
Thanks
  1590   Thu Jan 12 17:02:21 2006 Reply Stefan Rittstefan.ritt@psi.chQuestionLinux Re: LDAP

Carl Shirey wrote:
I know you want to make ELOG a stand alone program. But is there a way to still make a stand alone but have the option work with LDAP?
FYI
Elog works great we us it for our shift carryover and we have about 25 people useing it and I have heard no complants with it.
Thanks


I added your vote to the "PAM" authentication on the wishlist, since PAM contains an LDAP module.
  1591   Fri Jan 13 02:37:10 2006 Agree Chris Warnerchristopher_warner@dcd.uscourts.govCommentLinux Re: LDAP

Stefan Ritt wrote:

Carl Shirey wrote:
I know you want to make ELOG a stand alone program. But is there a way to still make a stand alone but have the option work with LDAP?
FYI
Elog works great we us it for our shift carryover and we have about 25 people useing it and I have heard no complants with it.
Thanks


I added your vote to the "PAM" authentication on the wishlist, since PAM contains an LDAP module.


Please Add my vote too. I think that would be great.
  1592   Fri Jan 13 03:21:32 2006 Cool Chris Warnerchristopher_warner@dcd.uscourts.govQuestionLinux Problem selecting ports
I had problems getting elog to run on port 8080 (or many others). I have it installed on Redhat Enterprise Linux rel 4. The only way I was able to get it working was using port 80. I would like to run it on a different port if possible but I'm not sure what is wrong.

Any Ideas
  1593   Fri Jan 13 13:16:25 2006 Question Chris Warnerchristopher_warner@dcd.uscourts.govQuestionLinux Automatic Copy to
Is it possible to configure elog to copy a new entry from 1 logbook to another?
  1594   Fri Jan 13 18:43:08 2006 Reply Elaine Cristina Franchini dos Anjoselaine@ccuec.unicamp.brQuestionLinux2.6.0Re: Problems with ELOG and Internet Explorer
Hi Stefan,

I couldn't solve this problem yet...
I have been tried a lot of configurations, but our Elog doens't work well in IE with https Crying
It works very well to read, list, find the messages, delete, and so on...
But all users have problems with edit and preview commands when they are using IE + https.

When we use Elog in IE without https, everything works fine. ?)

We are using :
httpd-2.0.54
Fedora Core release 1 (Yarrow)
elog-2.6.0


The redirect directive in httpd.conf:
<VirtualHost xxx.xxx.xx.xx>
    ServerAdmin our.email.address
    DocumentRoot /www/apache/htdocs
    ServerName our.server.name

    # Rules to new  elog 2.6.0 
    Redirect / https://our.server.name:9898

    ErrorLog logs/error_log
    CustomLog logs/access_log common
</VirtualHost>



The proxy directives in ssl.conf:
(We used the http://midas.psi.ch/elogs/contributions/11 message like reference.
Thanks a lot for the contribution!!! Happy)
<VirtualHost xxx.xxx.xx.xx:9898>
   # Here be standard configuration for the Virtual Host
   ServerName our.server.name:9898
   ServerAdmin our.email.address
   RequestHeader set Front-End-Https "On"

   # This be the path to the elog directory
   # (This didn't seem to make any difference, but it be a good
   #  idea nonetheless)
   DocumentRoot "/www/src/elog-2.6.0"

   # Here be the setup for the SSL component of the Virtual Host
   SSLEngine On
   SSLCertificateFile /www/apache/conf/ssl.crt/server.crt
   #SSLCertificateKeyFile /www/apache/conf/ssl.key/server.pem
   SSLCertificateKeyFile /www/apache/conf/ssl.key/server.key

   # Here be the setup options for the Proxy module
   ProxyRequests Off
   ProxyPreserveHost On

   # This be the root of the new Virtual Host, and it should be
   # redirected to the port the elogd server is listening to
   # (8082 on our poop deck).

   <Location />
        ProxyPass  http://our.server.name:8082/
        ProxyPassReverse  http://our.server.name:8082/
        SSLRequireSSL
   </Location>

   ErrorLog /www/apache/logs/error_log
   TransferLog /www/apache/logs/access_log
</VirtualHost>

And the URL is configured in elogd.cfg like your suggestion (Thanks ! Happy)
URL = https://our.server.name:9898

The elgod.cfg is attached to this message to add more details about our configuration.

Thanks in advance.

Regards,

Elaine


Stefan Ritt wrote:

Elaine Cristina Franchini dos Anjos wrote:
I edited and used preview many times and the ELOG worked fine without errors in IE. So, I think my problem is something configured in the proxy or https that Internet Explorer doesn't work very well in this circumstance.


Have a look at your URL = ... statement in elogd.cfg
It should probably read
URL = https://antares.ccuec.unicamp.br:9696

ELOG uses redirection internally. To determine it's own address, it uses the URL statement. If you use Apache as an proxy together with https, you have to specify the URL under which you usually access ELOG from outside. If this is wrong, ELOG might try to redirect to http:// or something which might not be possible.

A good way to debug this is to run ELOG with the -v flag and carefully watch the HTTP traffic. You will see Location: ... statements which redirect the browser, then the browser will access the redirected URL (if it's correct), or you will see nothing (in case the browser tries to access a non-existing URL).
Attachment 1: elogd.cfg
[global]

###################################################################
# This [global] section contains settings common to all logbooks
# If an individual logbook setting should be the same in all
# logbooks, it can be copied into this section. If it is present
# in this section and in a logbook section, the one in the logbook
# section has precedence. 
####################################################################

# Server TCP port under which the server is listening.
Port = 8082

# Switches on (1) and off (0) logbook tabs
Logbook tabs = 1

# Determines size of logbook tabs
Tab cellpadding = 2

# Language can be english, french, spanish, german, dutch, brazilian
;Language = english 
Language = brazilian

# Main Tab, if present, brings you back to main page
Main Tab = Main Page


# Specifies the root directory for ELOG resources like help files, themes,
# icons and user HTML files
;;resource dir = /www/elog
resource dir = /www/src/elog-2.6.0

# Optional Welcome Title can be customized, GIF image has to be in same directory as elogd.cfg
;Welcome Title = <font size=5 color=white>Welcome to<p><img src="elog.gif"><p>Please select logbook

Welcome Title = <font size=4 color=white>Bem-vindo ao Elog <img align=middle width=60 height=40 src=welcome.jpg> Eletronic logbooks</font<font size=2 color=white><p> Esses logbooks contém informações sobre instalações e alterações de softwares de cada máquina servidora. 
Para criar novos logbooks ou forum, por favor <a href=elaine@ccuec.unicamp.br>entre em contato. </a></font> # Following string is used as the title for the logbook selection page. # Used by most browsers also for bookmark names. ;Page title = ELOG Demo Page title = ELOG - $subject # The selection page can be completely customized with a user written page # Outcomment following line if wanted #Selection page = select.html # Specifies the logging level. The higher this value, the more information # is logged. Default is 2: # 1: Log only logins and logouts # 2: Log also write accesse # 3: Log also read accesses Logging level = 3 # To log all user login/logout activity, outcomment following line ;;Logfile = /www/elog/logs/elogd.log Logfile = /www/src/elog-2.6.0/logs/elogd.log # The SMTP host is used for Email notifications. Ask you system administrator #SMTP host = mail.your.domain SMTP host = apolo.ccuec.unicamp.br # URL used for the URL link in email notification. Only uncomment if the internal # URL is incorrect #URL = http://host.your.domain/ URL = https://antares.ccuec.unicamp.br:9898 # User and Group under which the elogd daemon is started under Unix # Logfiles generate by the daemon are owned by this user #User = nobody #Group = nobody Usr = elog Grp = elog #--------------------------- # Access control #--------------------------- # Password file containg a number of users in the form: # # <login name1>:<password1>:<full name1> # <login name2>:<password2>:<full name2> # <login name3>:<password3>:<full name2> # ... # Password should be initially empty and changed via the # "Change password" button ;;Password file = /www/elog/logbooks/auth/passwd.dssof Password file = /www/src/elog-2.6.0/logbooks/auth/passwd.dssof # Password (cookie) expiration in hours, zero for current browser session #Login expriation = 1 Login expiration = 0 # Define Admin User Admin user = admin # Allow "delete" command only to user "admin" #Allow delete = conny, stefan Allow delete = admin # Don't accept any connection from bad host ;Hosts deny = bad.guy.com # # Alternative access control with a global password, change password # with "elogd -l Demo1 -r <password>. The one below is "secret". The # browser opens a box and asks for the user name (don't care) and # the password "secret" in this case. # #Read password=c2Vjc=== # Separate password for write access, change with # "elogd -l Demo1 -w <password> #Write password=c2Vjc=== # Expires after browser session #Write password expiration = 0 # Admin password for "config" and "delete" commands, change with # "elogd -l Demo1 -a <password> #Admin password=c2Vjc=== # Expires after one day #Admin password expriation = 24 # Created for initialize the password file. If you want # to make available the "Self Registration" for a new # user, remove the comments ! # 0 - disables self registration # 1 - users can silently register # 2 - causes elogd to send an email notification to the admin user(s) # 3 - used to only send an email notification to tha admin users(s), # which then can validate the account and commit it by hitting the URL given # in the email notification. Self register = 0 #--------------------------- # General options #--------------------------- # If another theme is created, it must be placed under the themes/ directory Theme = default # Comment as displayed in the logbook selection page ;Comment = First Demo Logbook # Logbook directory, must be created manually ;Data dir = logbooks/demo # Page title as used by browsers as bookmark names, default is # "ELOG - $logbook" Page title = $logbook ELogbook # Determine number of possible attachments, max. is ten, min is zero Number Attachments = 2 # Date format as passed to the strftime() function and used to display # the entry date ;Date format = %A, %B %d, %Y Date format = %B %d, %Y # Optionally, a user defined welcome page can be used as the starting page # for each logbook. It should contain at least some buttons/links to display # and enter messages #Welcome page = demo1.html # The default behavior is to display the last message in a logbook. This # can be changed with the following command. A few examples are given #Start page = last10 #Start page = ?cmd=New #Start page = ?cmd=Search&mode=summary&type=routine # Optional page displayed after submission of a message #Submit page = submit.html # Comment displayed on top of the message entry field ;Message comment = Please enter your message here: Message comment = Por favor, entre com sua mensagem aqui: # Commands dispalyed in the menu bar of the message page ;Menu commands = New, Edit, Delete, Reply, Download, Find, Last day, Last 10, Copy To, Move To, Config, Change password, Logout, Help ;Menu commands = List, New, Edit, Reply, Delete, Duplicate, Download, Find, Last day, Last 10, Copy To, Config, Admin, Change password, Logout, Help Menu commands = List, New, Edit, Reply, Delete, Duplicate, Download, Find, Copy To, Config, Admin, Change password, Logout, Help ;Lista da versão anterior ;List Menu commands = List, New, Edit, Reply, Delete, Duplicate, Download, Find, Last Day, Copy to, Config, Admin, CVS Import, Login, Logout, Help Edit Menu commands = List, New, Edit, Reply, Delete, Duplicate, Download, Find, Last Day, Copy to, Config, Admin, CVS Import, Login, Logout, Help # Commands dispalyed in the menu bar of the search result page #Find Menu commands = New, Edit, Delete, Reply, Find, Last day, Last 10, Copy To, Move To, Config, Change password, Logout, Help # Text displayed at bottom of page #Bottom text = bottom.html # URL for site-specific help file, must be either present in the same # directory as elod.cfg or point to an external Web server Help URL = http://midas.psi.ch/elog/config.html # Charactes per line for message entry ;;Message width = 76 ######################################################## # Group of logbooks ######################################################## # Group Rede CorpNet Group Rede CorpNet = Acesso Residencial, Alphas, Antivírus, Backup, Cluster Web, Cluster EA, EAD, FTP, Impressão, Listas, LogCorp, Mail Acadêmico, Proxy Reverso, Sistemas Informação, SmartCard Group Cluster Web = aquarius, athena, lvs1, lvs2, polaris, sirius, sparta, vega Group Mail Acadêmico = faunus, hercules Group Cluster EA = icarus, osiris, artemis, arcadia Group EAD = serveread, mirror-ead Group Alphas = mozart, pascal, turing Group FTP = zeus Group LogCorp = logcorp Group Antivírus = terra Group SmartCard = smart01, smart02 Group Sistemas Informação = plutao, protocolo, sig01, zeta Group Proxy Reverso = netuno Group Listas = phoenix Group Impressão = creta Group Backup = emporium Group Acesso Residencial = olimpo # Group Rede CCnet Group Rede CCnet = Desenv EA, Desenv Sist Inf, Laboratório, LDAP, LogCCUEC, Servidoras CCUEC, Instalação Group Desenv Sist Inf = desenv02, desenv03, desenv05, ares, magda, minerva, nyx Group Desenv EA = eros Group LogCCUEC = logccuec Group Servidoras CCUEC = apolo, mercurio Group LDAP = sol, toe, andromeda Group Laboratório = pegasus Group Instalação = hefesto, quiron # Group Rede Sist Group Rede Sist = Banco de Dados, LogSist, Servidoras de Aplicação, Serviços Group Banco de Dados = proddb01 Group LogSist = logsist Group Servidoras de Aplicação = web01, web02, web03, sedna Group Serviços = prod02, prod03, prod04, prod05 # Group Testes Group Testes = Demo, Demo2, Forum # Group for DCNET logbooks Group Switches = maq1, maq2 ; Group for DTTEC logbooks Group Windows = dttec1, dttec2 # Define Top Groups Top group dcnet = Switches Top group dssof = Rede CorpNet, Rede CCNet, Rede Sist, Testes Top group dttec = Windows # Show initial page with top groups Show top groups = 1 ######################################################## # Logbook attributes ######################################################## # DSSOF logbooks attributes Attributes = Author, Author Email, Type, Category, Subject, Data Inicio, Data Fim, Last Revision, Alias # Define data type Type Data Inicio = date Type Data Fim = date # Attributes which are required Required Attributes = Subject, Category, Type, Data Inicio, Data Fim # Predefined options for attribute "type" Options Type = Hardware, Rede, Sistema Operacional, Software , Banco de Dados, Produtos # Predefined options with multiple selections : # This list allows for "Multiple Options", meaning that an attribute can have several values # simultaneously. When entering an entry with MOptions, each value from the list is represented # by a checkbox. Unlike with normal options, multiple checkboxes can be checked for an entry. # The attribue value then becomes ;MOptions Category = General, Hardware, Software, Network, Other
... 971 more lines ...
  1596   Tue Jan 17 13:59:58 2006 Agree Chris Warnerchristopher_warner@dcd.uscourts.govQuestionLinux Re: Problem selecting ports
Nevermind. this was an iptables issue.

Chris Warner wrote:
I had problems getting elog to run on port 8080 (or many others). I have it installed on Redhat Enterprise Linux rel 4. The only way I was able to get it working was using port 80. I would like to run it on a different port if possible but I'm not sure what is wrong.

Any Ideas
  1597   Tue Jan 17 14:09:17 2006 Question Chris Warnerchristopher_warner@dcd.uscourts.govQuestionLinux Email based on not attribute value
Is it possible to send an email if an attribute is not equal to a specific value?

For instance, I have a server logbook that several people are able to write to. There is one person that is ultimately responsible for this server. I would like to generate an email any time that someone other than the System Administrator creates a new entry.

Thanks,

Chris Warner
ELOG V3.1.5-2eba886