View previous topic :: View next topic |
Author |
Message |
needle
Joined: 07 Mar 2011 Posts: 1
|
Posted: Mon Mar 07, 2011 4:04 pm Post subject: Operator Accounts |
|
|
Hello,
I am currently evaluating Firstspot. It's all up and running and looking good. I have a query regarding the operator accounts:
I see you can adjust the access permissions so you can access from either the visitor or Internet network. Is it possible to allow access from another network, i.e. an additional management network card we use to connect the system to our corporate LAN? This is a much needed feature as it would allow our reception and IT staff to create accounts from any computer on the LAN.
Many thanks
Needle |
|
Back to top |
|
|
alan Forum facilitator
Joined: 26 Sep 2003 Posts: 4435
|
Posted: Mon Mar 07, 2011 4:48 pm Post subject: |
|
|
First, you need make sure your third network card is working okay first. Please refer to the guideline at http://patronsoft.com/forum/viewtopic.php?p=7986#7986
After you confirm that your third network card is working perfectly. You need to add the below at Configuration Manager -> Virtual Hosts (substitute your_management_IP with your IP and make sure the directory correct):
Code: | <VirtualHost your_management_IP:5787>
# VirtualHost access logfiles
CustomLog "logs/accessvh.log" common env=vhlog
ServerAdmin firstspot@patronsoft.com
ServerName your_management_IP:5787
DocumentRoot "C:/Program Files/FirstSpot/cfgmgr"
# Disable directory listing
<Directory "C:/Program Files/FirstSpot/cfgmgr">
Options -Indexes
</Directory>
<IfModule dir_module>
DirectoryIndex setlogin.php
</IfModule>
<Files setlogin.php> Order Allow,Deny
Deny from 10.20.7.0/255.255.255.0
</Files>
</VirtualHost> |
_________________ ~ Patronsoft Limited ~ |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
Powered by phpBB © 2001, 2005 phpBB Group
| |