shorewall_code/Shorewall/action.AllowLDAP

13 lines
474 B
Plaintext
Raw Normal View History

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