Hi Tom et al., I've attached a small patch for a basic kerberos macro.
There are other kerberos related ports which could theoretically become macros, but since there are such a wide variety, and this is the most common one, I figured it made sense to just include this for now. Should apply easily :) Cheers, James
From 1a70c180fb6ba75089d0153739da2feefdb26300 Mon Sep 17 00:00:00 2001 From: James Shubin <[email protected]> Date: Sat, 8 Jun 2013 02:29:02 -0400 Subject: [PATCH] Added simple Kerberos macro. --- Shorewall/Macros/macro.Kerberos | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Shorewall/Macros/macro.Kerberos diff --git a/Shorewall/Macros/macro.Kerberos b/Shorewall/Macros/macro.Kerberos new file mode 100644 index 0000000..7355bf1 --- /dev/null +++ b/Shorewall/Macros/macro.Kerberos @@ -0,0 +1,12 @@ +# +# Shorewall version 4 - Kerberos Macro +# +# /usr/share/shorewall/macro.Kerberos +# +# This macro handles Kerberos traffic. +# +############################################################################### +#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/ +# PORT(S) PORT(S) LIMIT GROUP +PARAM - - tcp 88 +PARAM - - udp 88 -- 1.8.1.4
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________ Shorewall-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-devel
