Files
DSpace/dspace/config/modules/authentication-ip.cfg

22 lines
1.1 KiB
INI

#---------------------------------------------------------------#
#---------IP-ADDRESS AUTHENTICATION CONFIGURATIONS--------------#
#---------------------------------------------------------------#
# Configuration properties used by the IP-Address Based #
# Authentication plugin, when it is enabled. #
#---------------------------------------------------------------#
# The following setting allows you to map DSpace Group names to one or more IP ranges.
# If a user arrives at DSpace from one of the IP ranges, they will be added to the
# specified DSpace group for the remainder of their session.
#
# authentication-ip.GROUPNAME = iprange[, iprange ...]
#
# Note if the GROUPNAME contains blanks you must escape it,
# e.g. Department\ of\ Statistics
# The 'iprange' may be any of these syntaxes: Full IPs, partial IPs; network/netmask; network/CIDR
#
# authentication-ip.MY_UNIVERSITY = 10.1.2.3, \
# 13.5, \
# 11.3.4.5/24, \
# 12.7.8.9/255.255.128.0