Skip to content

Commit

Permalink
New service freeip-trust (RHBZ#1411650)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-woerner committed Feb 9, 2017
1 parent 2b092ea commit a170e8f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/Makefile.am
Expand Up @@ -141,6 +141,7 @@ CONFIG_FILES = \
services/freeipa-ldaps.xml \
services/freeipa-ldap.xml \
services/freeipa-replication.xml \
services/freeipa-trust.xml \
services/ftp.xml \
services/ganglia-client.xml \
services/ganglia-master.xml \
Expand Down
14 changes: 14 additions & 0 deletions config/services/freeipa-trust.xml
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>FreeIPA trust setup</short>
<description>FreeIPA is an LDAP and Kerberos domain controller for Linux systems. Enable this option of you plan to deploy cross-forest trusts with FreeIPA and Active Directory</description>
<port protocol="tcp" port="135"/>
<port protocol="tcp" port="138-139"/>
<port protocol="udp" port="138-139"/>
<port protocol="tcp" port="389"/>
<port protocol="udp" port="389"/>
<port protocol="tcp" port="445"/>
<port protocol="udp" port="445"/>
<port protocol="tcp" port="1024-1300"/>
<port protocol="tcp" port="3268"/>
</service>

0 comments on commit a170e8f

Please sign in to comment.