Skip to content

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

License

Notifications You must be signed in to change notification settings

tenet-ac-za/simplesamlphp-module-genuniqueid

Repository files navigation

genuniqueid:GenerateUniqueId

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.