realm_ip.csv

This file lists IP addresses that are associated to an account directly without login. (optional file)

structure

example

structure

Fileformat is CSV. Lines starting with ‘#’ are ignored (interpreted as comment).

first line csv header and one entry per line:

ip,user

entry description
ip IPv4 or IPv6
user user name, to assign roles use name needs to be specified in ‘realm.properties’ file
ip,user
127.0.0.1,local_user
#0:0:0:0:0:0:0:1,local_user

Note: Entry with IP ‘127.0.0.1’ needs to be specified to allow access from server local scripts to RSDB server.

example

User ‘local_user’ on local computer ‘127.0.0.1’ does not need to login. (All other users are prompted for login.)

ip,user
127.0.0.1,local_user