Re: Using date and subst date, posted by nait tauh on Fri Jun 4 16:43:34 2004
|
> I compiled one (just for you :))), available at
>
> http://midas.psi.ch/elog/download/tar/elogd-snapshot.gz
|
Re: Using date and subst date, posted by nait tauh on Wed Jun 16 10:47:26 2004
|
>
> Thank you very much.... it work.
> nait.
|
Re: Using date and subst date, posted by Stefan Ritt on Wed Jun 16 14:42:07 2004
|
> It has a bug. The filter will fail on the initial page of the logbook.
>
> example,
|
Re: Using date and subst date, posted by nait tauh on Wed Jun 16 15:57:02 2004
|
>
> You should, it has been fixed in 2.5.3 :-)))
|
Re: Using curl to post new entries, posted by Florian Feldbauer on Wed Sep 2 11:56:04 2020
|
After going through the code of the Python API (https://github.com/paulscherrerinstitute/py_elog/blob/master/elog/logbook.py) I tried the following:
$ python3
>>> from passlib.hash import sha256_crypt |
Re: Using curl to post new entries, posted by Stefan Ritt on Wed Sep 2 15:42:40 2020
|
This is correct. The elogd daemon needs username and password in parameters "unm" and "upwd". The password must be SHA256 encoded,
so best is to grab it from the password file. This way one does not have to send clear text passwords over the network.
Florian |
Re: Using conditional attributes, posted by Adam Blandford on Sat Jul 18 10:41:28 2009
|
Sorry about the multiple entries!!! -> browser problems |
Re: Using conditional attributes, posted by Stefan Ritt on Mon Jul 20 08:18:45 2009
|
Adam Blandford wrote:
Hi |