File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ owner: University of Bonn
33start_year : 2022
44substring : This file is part of
55template : |-
6- {comment_start} This file is part of the Indico plugin indico-sso-group-mapping.
6+ {comment_start} This file is part of the Indico plugin indico-plugin- sso-group-mapping.
77 {comment_middle} Copyright (C) {dates} {owner}
88 {comment_middle}
9- {comment_middle} The Indico plugin indico-sso-group-mapping is free software; you can
9+ {comment_middle} The Indico plugin indico-plugin- sso-group-mapping is free software; you can
1010 {comment_middle} redistribute it and/or modify it under the terms of the MIT License;
1111 {comment_middle} see the LICENSE file for more details.
1212 {comment_end}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ An [Indico](https://getindico.io/) plugin to map SSO groups to local Indico grou
55## Installation
66You can install the plugin directly from PyPI:
77```
8- pip install indico-sso-group-mapping
8+ pip install indico-plugin- sso-group-mapping
99```
1010After installation, activate the plugin via adding it to the ` PLUGINS ` variable in ` indico.conf ` :
1111```
@@ -36,9 +36,9 @@ Days after which logins are considered too old and users are removed from group
3636
3737(only shown if daily cleanup is enabled)
3838
39- [ ci-badge ] : https://github.com/unibonn/indico-sso-group-mapping/actions/workflows/ci.yml/badge.svg
40- [ ci-link ] : https://github.com/unibonn/indico-sso-group-mapping/actions/workflows/ci.yml
39+ [ ci-badge ] : https://github.com/unibonn/indico-plugin- sso-group-mapping/actions/workflows/ci.yml/badge.svg
40+ [ ci-link ] : https://github.com/unibonn/indico-plugin- sso-group-mapping/actions/workflows/ci.yml
4141[ license-link ] : https://github.com/indico/indico-plugins/blob/master/LICENSE
4242[ license-badge ] : https://img.shields.io/github/license/indico/indico.svg
43- [ pypi-badge ] : https://img.shields.io/pypi/v/indico-sso-group-mapping.svg
44- [ pypi-link ] : https://pypi.org/project/indico-sso-group-mapping/
43+ [ pypi-badge ] : https://img.shields.io/pypi/v/indico-plugin- sso-group-mapping.svg
44+ [ pypi-link ] : https://pypi.org/project/indico-plugin- sso-group-mapping/
Original file line number Diff line number Diff line change 1- # This file is part of the Indico plugin indico-sso-group-mapping.
1+ # This file is part of the Indico plugin indico-plugin- sso-group-mapping.
22# Copyright (C) 2022 - 2026 University of Bonn
33#
4- # The Indico plugin indico-sso-group-mapping is free software; you can
4+ # The Indico plugin indico-plugin- sso-group-mapping is free software; you can
55# redistribute it and/or modify it under the terms of the MIT License;
66# see the LICENSE file for more details.
77
Original file line number Diff line number Diff line change 1- # This file is part of the Indico plugin indico-sso-group-mapping.
1+ # This file is part of the Indico plugin indico-plugin- sso-group-mapping.
22# Copyright (C) 2022 - 2026 University of Bonn
33#
4- # The Indico plugin indico-sso-group-mapping is free software; you can
4+ # The Indico plugin indico-plugin- sso-group-mapping is free software; you can
55# redistribute it and/or modify it under the terms of the MIT License;
66# see the LICENSE file for more details.
77
Original file line number Diff line number Diff line change 1- # This file is part of the Indico plugin indico-sso-group-mapping.
1+ # This file is part of the Indico plugin indico-plugin- sso-group-mapping.
22# Copyright (C) 2022 - 2026 University of Bonn
33#
4- # The Indico plugin indico-sso-group-mapping is free software; you can
4+ # The Indico plugin indico-plugin- sso-group-mapping is free software; you can
55# redistribute it and/or modify it under the terms of the MIT License;
66# see the LICENSE file for more details.
77
Original file line number Diff line number Diff line change 1- # This file is part of the Indico plugin indico-sso-group-mapping.
1+ # This file is part of the Indico plugin indico-plugin- sso-group-mapping.
22# Copyright (C) 2022 - 2026 University of Bonn
33#
4- # The Indico plugin indico-sso-group-mapping is free software; you can
4+ # The Indico plugin indico-plugin- sso-group-mapping is free software; you can
55# redistribute it and/or modify it under the terms of the MIT License;
66# see the LICENSE file for more details.
77
Original file line number Diff line number Diff line change 1- # This file is part of the Indico plugin indico-sso-group-mapping.
1+ # This file is part of the Indico plugin indico-plugin- sso-group-mapping.
22# Copyright (C) 2022 - 2026 University of Bonn
33#
4- # The Indico plugin indico-sso-group-mapping is free software; you can
4+ # The Indico plugin indico-plugin- sso-group-mapping is free software; you can
55# redistribute it and/or modify it under the terms of the MIT License;
66# see the LICENSE file for more details.
77
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # This file is part of the Indico plugin indico-sso-group-mapping.
2+ # This file is part of the Indico plugin indico-plugin- sso-group-mapping.
33# Copyright (C) 2022 - 2026 University of Bonn
44#
5- # The Indico plugin indico-sso-group-mapping is free software; you can
5+ # The Indico plugin indico-plugin- sso-group-mapping is free software; you can
66# redistribute it and/or modify it under the terms of the MIT License;
77# see the LICENSE file for more details.
88
Original file line number Diff line number Diff line change 22 "name" : " plugins" ,
33 "private" : true ,
44 "version" : " 1.0.0" ,
5- "repository" : " https://github.com/unibonn/indico-sso-group-mapping" ,
5+ "repository" : " https://github.com/unibonn/indico-plugin- sso-group-mapping" ,
66 "author" : " University of Bonn" ,
77 "devDependencies" : {
88 "@babel/eslint-parser" : " ^7.18.2" ,
Original file line number Diff line number Diff line change 44name = ' indico-plugin-sso-group-mapping'
55description = ' SSO group mapping plugin for Indico'
66readme = ' README.md'
7- version = ' 1.0.3 '
7+ version = ' 1.0.4 '
88license = ' MIT'
99authors = [{ name = ' University of Bonn' }]
1010classifiers = [
You can’t perform that action at this time.
0 commit comments