forked from bbockelm/pam_oauth2_device
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from brianhlin/INF-748.configurable-name-claim
Add configurable name claim (INF-748)
- Loading branch information
Showing
9 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# pam_oauth2_device version | ||
%define _version 0.1 | ||
%define _version 0.1.3.chtc | ||
%define _lib /lib64 | ||
|
||
|
||
|
@@ -53,10 +53,16 @@ cp config_template.json ${RPM_BUILD_ROOT}%{_sysconfdir}/pam_oauth2_device/config | |
%files | ||
%doc LICENSE README.md | ||
%{_lib}/security/pam_oauth2_device.so | ||
%{_sysconfdir}/pam_oauth2_device/config.json | ||
%config(noreplace) %{_sysconfdir}/pam_oauth2_device/config.json | ||
|
||
|
||
%changelog | ||
* Mon Aug 7 2023 Brian Lin <[email protected]> - 0.1.3.chtc | ||
- Allow the name claim to be configurable (INF-748) | ||
|
||
* Mon Aug 2 2021 Brian Bockelman <[email protected]> - 0.1.2.chtc | ||
- Add support for the device code flow for test.cilogon.org | ||
|
||
* Thu Aug 13 2020 Will Furnell <[email protected]> - 0.1 | ||
- Revamped completely for STFC use | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters