SUNScholar/Researcher Authorisation

From Libopedia
Jump to navigation Jump to search
Back to Customisation

Introduction

Digital assets must only be managed by users authorised to do so.

DSpace can authenticate using ePerson accounts or using LDAP server accounts.

This wiki page describes the method of setting up DSpace to use an institutional LDAP server for user provisioning.

After that is done, it is then up to the repository manager to define privileges for individuals on the repository.

See: http://en.wikipedia.org/wiki/Ldap for more info.

Please note: For LDAP to work correctly then ALL the user credentials MUST be in ONE LDAP server or replicated using ONE directory tree structure.

Requirements

Secure network connections

Setup secure internet/network connections before doing LDAP connections.

Campus LDAP server

Ask the campus IT LDAP system administrators to give you the following details of the campus LDAP servers.

  • hostnames
  • canonical context
  • object context
  • search context
List of open source LDAP server products.

If you do not have an LDAP server on campus, then check the links below and consider starting one.

How to sync with a Microsoft Active Directory

If you want to sync with an existing Microsoft AD server, then check the links below.

Configuration

Step 1 - Local LDAP configuration

Step 2 - DSpace configuration

Step 3 - Update XMLUI

Step 4 - Configure XMLUI

Step 5 - Rebuild DSpace

Other Access Methods

IP Address Access

Shibboleth

X509 Certificate

References