Skip to content

Commit

Permalink
Transfer to TENET repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghalse committed Mar 18, 2021
1 parent 5f286af commit b69c51a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2018, SAFIRE - South African Identity Federation
Copyright (c) 2018, Tertiary Education and Research Network of South Africa

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
@@ -1,7 +1,7 @@
genuniqueid:GenerateUniqueId
============================
[![Build Status](https://travis-ci.org/safire-ac-za/simplesamlphp-module-genuniqueid.svg?branch=master)](https://travis-ci.org/safire-ac-za/simplesamlphp-module-genuniqueid)
[![Coverage Status](https://img.shields.io/coveralls/safire-ac-za/simplesamlphp-module-genuniqueid.svg)](https://coveralls.io/r/safire-ac-za/simplesamlphp-module-genuniqueid)
[![Build Status](https://travis-ci.org/tenet-ac-za/simplesamlphp-module-genuniqueid.svg?branch=master)](https://travis-ci.org/tenet-ac-za/simplesamlphp-module-genuniqueid)
[![Coverage Status](https://img.shields.io/coveralls/tenet-ac-za/simplesamlphp-module-genuniqueid.svg)](https://coveralls.io/r/tenet-ac-za/simplesamlphp-module-genuniqueid)

Generate an eduPersonUniqueId attribute from various LDAP implementations' objectGUID

Expand All @@ -18,10 +18,10 @@ 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](https://github.com/safire-ac-za/simplesamlphp-module-genuniqueid/releases)
[releases](https://github.com/tenet-ac-za/simplesamlphp-module-genuniqueid/releases)
available if you want to use a stable version of the module.

Documentation
-------------

See [docs/authproc_genuniqueid.md](https://github.com/safire-ac-za/simplesamlphp-module-genuniqueid/blob/master/docs/authproc_genuniqueid.md).
See [docs/authproc_genuniqueid.md](https://github.com/tenet-ac-za/simplesamlphp-module-genuniqueid/blob/master/docs/authproc_genuniqueid.md).
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -29,7 +29,7 @@
}
},
"support": {
"issues": "https://github.com/safire-ac-za/simplesamlphp-module-genuniqueid/issues",
"source": "https://github.com/safire-ac-za/simplesamlphp-module-genuniqueid"
"issues": "https://github.com/tenet-ac-za/simplesamlphp-module-genuniqueid/issues",
"source": "https://github.com/tenet-ac-za/simplesamlphp-module-genuniqueid"
}
}
2 changes: 1 addition & 1 deletion lib/Auth/Process/GenerateUniqueId.php
Expand Up @@ -6,7 +6,7 @@
* Generate an eduPersonUniqueId attribute from various LDAP implementations' objectGUID
*
* @author Guy Halse, http://orcid.org/0000-0002-9388-8592
* @copyright Copyright (c) 2019, SAFIRE - South African Identity Federation
* @copyright Copyright (c) 2019, Tertiary Education and Research Network of South Africa
* @package SimpleSAMLphp
*/

Expand Down

0 comments on commit b69c51a

Please sign in to comment.