Re: Orion on Linux NOT as root

2000-09-29 Thread KirkYarina
Buried under debug tips is a list of Orion startup options. Take a look under properties (about halfway down the page at http://www.orionserver.com/howtos/debug-tips.html , where you'll find "native.user Used to run Orion under another user than root for unix systems" I remember this being

RE: Orion on Linux NOT as root

2000-09-29 Thread Frank Eggink
This is very useful for me. Thanks for posting this ... Frank On Friday, September 29, 2000 3:43 AM, Jim Archer [SMTP:[EMAIL PROTECTED]] wrote: > Thanks to all who replied. > > Acually, my original message was not too well written. I was not concerned > about the port mapping issue. Thats not

Re: Orion on Linux NOT as root

2000-09-28 Thread Jim Archer
Thanks to all who replied. Acually, my original message was not too well written. I was not concerned about the port mapping issue. Thats not a big deal. We already have that issue with other processes, such as Apache, which runs as user nobody. Our issue is where to install Orion, what permis

RE: Orion on Linux NOT as root

2000-09-28 Thread Victor A. Salaman
You could've used ipfilter for Solaris -Original Message- From: Sach Jobb [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 28, 2000 5:43 PM To: Orion-Interest Subject: Re: Orion on Linux NOT as root We just went through this about a week ago, check out the list arc

Re: Orion on Linux NOT as root

2000-09-28 Thread Jason von Nieda
.html But I don't know where to get the native library any more. Orion team? - Original Message - From: "Markus Holmberg" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, September 28, 2000 4:46 PM Subject: Re: Orion on L

Re: Orion on Linux NOT as root

2000-09-28 Thread Lorin Kobashigawa
We spent a lot of time on this too. OrionSupport.com if it comes back had a way to do it through JNDI. We've ended up doing through having a Cisco Local Director mapping ports 80 and 443 to 8080 and 8081 If you don't have the budget for a local director, you could emulate that function with a

Re: Orion on Linux NOT as root

2000-09-28 Thread Sach Jobb
We just went through this about a week ago, check out the list archives. There are a number of work arounds, since you are using linux you can use ipchains built in port forwarding to redirect port 80 to some other non privilaged port (say 8080) and then start orion as a normal user. In my situa

Re: Orion on Linux NOT as root

2000-09-28 Thread Markus Holmberg
If you're OS has support for it you can set up packet filtering (aka firewalling) rules that forward packets going to the privileged port 80 to some unprivileged port, for example 8000. Then just make Orion listen on that unprivileged port. Works like a charm for me. In Linux's case I guess ipch