mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 04:04:10 +01:00
d8a471e7b9
and paths in the header comments, since they're just as likely to be wrong as not. Changed all service names to port numbers. eDonkey is a big one - i wonder whether it isn't too variable for us to consider providing a default rule. git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2395 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
13 lines
474 B
Plaintext
13 lines
474 B
Plaintext
#
|
|
# Shorewall action.AllowLDAP
|
|
#
|
|
# This action accepts LDAP traffic.
|
|
#
|
|
################################################################################
|
|
#TARGET SOURCE DEST PROTO DEST SOURCE RATE
|
|
# PORT PORT(S) LIMIT
|
|
ACCEPT - - tcp 389
|
|
# This is LDAPS - should it be included?
|
|
#ACCEPT - - tcp 636
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|