mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
01c45b8897
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9487 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
18 lines
699 B
Plaintext
18 lines
699 B
Plaintext
#
|
|
# Shorewall version 4 - LDAPS Macro
|
|
#
|
|
# /usr/share/shorewall/macro.LDAPS
|
|
#
|
|
# This macro handles encrypted LDAP traffic. For plaintext LDAP
|
|
# traffic, see macro.LDAP. Use of LDAPS is recommended (and is
|
|
# required by some directory services) if you want to do user
|
|
# authentication over LDAP. Note that some LDAP implementations
|
|
# support initiating TLS connections via the plaintext LDAP port.
|
|
# Consult your LDAP server documentation for details.
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
|
|
# PORT(S) PORT(S) LIMIT GROUP
|
|
PARAM - - tcp 636
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|