Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - domg

#1
Hi,

I'd like to a add a new authentication mode (SSO Proxy AD) in Proxy if my plugin is enabled by default only 'Local database' is available. I only want to select this new mode to add the correct code in squid.conf with template.

How can I do this?
TIA
#2
Hi,

I started to create a plugin to permit SSO authentification from proxy, so far I can get and set configuration and join the domain with kinit/msktutil.
How can I add a new authentification in proxy to add this code
auth_param negotiate program "/usr/local/libexec/squid/negotiate_kerberos_auth
auth_param negotiate children 10
auth_param negotiate keep_alive on
acl password proxy_auth REQUIRED

and in /etc/rc.conf.d/squid
squid_krb5_ktname="/usr/local/etc/proxy.keytab"

https://github.com/gitdevmod/plugins

Thanks in advance
#3
General Discussion / Proxy with blacklists
June 04, 2015, 01:54:11 PM
Hi,

I'm following the proxy services in OPNsense and a great feature would be squidGuard with blacklists. Is this planned in future release ?

Thanks for your project  :)