Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG  Not logged in ELOG logo
icon5.gif   using elog client in secure mode, posted by Luc Goossens on Mon May 19 16:02:23 2008 
    icon2.gif   Re: using elog client in secure mode, posted by Stefan Ritt on Mon Jun 2 12:17:53 2008 
Message ID: 65894     Entry time: Mon Jun 2 12:17:53 2008     In reply to: 65887
Icon: Reply  Author: Stefan Ritt  Author Email: stefan.ritt@psi.ch 
Category: Question  OS: Linux  ELOG Version:  
Subject: Re: using elog client in secure mode 

Luc Goossens wrote:

I am trying to enter a log record in secure mode into a log book hosted on an apache server (v2.7.2).

 

[atlt0dev@voatlas04]~% elog -v -s  -h prod-grid-logger.cern.ch -p 443 -u myuser -w mypassword -d elog -l "ATLAS+Tier0+Operations+Logbook" -a Subject=foobar
 

Your problem is the wrong password parameter. The "-w" password is only if a write password is defined in the config file. If the user level access is chosen however, you have to specify the username/password pair only separated by a blank such as in

elog ... -u myuser mypwassword ...

 

ELOG V3.1.5-fe60aaf