diff --git a/findbugs-excludes.xml b/findbugs-excludes.xml index e9696ed..029256e 100644 --- a/findbugs-excludes.xml +++ b/findbugs-excludes.xml @@ -7,7 +7,7 @@ --> - + diff --git a/src/main/java/net/christopherschultz/mirth/plugins/auth/ldap/Constants.java b/src/main/java/org/openintegrationengine/engine/plugins/auth/ldap/Constants.java similarity index 93% rename from src/main/java/net/christopherschultz/mirth/plugins/auth/ldap/Constants.java rename to src/main/java/org/openintegrationengine/engine/plugins/auth/ldap/Constants.java index 378a302..87c20c6 100644 --- a/src/main/java/net/christopherschultz/mirth/plugins/auth/ldap/Constants.java +++ b/src/main/java/org/openintegrationengine/engine/plugins/auth/ldap/Constants.java @@ -1,4 +1,4 @@ -package net.christopherschultz.mirth.plugins.auth.ldap; +package org.openintegrationengine.engine.plugins.auth.ldap; public interface Constants { @@ -13,4 +13,4 @@ public interface Constants public static final String LDAP_USERNAME_MAP = "ldap.username-map"; public static final String LDAP_USERNAME_TEMPLATE = "ldap.username-template"; public static final String LDAP_NON_LDAP_USERNAMES = "ldap.non-ldap-usernames"; -} \ No newline at end of file +} diff --git a/src/main/java/net/christopherschultz/mirth/plugins/auth/ldap/LDAPAuthenticatorPlugin.java b/src/main/java/org/openintegrationengine/engine/plugins/auth/ldap/LDAPAuthenticatorPlugin.java similarity index 99% rename from src/main/java/net/christopherschultz/mirth/plugins/auth/ldap/LDAPAuthenticatorPlugin.java rename to src/main/java/org/openintegrationengine/engine/plugins/auth/ldap/LDAPAuthenticatorPlugin.java index f268389..721341b 100644 --- a/src/main/java/net/christopherschultz/mirth/plugins/auth/ldap/LDAPAuthenticatorPlugin.java +++ b/src/main/java/org/openintegrationengine/engine/plugins/auth/ldap/LDAPAuthenticatorPlugin.java @@ -1,4 +1,4 @@ -package net.christopherschultz.mirth.plugins.auth.ldap; +package org.openintegrationengine.engine.plugins.auth.ldap; import java.io.IOException; import java.io.InputStream; diff --git a/src/main/resources/plugin.xml b/src/main/resources/plugin.xml index 6e28cfc..940d629 100644 --- a/src/main/resources/plugin.xml +++ b/src/main/resources/plugin.xml @@ -2,16 +2,16 @@ LDAP Authenticator Christopher Schultz 0.1 - 4.5.0, 4.4.2, 4.4.1, 4.4.0, 4.3.0, 4.1.1, 4.1.0, 4.0.0, 3.12.0, 3.11.0, 3.10.1, 3.10.0, 3.9.0, 3.8.1, 3.8.0 - https://github.com/ChristopherSchultz/mirth-plugins/tree/master/ldap-auth + 4.5.2, 4.5.0, 4.4.2, 4.4.1, 4.4.0, 4.3.0, 4.1.1, 4.1.0, 4.0.0, 3.12.0, 3.11.0, 3.10.1, 3.10.0, 3.9.0, 3.8.1, 3.8.0 + https://github.com/OpenIntegrationEngine/ldap-auth Authenticates against an LDAP server. - net.christopherschultz.mirth.plugins.auth.ldap.LDAPAuthenticatorPlugin + org.openintegrationengine.engine.plugins.auth.ldap.LDAPAuthenticatorPlugin