From c8bce84a7a3325cdc95b7a39de3b00b2f8320b85 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:05:18 +0200 Subject: [PATCH] Revert "misc: remove auth2_ssl entrypoint (#35418)" This reverts commit e9897ce3a2234513b276591f9767c5ce9754cbd5. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7e440ad5c..81289e713 100755 --- a/setup.py +++ b/setup.py @@ -169,6 +169,7 @@ 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',