ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
65851
|
Thu Apr 24 07:51:23 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | All | 2.7.3 | Re: LaTeX support |
Jochen Krempel wrote: |
I would appreciate if elog could provide a simple support for mathematical expressions.
A solution similar to wikimedia should be easy to implement and would help a lot.
http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Windows#Alternative_Solution
The idea is to parse the elog entry for a tag (e.g. <math></math>), extract the code, wrap it into a latex file, and pass this to latex, GhostScript, and ImageMagic. (The latter are already used by Elog, therefore the changes should not be too big.) The resulting image file would then be referenced by the elog html code.
Of course, the FCKeditor would not support LaTeX. However, the majority of elog-useres should be scientists and rather familiar with LaTeX. Therefore it should be fine if the original LaTeX code is saved (e.g. in the ALT-tag of the image) and the replacement "code to image" is undone for editing.
|
We had already some time ago a request to integrate mimetex (elog:1827). I will see what I can do there. |
67949
|
Thu Jun 4 16:25:42 2015 |
| David Wallis | wallis@aps.anl.gov | Question | Windows | 3.1 | Re: LDAP docs |
This is what I've been able to figure out, in terms of the elogd.cfg file:
LDAP server = server.domain:389
LDAP userbase = ou=people,o=domain.com,dc=domain,dc=com
LDAP login attribute = uid
LDAP register = 0
Stephen G wrote: |
Could someone point me to the LDAP configuration docs, I searched to no avail. I'm sure there is some big red ldap config button it, but I just can't find it.
|
|
67951
|
Thu Jun 4 19:36:31 2015 |
| Stephen G | swgallman@bpa.gov | Question | Windows | 3.1 | Re: LDAP docs |
Thank you, I am looking to do LDAPS over 636 where would the certificate go (Does it go in the SSL folder?).
David Wallis wrote: |
This is what I've been able to figure out, in terms of the elogd.cfg file:
LDAP server = server.domain:389
LDAP userbase = ou=people,o=domain.com,dc=domain,dc=com
LDAP login attribute = uid
LDAP register = 0
Stephen G wrote: |
Could someone point me to the LDAP configuration docs, I searched to no avail. I'm sure there is some big red ldap config button it, but I just can't find it.
|
|
|
67970
|
Tue Jun 9 12:40:44 2015 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 3.1 | Re: LDAP docs |
I do not officially support LDAP, since I don't have any server to test it. So it comes as a third party's contibution from https://github.com/vykozlov/elog-ldap.
To my knowlede LDAPS has not been implemented. You could post an issue the the github repository to ask the original author.
/Stefan
Stephen G wrote: |
Thank you, I am looking to do LDAPS over 636 where would the certificate go (Does it go in the SSL folder?).
David Wallis wrote: |
This is what I've been able to figure out, in terms of the elogd.cfg file:
LDAP server = server.domain:389
LDAP userbase = ou=people,o=domain.com,dc=domain,dc=com
LDAP login attribute = uid
LDAP register = 0
Stephen G wrote: |
Could someone point me to the LDAP configuration docs, I searched to no avail. I'm sure there is some big red ldap config button it, but I just can't find it.
|
|
|
|
1590
|
Thu Jan 12 17:02:21 2006 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | | 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 |
| Chris Warner | christopher_warner@dcd.uscourts.gov | Comment | Linux | | 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. |
815
|
Wed Nov 24 14:19:01 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug fix | Linux | 2.5.4-6 | Re: Konqueror and Calendar widget |
> Date selection from the calendar widget does not work in Konqueror.
>
> Clicking on a date results in year being populated, but month and day are
> blank.
I use following Javascript to populate the date:
function submit_day(day)
{
opener.document.form1.d3.value = "24";
opener.document.form1.m3.value = "11";
opener.document.form1.y3.value = "2004";
window.close();
}
which workes everywhere except in Konqueror. If you tell me how to convince
Konqueror to accept this, I'm happy to put it into the elog code. |
67507
|
Thu May 16 16:29:16 2013 |
| Hal Proctor | hproctor2@gmail.com | Question | Windows | latest | Re: Kerberos on Windows server |
Hal Proctor wrote: |
Does anyone have a success story with kerberos on windows?
|
Anyone? Bueller? |