From 221ce8d2e414c95d6277baf4d1e6ebc644ee0b7c Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Wed, 27 Sep 2017 15:52:06 +0200 Subject: Remove conf-from-container, update git ignore --- .../conf/authn/authn-comparison.xml | 77 ---------- .../conf/authn/authn-events-flow.xml | 18 --- .../conf/authn/duo-authn-config.xml | 25 ---- conf-from-container/conf/authn/duo.properties | 9 -- .../conf/authn/external-authn-config.xml | 70 --------- conf-from-container/conf/authn/general-authn.xml | 156 --------------------- .../conf/authn/ipaddress-authn-config.xml | 37 ----- .../conf/authn/jaas-authn-config.xml | 27 ---- conf-from-container/conf/authn/jaas.config | 11 -- .../conf/authn/krb5-authn-config.xml | 31 ---- .../conf/authn/ldap-authn-config.xml | 135 ------------------ .../conf/authn/mfa-authn-config.xml | 94 ------------- .../conf/authn/password-authn-config.xml | 121 ---------------- .../conf/authn/remoteuser-authn-config.xml | 75 ---------- .../authn/remoteuser-internal-authn-config.xml | 63 --------- .../conf/authn/spnego-authn-config.xml | 74 ---------- .../conf/authn/x509-authn-config.xml | 44 ------ .../conf/authn/x509-internal-authn-config.xml | 21 --- 18 files changed, 1088 deletions(-) delete mode 100644 conf-from-container/conf/authn/authn-comparison.xml delete mode 100644 conf-from-container/conf/authn/authn-events-flow.xml delete mode 100644 conf-from-container/conf/authn/duo-authn-config.xml delete mode 100644 conf-from-container/conf/authn/duo.properties delete mode 100644 conf-from-container/conf/authn/external-authn-config.xml delete mode 100644 conf-from-container/conf/authn/general-authn.xml delete mode 100644 conf-from-container/conf/authn/ipaddress-authn-config.xml delete mode 100644 conf-from-container/conf/authn/jaas-authn-config.xml delete mode 100644 conf-from-container/conf/authn/jaas.config delete mode 100644 conf-from-container/conf/authn/krb5-authn-config.xml delete mode 100644 conf-from-container/conf/authn/ldap-authn-config.xml delete mode 100644 conf-from-container/conf/authn/mfa-authn-config.xml delete mode 100644 conf-from-container/conf/authn/password-authn-config.xml delete mode 100644 conf-from-container/conf/authn/remoteuser-authn-config.xml delete mode 100644 conf-from-container/conf/authn/remoteuser-internal-authn-config.xml delete mode 100644 conf-from-container/conf/authn/spnego-authn-config.xml delete mode 100644 conf-from-container/conf/authn/x509-authn-config.xml delete mode 100644 conf-from-container/conf/authn/x509-internal-authn-config.xml (limited to 'conf-from-container/conf/authn') diff --git a/conf-from-container/conf/authn/authn-comparison.xml b/conf-from-container/conf/authn/authn-comparison.xml deleted file mode 100644 index f167b7a..0000000 --- a/conf-from-container/conf/authn/authn-comparison.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified - - - diff --git a/conf-from-container/conf/authn/authn-events-flow.xml b/conf-from-container/conf/authn/authn-events-flow.xml deleted file mode 100644 index 244e1db..0000000 --- a/conf-from-container/conf/authn/authn-events-flow.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - diff --git a/conf-from-container/conf/authn/duo-authn-config.xml b/conf-from-container/conf/authn/duo-authn-config.xml deleted file mode 100644 index 0a48152..0000000 --- a/conf-from-container/conf/authn/duo-authn-config.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - diff --git a/conf-from-container/conf/authn/duo.properties b/conf-from-container/conf/authn/duo.properties deleted file mode 100644 index 2ca71ee..0000000 --- a/conf-from-container/conf/authn/duo.properties +++ /dev/null @@ -1,9 +0,0 @@ -# Duo integration settings - -# Note: If upgrading from pre-3.3 IdP versions, you will need to manually add a pointer -# to this property file to idp.properties. - -idp.duo.apiHost = hostname -idp.duo.applicationKey = key -idp.duo.integrationKey = key -idp.duo.secretKey = key diff --git a/conf-from-container/conf/authn/external-authn-config.xml b/conf-from-container/conf/authn/external-authn-config.xml deleted file mode 100644 index 8b3a159..0000000 --- a/conf-from-container/conf/authn/external-authn-config.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - - - - - - UnknownUsername - - - - - InvalidPassword - - - - - ExpiredPassword - - - - - ExpiringPassword - - - - - diff --git a/conf-from-container/conf/authn/general-authn.xml b/conf-from-container/conf/authn/general-authn.xml deleted file mode 100644 index ac55bbb..0000000 --- a/conf-from-container/conf/authn/general-authn.xml +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - diff --git a/conf-from-container/conf/authn/ipaddress-authn-config.xml b/conf-from-container/conf/authn/ipaddress-authn-config.xml deleted file mode 100644 index a3ee096..0000000 --- a/conf-from-container/conf/authn/ipaddress-authn-config.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/conf-from-container/conf/authn/jaas-authn-config.xml b/conf-from-container/conf/authn/jaas-authn-config.xml deleted file mode 100644 index daef4d2..0000000 --- a/conf-from-container/conf/authn/jaas-authn-config.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - ShibUserPassAuth - - - - - diff --git a/conf-from-container/conf/authn/jaas.config b/conf-from-container/conf/authn/jaas.config deleted file mode 100644 index 232e93d..0000000 --- a/conf-from-container/conf/authn/jaas.config +++ /dev/null @@ -1,11 +0,0 @@ -ShibUserPassAuth { - /* - com.sun.security.auth.module.Krb5LoginModule required; - */ - - org.ldaptive.jaas.LdapLoginModule required - ldapUrl="ldap://localhost:10389" - baseDn="ou=people,dc=example,dc=org" - userFilter="uid={user}"; - -}; \ No newline at end of file diff --git a/conf-from-container/conf/authn/krb5-authn-config.xml b/conf-from-container/conf/authn/krb5-authn-config.xml deleted file mode 100644 index d3590a2..0000000 --- a/conf-from-container/conf/authn/krb5-authn-config.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - diff --git a/conf-from-container/conf/authn/ldap-authn-config.xml b/conf-from-container/conf/authn/ldap-authn-config.xml deleted file mode 100644 index 56d1bc7..0000000 --- a/conf-from-container/conf/authn/ldap-authn-config.xml +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/conf-from-container/conf/authn/mfa-authn-config.xml b/conf-from-container/conf/authn/mfa-authn-config.xml deleted file mode 100644 index c47c901..0000000 --- a/conf-from-container/conf/authn/mfa-authn-config.xml +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/conf-from-container/conf/authn/password-authn-config.xml b/conf-from-container/conf/authn/password-authn-config.xml deleted file mode 100644 index f27051b..0000000 --- a/conf-from-container/conf/authn/password-authn-config.xml +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NoCredentials - CLIENT_NOT_FOUND - Client not found - DN_RESOLUTION_FAILURE - - - - - InvalidCredentials - PREAUTH_FAILED - INVALID_CREDENTIALS - Checksum failed - - - - - AccountLocked - Clients credentials have been revoked - - - - - PASSWORD_EXPIRED - - - - - ACCOUNT_WARNING - - - - - - - - diff --git a/conf-from-container/conf/authn/remoteuser-authn-config.xml b/conf-from-container/conf/authn/remoteuser-authn-config.xml deleted file mode 100644 index 4b7e722..0000000 --- a/conf-from-container/conf/authn/remoteuser-authn-config.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - - - - - - NoCredentials - - - - - UnknownUsername - - - - - InvalidPassword - - - - - ExpiredPassword - - - - - ExpiringPassword - - - - - diff --git a/conf-from-container/conf/authn/remoteuser-internal-authn-config.xml b/conf-from-container/conf/authn/remoteuser-internal-authn-config.xml deleted file mode 100644 index 9e68c85..0000000 --- a/conf-from-container/conf/authn/remoteuser-internal-authn-config.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/conf-from-container/conf/authn/spnego-authn-config.xml b/conf-from-container/conf/authn/spnego-authn-config.xml deleted file mode 100644 index 07563b9..0000000 --- a/conf-from-container/conf/authn/spnego-authn-config.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SPNEGONotAvailable - - - - - NTLMUnsupported - - - - - diff --git a/conf-from-container/conf/authn/x509-authn-config.xml b/conf-from-container/conf/authn/x509-authn-config.xml deleted file mode 100644 index 18b015a..0000000 --- a/conf-from-container/conf/authn/x509-authn-config.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - NoCredentials - InvalidCredentials - - - - - diff --git a/conf-from-container/conf/authn/x509-internal-authn-config.xml b/conf-from-container/conf/authn/x509-internal-authn-config.xml deleted file mode 100644 index bad3029..0000000 --- a/conf-from-container/conf/authn/x509-internal-authn-config.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -- cgit v1.1