[java-idp-plugin-totp] branch main updated: Fix class name in shell scripts, and remove conditional import.

Scott Cantor cantor.2 at osu.edu
Wed Feb 3 19:47:55 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=dd513d0266a7d7a74e1e44f7fefc88e647bca4c8

The following commit(s) were added to refs/heads/main by this push:
       new  dd513d0   Fix class name in shell scripts, and remove conditional import.
dd513d0 is described below

commit dd513d0266a7d7a74e1e44f7fefc88e647bca4c8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Feb 3 14:47:52 2021 -0500

    Fix class name in shell scripts, and remove conditional import.
---
 .../META-INF/net/shibboleth/idp/flows/authn/TOTP/TOTP-beans.xml         | 2 --
 .../resources/net/shibboleth/idp/plugin/authn/totp/bin/totpauth.bat     | 2 +-
 .../main/resources/net/shibboleth/idp/plugin/authn/totp/bin/totpauth.sh | 2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/totp-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/TOTP/TOTP-beans.xml b/totp-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/TOTP/TOTP-beans.xml
index 6729bbf..c1a0469 100644
--- a/totp-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/TOTP/TOTP-beans.xml
+++ b/totp-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/TOTP/TOTP-beans.xml
@@ -18,8 +18,6 @@
     <bean class="net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor" />
     <bean class="net.shibboleth.idp.profile.impl.ProfileActionBeanPostProcessor" />
 
-    <import resource="conditional:%{idp.home}/conf/authn/totp-authn-config.xml" />
-
     <import resource="TOTP-authenticator.xml" />
 
     <bean id="messageSource" class="org.springframework.context.support.ReloadableResourceBundleMessageSource"
diff --git a/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/bin/totpauth.bat b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/bin/totpauth.bat
index 0bd9095..4974718 100644
--- a/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/bin/totpauth.bat
+++ b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/bin/totpauth.bat
@@ -1,4 +1,4 @@
 @echo off
 setlocal
 
-"%~dp0\runclass.bat" net.shibboleth.idp.plugin.totp.impl.TOTPAuthenticatorCLI classpath:/META-INF/net/shibboleth/idp/flows/authn/TOTP/TOTP-authenticator.xml %*
+"%~dp0\runclass.bat" net.shibboleth.idp.plugin.authn.totp.impl.TOTPAuthenticatorCLI classpath:/META-INF/net/shibboleth/idp/flows/authn/TOTP/TOTP-authenticator.xml %*
diff --git a/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/bin/totpauth.sh b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/bin/totpauth.sh
index cf1c8df..6597d93 100755
--- a/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/bin/totpauth.sh
+++ b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/bin/totpauth.sh
@@ -4,4 +4,4 @@ declare LOCATION
 
 LOCATION=$(dirname $0)
 
-$LOCATION/runclass.sh net.shibboleth.idp.plugin.totp.impl.TOTPAuthenticatorCLI classpath:/META-INF/net/shibboleth/idp/flows/authn/TOTP/TOTP-authenticator.xml "$@"
\ No newline at end of file
+$LOCATION/runclass.sh net.shibboleth.idp.plugin.authn.totp.impl.TOTPAuthenticatorCLI classpath:/META-INF/net/shibboleth/idp/flows/authn/TOTP/TOTP-authenticator.xml "$@"
\ No newline at end of file

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


More information about the commits mailing list