elogd under Apache, login screen always reappears, posted by Michael Doerner on Sat Apr 5 00:33:36 2003
|
Hi,
I am new to elog so please bear with me if this sounds like a stupid
question...
I would like to run elogd under Apache because I don't want to open another
port (eg. 8080) on the firewall for incoming http traffic. I followed the
special instructions for that sort of setup but the user logon screen always
comes up again, even after using a valid username/password.
I am testing on a Redhat 7.2 based distribution (called SME server) in a
test domain (tuxhome.co.nz).
"Apache modules mod_proxy.c and mod_alias.c are activated", Yes.
There seems to be a problem here with the Apache Redirect statement. When I
try with
Redirect permanent /elog http://www.tuxhome.co.nz/elog/
ProxyPass /elog/ http://www.tuxhome.co.nz:8080/
Mozilla responds "Redirection limit for this URL exceeded" and IE6 says
"cannot find server or DNS error" so I have commented out the redirect
statement for now.
I might misunderstand the required URL statement in elogd.cfg
"URL = http://your.proxy.host/subdir/" ?
which I understand it would have to be
URL = http://www.tuxhome.co.nz/elog/ for my above example?
Maybe someone could help me with an example that includes all 3 of the
statements together, the redirect + proxypass from httpd.conf plus the URL
from elogd.conf?
Thanks for any help.
Michael |
problem with 20+ attachments, posted by Alexander ZVYAGIN on Tue Apr 22 17:17:36 2003
|
It seems that maximal number of attachments is about 20. When you try to add
more, a new entry _is_ added to the logbook but the refernce to it is not
added to the web page. |
User Profile - Access to logbook group, posted by Tomas Rudolf on Fri May 2 00:34:26 2003
|
Hi,
I was wondering if anyone had a solution for my problem.
We are trying to run several books on one server. The books are grouped
such as follows :
Group Users1 = Book1, Book2, Book3
Group Users2 = Book4, Book5, Book6
Group Users3 = Book7, Book8, Book9
We would like to give access to selected users to only their Group. So that
for instance Users1 cannot access the books of group Users3. I was
wondering if there is any notion of "User profile" or security per logbook
Group implemented?
What we do for now is that we have 3 different PASSELOG files and for each
Book we need to specify which PASSELOG should be used for authentication.
This works fine except that we prefer that users do not see the other
logbooks listed in the main menu nor the other "inaccessible" logbook tabs
in the logbook view. Is there a way to hide these for them (but only for
them)?
Tomas |
Re: User Profile - Access to logbook group, posted by Robert Keeney on Fri May 2 15:58:23 2003
|
I have managed to get this to work (so far).
What I do is use a separate password file and directory for each log.
I haven't tested it with with the current version but it worked fine before
that. My testing consisted of creating a user in the main password file and
see if he could get to anything I didn't want him to. This may not be enough
for something that requires a high level of security.
When I create a new user I move that line to the appropriate password file if
it isn't already there.
You will get an invalid user message and a prompt if you try access a log that
doesn't have your user name in the password file.
I only have six people using it so this isn't much trouble.
I would like to see groups implemented to make this more manageable.
> Hi,
>
> I was wondering if anyone had a solution for my problem.
> We are trying to run several books on one server. The books are grouped
> such as follows :
>
> Group Users1 = Book1, Book2, Book3
> Group Users2 = Book4, Book5, Book6
> Group Users3 = Book7, Book8, Book9
>
> We would like to give access to selected users to only their Group. So that
> for instance Users1 cannot access the books of group Users3. I was
> wondering if there is any notion of "User profile" or security per logbook
> Group implemented?
>
> What we do for now is that we have 3 different PASSELOG files and for each
> Book we need to specify which PASSELOG should be used for authentication.
> This works fine except that we prefer that users do not see the other
> logbooks listed in the main menu nor the other "inaccessible" logbook tabs
> in the logbook view. Is there a way to hide these for them (but only for
> them)?
>
> Tomas |
Re: User Profile - Access to logbook group, posted by Tomas Rudolf on Fri May 2 18:10:36 2003
|
Robert, this is exactly what we managed to do as well. And it works fine.
The only issue is that the users from one group can "SEE" the book names
available to other groups.
The solution Stephane suggested seems like the only possible right now.
Anyways, thank you for your answers, Robert & Stephane !
Tomas
> I have managed to get this to work (so far).
>
> What I do is use a separate password file and directory for each log.
>
> I haven't tested it with with the current version but it worked fine before
> that. My testing consisted of creating a user in the main password file and
> see if he could get to anything I didn't want him to. This may not be
enough
> for something that requires a high level of security.
>
> When I create a new user I move that line to the appropriate password file
if
> it isn't already there.
>
> You will get an invalid user message and a prompt if you try access a log
that
> doesn't have your user name in the password file.
>
> I only have six people using it so this isn't much trouble.
>
> I would like to see groups implemented to make this more manageable.
>
> > Hi,
> >
> > I was wondering if anyone had a solution for my problem.
> > We are trying to run several books on one server. The books are grouped
> > such as follows :
> >
> > Group Users1 = Book1, Book2, Book3
> > Group Users2 = Book4, Book5, Book6
> > Group Users3 = Book7, Book8, Book9
> >
> > We would like to give access to selected users to only their Group. So
that
> > for instance Users1 cannot access the books of group Users3. I was
> > wondering if there is any notion of "User profile" or security per
logbook
> > Group implemented?
> >
> > What we do for now is that we have 3 different PASSELOG files and for
each
> > Book we need to specify which PASSELOG should be used for
authentication.
> > This works fine except that we prefer that users do not see the other
> > logbooks listed in the main menu nor the other "inaccessible" logbook
tabs
> > in the logbook view. Is there a way to hide these for them (but only for
> > them)?
> >
> > Tomas |
Simulation of a submit, posted by Tomas Rudolf on Fri May 2 18:50:48 2003
|
I have another tricky question.
Is there a way to simulate an ELOG SUBMIT?
We developed a module which automatically inserts new submits from ELOG
into an SQL database. The module is in testing phase but we can already
tell it does the job as it should.
This allows us to copy ELOG entries into SQL database. But in some cases,
we would like to transmit data in the other direction too - from SQL into
ELOG (synchronization).
Now, one way to do that is to create .txt files with entries directly, but
we find it too risky (file-locking mentioned in a question earlier today
can be one of the issues). So we're contemplating a possibility that ELOG
does these inserts for us by processing some simulated SUBMITS.
We're assuming that ON SUBMIT, you generate a POST (or a GET ?) over http
which is then processed by the ELOGD server. This should be possible to
simulate in our synchronization application. Are we correct in our
assumptions?
Tomas |
"Selection page" parameter, posted by Tomas Rudolf on Thu May 8 16:49:05 2003
|
Hi,
I have a question concerning the "Selection page" ELOG.cfg parameter.
I was wondering if it is possible to specify a complete (absolute) URL such
as http://www.myserver.com/my_elog_menu.htm.
I need this type of configuration because we actually need to have the
custom selection page sitting on a different server from the one where ELOG
is run.
Thus far, the only work-around I could think of is to make a reference to a
local html file which redirects to the http:// resource outside of the
server.
When tried the absolute path, i got "The requested
file /usr/local/elog/http://www.myserver.com/my_elog_menu.htm was not found
on this server" error message. I'm wondering if it's just a bug or if there
is a reason for it.
Thanx,
Tomas |
Use Email From = $user_email, posted by Etienne Van Caillie on Mon May 12 11:20:17 2003
|
if you put
Use Email From = $user_email
we receive in the adress 'my email adress'
how to avoid the maito: prefix ?
it gives problems when you vwant to reply from outlook
it's ok in elog to send mail from IExplorer |