[java-idp-plugin-totp] branch main updated: Mark shell script executable.

Scott Cantor cantor.2 at osu.edu
Fri Feb 5 01:21:18 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-idp-plugin-totp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=694f04e2978d0e7f7800ad6dab8456f5d0bf10ab

The following commit(s) were added to refs/heads/main by this push:
       new  694f04e   Mark shell script executable.
694f04e is described below

commit 694f04e2978d0e7f7800ad6dab8456f5d0bf10ab
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 4 20:21:15 2021 -0500

    Mark shell script executable.
---
 .../resources/net/shibboleth/idp/plugin/authn/totp/module.properties     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/module.properties b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/module.properties
index fa8a031..048ad5e 100644
--- a/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/module.properties
+++ b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/module.properties
@@ -15,6 +15,7 @@ idp.authn.TOTP.1.replace = true
 idp.authn.TOTP.2.src = /net/shibboleth/idp/plugin/authn/totp/bin/totpauth.sh
 idp.authn.TOTP.2.dest = bin/totpauth.sh
 idp.authn.TOTP.2.replace = true
+idp.authn.TOTP.2.exec = true
 idp.authn.TOTP.3.src = /net/shibboleth/idp/plugin/authn/totp/views/totp.vm
 idp.authn.TOTP.3.dest = views/totp.vm
 idp.authn.TOTP.4.src = /net/shibboleth/idp/plugin/authn/totp/views/totp-error.vm

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list