Re: Preset text Dont work more!, posted by Alex H on Wed Mar 30 17:09:27 2005
|
> > Here is my elogd.cfg.
> > I hope this will help you :)
>
> Yes it did. You were the first one using an attribute containing a dot inside a
> required attribute ("Maint."). This crashed JavaScript. I found a workaround and
> implemented it.
>
> > when we be released the next elog version who correct the crash of Protect
> > Selection page = 1 ?
>
> I just release 2.5.8-2 which contains both fixes.
Hi,
I've change my Attribute "Maint." to "Maint" in my elogd.cfg and in my Logbook too
but the problem is the same, I have restarted the service but the problem is still
here. Any idea? o_O |
Re: Preset text Dont work more!, posted by Alex H on Thu Mar 31 09:37:12 2005
|
> > I've change my Attribute "Maint." to "Maint" in my elogd.cfg and in my
Logbook too
> > but the problem is the same, I have restarted the service but the
problem is still
> > here. Any idea? o_O
>
> Have you upgraded to 2.5.8-2 ? After the upgrade, "Maint." (with the dot)
should also work.
Yes I have upgraded Elog to 2.5.8-2.
I submit my new elogd.cfg file maybe it will help you.
I have try the preset text under Firefox (the last), avant browser 10.0
(build 165) and IE 6 SP1.
Thanks for help :o) |
Re: Preset text Dont work more!, posted by Alex H on Thu Mar 31 10:33:10 2005
|
> > Yes I have upgraded Elog to 2.5.8-2.
> > I submit my new elogd.cfg file maybe it will help you.
> > I have try the preset text under Firefox (the last), avant browser 10.0
> > (build 165) and IE 6 SP1.
>
> I tested your config file under Firefox (the last) and it worked fine. On the
> "Liste Routeurs & Firewall", I click "New", then select FWL1, then see the text
> "FLW1.txt" in the main body. I don't have that file, so elog by default just
> shows the file name.
>
> I also realized that you have double entries in your config file (like two
> "Attributes = " and "Options Type = " lines. However this should not be a
> problem, elog just chooses the first one.
>
> If your preset text does not work, it could be that you have switched off
> JavaScript. In Firefow, you can open the JavaScript console (Tools/JavaScript
> console). Maybe you see any error there.
>
> - Stefan
Ok I have fix the problem :)
Options Type = FWL1{1}, FWL2{2}, FWL4{3}, VPN1{4},VPN2{5}
{1} Preset text = FWL1.txt
{2} Preset text = FWL2.txt
{3} Preset text = FWL4.txt
{4} Preset text = VPN1.txt
{5} Preset text = VPN2.txt
I have delete the "" for example FWL1.txt instead of "FWL1.txt" and I've delete
the double entries too. In fact I don't know why, ELOG has take the second Options
Type instead of the one :)! Now It work fine :)
Thanks a lot Stefan ;) |
Filter with match case, posted by Alex H on Thu Apr 28 10:29:33 2005
|
Hello Stefan,
I have an question for you :o). Is there any solution to use the filtering
system with an match case solution ? Add a parameter or something else to
add a solution ?
I gave you an picture for the explaination.
Wenn I select GA for example, I just want to habe GA in my array and not
CofoGAr.
Thanks for answer |
MOptions : How that really work ?, posted by Alex H on Thu Apr 28 15:20:27 2005
|
Hi,
Is there anybody that use the MOptions ?
I'am searching some example to understand this fonction could you help
me ? :)
Thanks a lot for answer! |
password encryption, posted by Alex H on Fri May 20 14:40:12 2005
|
Hi Stefan,
I have found a little problem with elog. I'am using ELOG V2.5.8-6. When I'am on the logon page,
I type my Login and password and hit "submit", in the bottom of IE, we can show my password without encryption, it can be dangerous. I have made a screenshot to explain my problem better.
Could you fix it for the next release ?
Thanks a lot.
Alex |
Re: password encryption, posted by Alex H on Mon May 30 10:01:14 2005
|
Stefan Ritt wrote: |
Alex H wrote: | Hi Stefan,
I have found a little problem with elog. I'am using ELOG V2.5.8-6. When I'am on the logon page,
I type my Login and password and hit "submit", in the bottom of IE, we can show my password without encryption, it can be dangerous. I have made a screenshot to explain my problem better.
Could you fix it for the next release ?
Thanks a lot.
Alex |
Unfortunately there is no real way around that. If a password is entered into a text box, it is always transferred in plain text (which means that in security-sensive installations one should always use SSL together with elog). I encrypt it on the server side and do an immediate redirect which "hided" the plain password, but if your connection is slow, you might see it for a moment. Unless nobody has a clever idea of how to prevent this, we're out of luck. |
Oki Thanks for the answer .
Alex |
Re: password encryption, posted by Alex H on Tue May 31 09:07:37 2005
|
Thanks Stefan 8) |