Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 427 of 808  Not logged in ELOG logo
    icon2.gif   Re: Find empty attributes, posted by Andreas Luedeke on Wed Feb 17 18:08:53 2016 
It is possible for normal string attributes: the regular expression pattern "^$" can be used to search for an empty string.

E.g.
in this Forum "ELOG Version" is a required attribute, and should never be empty. But if you search for:

https://midas.psi.ch/elogs/Forum/?mode=threaded&reverse=0&reverse=1&npp=8&ELOG+Version=^%24

you'll
find a couple of entries from a time where it apparently wasn't a required attribute.

Cheers

Andreas

    icon2.gif   Re: Find empty attributes, posted by Stefan Ritt on Wed Feb 17 18:33:18 2016 
Cool, I didn't know that trick myself, thanks for sharing.




Andreas
Luedeke wrote:



It is possible for normal string attributes: the regular expression
    icon2.gif   Re: Kerberos auth not available on 3.0 ?, posted by Jimmy Bria on Tue Feb 23 22:32:30 2016 
Hi Stefan - Do you know is Kerberos is available (compiled) on the Windows installer?

-Jimmy




Stefan
    icon2.gif   Re: Kerberos auth not available on 3.0 ?, posted by Stefan Ritt on Wed Feb 24 09:48:09 2016 
Hi Jimmy, no Kerberos is not compiled into the Windows installer. You are the first one asking for that under Windows. All other Kerberos users use Linux
so far. You have to compile the Windows version yourelf. This is because there are several versions of Kerberos around and people need differnt libraries. Sorry
for that.
    icon2.gif   Re: Possible bug in elogd execute_shell, posted by Stefan Ritt on Fri Feb 26 09:09:03 2016 
Absolutely correct! Nice to see compilers getting better and better. I changed the code and committed it.




Nigel
Warr wrote:



I was just playing around with gcc6's new feature for warning about
    icon2.gif   Re: Links to images in notification message, posted by Devin Bougie on Fri Feb 26 18:11:14 2016 
From the notification I received, it looks like "2" is a problem with this server.  In the email notification, we would like images to
be a link to a URL displaying the full-size image (as they are in v2.9.2).

Thanks,
    icon2.gif   Re: Execute new|edit doesn't seem to work, posted by Andreas Luedeke on Sun Feb 28 18:24:58 2016 
[quote="Juergen Diefenbach"]I am trying to use the "Execute new|edit|delete" feature to track changes to an elog using git.
[...]
However, I experienced unreproducible behavior when creating "new" entries. Sometimes the command specified by "Execute new=" is called, sometimes the
    icon2.gif   Re: Attribute Field Size Limited to 255 Characters, posted by Andreas Luedeke on Thu Mar 3 14:51:55 2016 
No. At least there is no simple method.

You would need to edit the source code and recompile elogd. But the number 256 is used for about 300 times in the source code, you'll have
a hard time finding the right one to increase.
ELOG V3.1.5-3fb85fa6