Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

11. Navigate to $FEDORA_HOME/data/fedora-xacml-policies/repository-policies/default/deny-apim-if-not-localhost.xml
 
Go to where you see <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">127.0.0.1</AttributeValue>
 
insert Insert additional entries below for IPs that need to access fedora admin example your own machine or other admins. Also might want to add the systems actual IP Example:
 

Code Block
<AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">192.168.56.1</AttributeValue> 
Note

The Fedora default XACML policies can be restored to their default state at any time by simple removing the 'default' directory, and stopping/starting Fedora. Always backup your polices first before doing this!

 

12. Restart Fedora by using the startup command from step 8:

...