Blob Blame History Raw
commit 410f7540e4dc69fc8602a7057a83ee1f799b043f
Author: Thomas Woerner <twoerner@redhat.com>
Date:   Wed May 28 16:51:04 2014 +0200

    New services for freeipa-ldap, freeipa-ldaps and freeipa-replication
    
    Thanks to Stephen Gallagher <sgallagh@redhat.com>

diff --git a/config/services/freeipa-ldap.xml b/config/services/freeipa-ldap.xml
new file mode 100644
index 0000000..c176966
--- /dev/null
+++ b/config/services/freeipa-ldap.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<service>
+  <short>FreeIPA with LDAP</short>
+  <description>FreeIPA is an LDAP and Kerberos domain controller for Linux systems. Enable this option if you plan to provide a FreeIPA Domain Controller using the LDAP protocol. You can also enable the 'freeipa-ldaps' service if you want to provide the LDAPS protocol. Enable the 'dns' service if this FreeIPA server provides DNS services and 'freeipa-replication' service if this FreeIPA server is part of a multi-master replication setup.</description>
+  <port protocol="tcp" port="80"/>
+  <port protocol="tcp" port="443"/>
+  <port protocol="tcp" port="88"/>
+  <port protocol="udp" port="88"/>
+  <port protocol="tcp" port="464"/>
+  <port protocol="udp" port="464"/>
+  <port protocol="udp" port="123"/>
+  <port protocol="tcp" port="389"/>
+</service>
diff --git a/config/services/freeipa-ldaps.xml b/config/services/freeipa-ldaps.xml
new file mode 100644
index 0000000..c355fe9
--- /dev/null
+++ b/config/services/freeipa-ldaps.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<service>
+  <short>FreeIPA with LDAPS</short>
+  <description>FreeIPA is an LDAP and Kerberos domain controller for Linux systems. Enable this option if you plan to provide a FreeIPA Domain Controller using the LDAPS protocol. You can also enable the 'freeipa-ldap' service if you want to provide the LDAP protocol. Enable the 'dns' service if this FreeIPA server provides DNS services and 'freeipa-replication' service if this FreeIPA server is part of a multi-master replication setup.</description>
+  <port protocol="tcp" port="80"/>
+  <port protocol="tcp" port="443"/>
+  <port protocol="tcp" port="88"/>
+  <port protocol="udp" port="88"/>
+  <port protocol="tcp" port="464"/>
+  <port protocol="udp" port="464"/>
+  <port protocol="udp" port="123"/>
+  <port protocol="tcp" port="636"/>
+</service>
diff --git a/config/services/freeipa-replication.xml b/config/services/freeipa-replication.xml
new file mode 100644
index 0000000..7e8c4f1
--- /dev/null
+++ b/config/services/freeipa-replication.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<service>
+  <short>FreeIPA replication</short>
+  <description>FreeIPA is an LDAP and Kerberos domain controller for Linux systems. Enable this option if you want to enable LDAP replication between FreeIPA servers.</description>
+  <port protocol="tcp" port="7389"/>
+</service>