How can I authorise more staff to login to my server?
How does authorisation of users work from the internet (ie not counter POS), how do I handle staff turnover and seperate it from instore usage?
Internet | » | Access Control | » | Fieldpine Server |
« | Internal Control | « | Local Network |
How it works, History
Each Fieldpine server has a local control file called gds.ctl This is a text file containing some broad configuration defaults. There is a section that controls network security and how connections on a port are processed.
interface port=8310 filter-internet=require-password(mySecretUserName:mySecretPassword) type=debug,normal,internet,private,ipv6,traceIn the absence of other controls, the line containing "require-password" specifies a username/password combination that must be provided in order to login.
You can repeat this line multiple times to provide different usernames and passwords.
There is also a security right that can be granted to staff called "Internet Login". The intent with this right was that POS staff logins could be permitted to login via the internet. However, this option is deprecated and should not be used going forward. The main issue was that sites typically required a different login name/password combination for the internet vs internally.
Recommended Approach
- Add entries to gds.ctl for permanent long lasting logins. Items such as remote management authorities or similar.
- Individual staff should be authorised under the staff tab, by setting the online name and password
- The exception is if you are not using staff security and do not wish to enable it. In this case you can only edit gds.ctl to provide different logins.