Hello All,
I am using DSpace 7.6
I want to access restrict to particular collection for the general public,
but if a user visits from an on-campus IP address, they can
download/view the files.
For that I created a group named ipdata and provide authorization to that. Attached screnshot below
I havn't added any user to group
from authentication.cfg
plugin.sequence.org.dspace.authenticate.AuthenticationMethod
=
org.dspace.authenticate.IPAuthentication
and from authentication-ip.cfg
authentication-ip.ipdata = 1.2.3.4
Now
If I want to access that collection from any ip other than 1.2.3.4 ,
then it is showing all data. I also created new items after changes ,
that also not helped
How will I restrict all ip's other than required
Any help is highly appreciated