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"