Difference between revisions of "SUNScholar/Researcher Authorisation/Step 4"
Jump to navigation
Jump to search
m |
|||
| (7 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
'''[[SUNScholar/Researcher Authorisation|BACK TO RESEARCHER AUTHORISATION]]''' | '''[[SUNScholar/Researcher Authorisation|BACK TO RESEARCHER AUTHORISATION]]''' | ||
</center> | </center> | ||
| − | ==Step 4 - Configure XMLUI== | + | ==Step 4 - Configure XMLUI logins== |
| + | ===Step 4.1 - Modify dspace.cfg=== | ||
Edit the following file: | Edit the following file: | ||
| − | nano $HOME/dspace/config/dspace.cfg | + | nano $HOME/{{Source}}/dspace/config/dspace.cfg |
Search for <tt>'''xmlui.force.ssl'''</tt> and remove the hash (#) comment to ensure XMLUI secure logins are enabled. | Search for <tt>'''xmlui.force.ssl'''</tt> and remove the hash (#) comment to ensure XMLUI secure logins are enabled. | ||
| Line 14: | Line 15: | ||
xmlui.force.ssl = true | xmlui.force.ssl = true | ||
</pre> | </pre> | ||
| + | ===Step 4.2 - Rebuild DSpace=== | ||
| + | And then finally, [[SUNScholar/Rebuild_DSpace|rebuild DSpace]] and test. | ||
| + | [[Category:System Administration]] | ||
Latest revision as of 11:51, 28 May 2016
BACK TO RESEARCHER AUTHORISATION
Step 4 - Configure XMLUI logins
Step 4.1 - Modify dspace.cfg
Edit the following file:
nano $HOME/source/dspace/config/dspace.cfg
Search for xmlui.force.ssl and remove the hash (#) comment to ensure XMLUI secure logins are enabled.
See example below.
# Force all authenticated connections to use SSL, only non-authenticated # connections are allowed over plain http. If set to true, then you need to # ensure that the 'dspace.hostname' parameter is set to the correctly. xmlui.force.ssl = true
Step 4.2 - Rebuild DSpace
And then finally, rebuild DSpace and test.