safire-ac-za / simplesamlphp-module-genuniqueid
SimpleSAMLphp module to generate an eduPersonUniqueId attribute from various LDAP implementations' objectGUID
Installs: 88
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:simplesamlphp-module
Requires
- php: ^8.0
- simplesamlphp/assert: ^0.8.0 || ^1.0.0
Requires (Dev)
- simplesamlphp/simplesamlphp: >=2.0.0 <2.3.0
- simplesamlphp/simplesamlphp-test-framework: ^1.5.1
This package is auto-updated.
Last update: 2024-11-05 07:03:02 UTC
README
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.