Re: Re: Elog and SSL, posted by Recai Oktas on Fri Mar 21 16:52:12 2003
|
Ooops, I destroyed the original post, now how can we fix this :) |
Re: Elog and SSL, posted by nick on Mon Mar 31 12:44:33 2003
|
Im not running anything on port 443, one thing I did notice is that when
stunnel is run and setup, I can run a netstat and nothing is bound to those
ports, if I do a ps -ef | grep stunnel nothing is running, yet it accepts the
command initially ?
CONFUSED ????
> > I was wondering if you can help me understand the concept and if i am
doing
> > something wrong with securing Elog via SSL
> >
> > Basically im running elog on a redhat 8 box with stunnel already
installed
> > as part of OpenSSL, on the server i ran the command specified in the
> > instructions
> >
> > stunnel -d 443 -r 172.16.24.108:81
> >
> > This command runs on the server, but when I access https://172.16.24.108/
i
> > get a page cannot be displayed, ive also put the URL =
> > https://172.16.24.108 entry in the elogd.cfg file
> >
> > HELP!!!!!!!
>
> Can you access your server locally under http://172.16.24.108:81 ??? If
not,
> then you maybe specified the wrong port, so check elogd.cfg and the "-p"
flag
> when starting elogd. If you can access it, and cannot access it under
> https://, then something must be wrong with your stunnel configuration.
Maybe
> you run already a secure server under port 443? User "netstat -a" to check
> that. |
Logbook Title bar , posted by nick on Wed Apr 2 16:36:18 2003
|
Is there a way to change the title entry for individual log books, and
forms ive completely rebranded our system but ut stil says ELOG ENTRIES on
the summary screen |
Re: Logbook Title bar , posted by Stefan Ritt on Wed Apr 2 21:45:18 2003
|
> Is there a way to change the title entry for individual log books, and
> forms ive completely rebranded our system but ut stil says ELOG ENTRIES on
> the summary screen
I changed the default title recently to "ELOG - <logbook>" where <logbook>
is the name of the current logbook. For the individual messages, the
title "ELOG" can be changed with the elogd.cfg option "Page title". This
title can even contain attributes from the logook entry like:
Page title = ELOG - $subject
where $subject gets replaced by the subject of the logbook entry. |
Re: Logbook Title bar , posted by nick on Thu Apr 3 09:40:45 2003
|
> > Is there a way to change the title entry for individual log books, and
> > forms ive completely rebranded our system but ut stil says ELOG ENTRIES
on
> > the summary screen
>
> I changed the default title recently to "ELOG - <logbook>" where <logbook>
> is the name of the current logbook. For the individual messages, the
> title "ELOG" can be changed with the elogd.cfg option "Page title". This
> title can even contain attributes from the logook entry like:
>
> Page title = ELOG - $subject
>
> where $subject gets replaced by the subject of the logbook entry.
I have those attributes already working for example
[global]
Page title = Customer Relational Management System < this sets the selection
page ok
[Config DB]
Page Title = ABC123 - $Customer Name < this sets the individual log book
entries title
I need something to set the title of the page when on the summary page for
the logbook, as it just says ELOG - Config DB (this isnt set anywhere) |
Re: Logbook Title bar , posted by Stefan Ritt on Thu Apr 3 10:11:08 2003
|
> I need something to set the title of the page when on the summary page for
> the logbook, as it just says ELOG - Config DB (this isnt set anywhere)
I added the option "Summary page title = xxx" in a similar way than the "Page
title". The new version is at
http://midas.psi.ch/cgi-bin/cvsweb/elog/src/elogd.c?rev=1.64
It will be included in the release 2.3.5 of elog.
- Stefan |
Bugs with 2.3.5, posted by nickc1 on Wed Apr 9 13:49:32 2003
|
Forgot password option generates an error message
Password file hashes are different causing migrated password files to fail
but only for certain users, try password 516135 hashed in 2.3.4 and compare
to version 2.3.5 they are different.
Summary page title = string doesnt work also it results in the default ELOG
DB Name
HELP |
Re: Bugs with 2.3.5, posted by Stefan Ritt on Wed Apr 9 13:58:59 2003
|
> Forgot password option generates an error message
Which error? Can you be more specific. I tried it myself with this forum and
it worked for me.
> Password file hashes are different causing migrated password files to fail
> but only for certain users, try password 516135 hashed in 2.3.4 and compare
> to version 2.3.5 they are different.
Yes indeed. Please see elog:273 for more details
> Summary page title = string doesnt work also it results in the default ELOG
> DB Name
Thanks, has just been fixed, new version under CVS.
- Stefan |