Page 1 of 1
Restricting Logins
Posted: Mon Feb 18, 2008 9:58 am
by mujahed_khan
Hi
I have mixed set user in my envirnoment, I have 100+ users. I want to restrict some of these users to login only from the local network and not from the internet, while allowing other users to login from internet and network. I have deployed the scalix server in network and forwarded all the ports to the ISP IP. how can I achieve this?
Posted: Mon Feb 18, 2008 10:06 am
by Valerion
I don't know of an easy way to achieve this. If you can somehow only forward the port for some users (via VPN?) Or you can for example with SWA put some basic authentication on the pages before they are served. Otherwise I am not sure.
Posted: Mon Feb 18, 2008 10:15 am
by mujahed_khan
Valerion wrote:I don't know of an easy way to achieve this. If you can somehow only forward the port for some users (via VPN?) Or you can for example with SWA put some basic authentication on the pages before they are served. Otherwise I am not sure.
How do i put in some basic authentication on the page before there are served?
Posted: Mon Feb 18, 2008 10:18 am
by Valerion
Put your auth requirements in the <Location /> block of the config file.
Have a look at
http://httpd.apache.org/docs/2.2/howto/auth.html
Posted: Mon Feb 18, 2008 11:28 am
by mujahed_khan
Thanks I'm going to look at it.
Posted: Wed Feb 20, 2008 4:45 am
by mikevl
Hi
You can also restrict who has access to SWA via the SAC
Check the Advanded tab in the users mailbox in SAC
Mike