Browse Source

Merge pull request #647 from manez/7.x

Update README.md for 7.x-1.7
pull/650/head
Nick Ruest 9 years ago
parent
commit
905eb53372
  1. 11
      README.md

11
README.md

@ -20,11 +20,11 @@ Tuque is expected to be in one of two paths:
* sites/all/libraries/tuque (libraries directory may need to be created)
* islandora_folder/libraries/tuque
More detailed requirements are outlined in the [Installing the Islandora Module](https://wiki.duraspace.org/display/ISLANDORA712/Installing+the+Islandora+Module) chapter of the documentation.
More detailed requirements are outlined in the [Installing the Islandora Essential Modules](https://wiki.duraspace.org/display/ISLANDORA/milestone+5+-++Installing+the+Islandora+Essential+Modules) chapter of the documentation.
### Optional Requirements
If you want to support languages other than English download and enable [String Translation](https://drupal.org/project/i18n), and follow our [guide](wiki/Multilingual-Support) for setting up additional languges.
If you want to support languages other than English download and enable [String Translation](https://drupal.org/project/i18n), and follow our [guide](https://github.com/Islandora/islandora/wiki/Multilingual-Support) for setting up additional languges.
## Installation
@ -32,13 +32,13 @@ Before installing Islandora the XACML policies located [here](https://github.com
You will also have to remove some default policies if you want full functionality as well.
Remove deny-purge-datastream-if-active-or-inactive.xml to allow for purging of datastream versions.
Remove `deny-purge-datastream-if-active-or-inactive.xml` to allow for purging of datastream versions.
More detailed information can be found in the 'Set XACML Policies' in the [Installing Fedora](https://wiki.duraspace.org/display/ISLANDORA713/Installing+Fedora) chapter of the documentation.
More detailed information can be found in the 'Set XACML Policies' in the [Installing Fedora](https://wiki.duraspace.org/display/ISLANDORA/milestone+1+-+Installing+Fedora) chapter of the documentation.
## Configuration
The islandora_drupal_filter passes the username of 'anonymous' through to Fedora for unauthenticated Drupal Users. A user with the name of 'anonymous' may have XACML policies applied to them that are meant to be applied to Drupal users that are not logged in or vice-versa. This is a potential security issue that can be plugged by creating a user named 'anonymous' and restricting access to the account.
The `islandora_drupal_filter` passes the username of 'anonymous' through to Fedora for unauthenticated Drupal Users. A user with the name of 'anonymous' may have XACML policies applied to them that are meant to be applied to Drupal users that are not logged in or vice-versa. This is a potential security issue that can be plugged by creating a user named 'anonymous' and restricting access to the account.
Drupal's cron can be run to remove expired authentication tokens.
@ -62,6 +62,7 @@ Having problems or solved a problem? Check out the Islandora google groups for a
Current maintainers:
* [Jordan Dukart](https://github.com/jordandukart)
* [Diego Pino](https://github.com/DiegoPino)
## Development

Loading…
Cancel
Save