From 900c8dab0fa0309c97250113039da3686a314dd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 19 Aug 2019 17:37:11 +0200 Subject: [PATCH] Revert "Revert "misc: remove auth2_ssl entrypoint (#35418)"" This reverts commit c8bce84a7a3325cdc95b7a39de3b00b2f8320b85. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 81289e713..7e440ad5c 100755 --- a/setup.py +++ b/setup.py @@ -169,7 +169,6 @@ setup(name="authentic2", }, entry_points={ 'authentic2.plugin': [ - 'authentic2-auth-ssl = authentic2.auth2_auth.auth2_ssl:Plugin', 'authentic2-auth-saml = authentic2_auth_saml:Plugin', 'authentic2-auth-oidc = authentic2_auth_oidc:Plugin', 'authentic2-idp-saml2 = authentic2.idp.saml:Plugin',