ipa: make sure we open ports 88 and 464 UDP
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e5a5ba6a86
commit
56cbb0beb8
2 changed files with 3 additions and 1 deletions
|
@ -5,9 +5,10 @@ mem_size: 6144
|
|||
num_cpus: 2
|
||||
|
||||
tcp_ports: [ 80, 88, 389, 443, 464, 636 ]
|
||||
udp_ports: [ 88, 464 ]
|
||||
|
||||
custom_rules: [
|
||||
'-A INPUT -p udp -m udp -s 10.5.0.0/16 --dport 53 -j ACCEPT'
|
||||
'-A INPUT -p udp -m udp -s 10.3.0.0/16 --dport 53 -j ACCEPT'
|
||||
]
|
||||
|
||||
primary_auth_source: ipa
|
||||
|
|
|
@ -5,6 +5,7 @@ mem_size: 6144
|
|||
num_cpus: 2
|
||||
|
||||
tcp_ports: [ 80, 88, 389, 443, 464, 636 ]
|
||||
udp_ports: [ 88, 464 ]
|
||||
|
||||
ipa_host_group: ipa
|
||||
ipa_host_group_desc: IPA service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue