www/web-proxy-sso: switch to ummaintained instead of obsolete for now

PR: https://github.com/opnsense/plugins/commit/6450cbcaca3
This commit is contained in:
Franco Fichtner 2025-12-09 14:51:31 +01:00
parent ec2181d8a3
commit e71840b1ff
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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"