safire-ac-za/simplesamlphp-module-genuniqueid

SimpleSAMLphp module to generate an eduPersonUniqueId attribute from various LDAP implementations' objectGUID

v2.0.1 2023-11-07 07:03 UTC

This package is auto-updated.

Last update: 2024-04-17 07:54:10 UTC


README

Build Status Coverage Status

Generate an eduPersonUniqueId attribute from various LDAP implementations' objectGUID

Installation

Once you have installed SimpleSAMLphp, installing this module is very simple. Just execute the following command in the root of your SimpleSAMLphp installation:

composer.phar require safire-ac-za/simplesamlphp-module-genuniqueid:dev-master

where dev-master instructs Composer to install the master (development) branch from the Git repository. See the releases available if you want to use a stable version of the module.

Documentation

See docs/authproc_genuniqueid.md.