From e71840b1ffb9cb1cb10bf45738c24f8802af7462 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 9 Dec 2025 14:51:31 +0100 Subject: [PATCH] www/web-proxy-sso: switch to ummaintained instead of obsolete for now PR: https://github.com/opnsense/plugins/commit/6450cbcaca3 --- README.md | 2 +- www/web-proxy-sso/Makefile | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b982193b0..d31a31dd4 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ www/cache -- Webserver cache www/caddy -- Modern Reverse Proxy with Automatic HTTPS, Dynamic DNS and Layer4 Routing www/nginx -- Nginx HTTP server and reverse proxy www/squid -- Squid is a caching proxy for the web (not maintained) -www/web-proxy-sso -- Kerberos authentication module (pending removal) +www/web-proxy-sso -- Kerberos authentication module (not maintained) ``` A brief description of how to use the plugins repository diff --git a/www/web-proxy-sso/Makefile b/www/web-proxy-sso/Makefile index f09fdd203..e62e084a4 100644 --- a/www/web-proxy-sso/Makefile +++ b/www/web-proxy-sso/Makefile @@ -3,8 +3,6 @@ PLUGIN_VERSION= 2.2 PLUGIN_REVISION= 3 PLUGIN_COMMENT= Kerberos authentication module PLUGIN_DEPENDS= msktutil cyrus-sasl-gssapi -PLUGIN_OBSOLETE= yes -PLUGIN_MAINTAINER= evbevz@gmail.com PLUGIN_WWW= https://smart-soft.ru .include "../../Mk/plugins.mk"