|
|
3d17f4 |
commit 410f7540e4dc69fc8602a7057a83ee1f799b043f
|
|
|
3d17f4 |
Author: Thomas Woerner <twoerner@redhat.com>
|
|
|
3d17f4 |
Date: Wed May 28 16:51:04 2014 +0200
|
|
|
3d17f4 |
|
|
|
3d17f4 |
New services for freeipa-ldap, freeipa-ldaps and freeipa-replication
|
|
|
3d17f4 |
|
|
|
3d17f4 |
Thanks to Stephen Gallagher <sgallagh@redhat.com>
|
|
|
3d17f4 |
|
|
|
3d17f4 |
diff --git a/config/services/freeipa-ldap.xml b/config/services/freeipa-ldap.xml
|
|
|
3d17f4 |
new file mode 100644
|
|
|
3d17f4 |
index 0000000..c176966
|
|
|
3d17f4 |
--- /dev/null
|
|
|
3d17f4 |
+++ b/config/services/freeipa-ldap.xml
|
|
|
3d17f4 |
@@ -0,0 +1,13 @@
|
|
|
3d17f4 |
+
|
|
|
3d17f4 |
+<service>
|
|
|
3d17f4 |
+ <short>FreeIPA with LDAP</short>
|
|
|
3d17f4 |
+ <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>
|
|
|
3d17f4 |
+ <port protocol="tcp" port="80"/>
|
|
|
3d17f4 |
+ <port protocol="tcp" port="443"/>
|
|
|
3d17f4 |
+ <port protocol="tcp" port="88"/>
|
|
|
3d17f4 |
+ <port protocol="udp" port="88"/>
|
|
|
3d17f4 |
+ <port protocol="tcp" port="464"/>
|
|
|
3d17f4 |
+ <port protocol="udp" port="464"/>
|
|
|
3d17f4 |
+ <port protocol="udp" port="123"/>
|
|
|
3d17f4 |
+ <port protocol="tcp" port="389"/>
|
|
|
3d17f4 |
+</service>
|
|
|
3d17f4 |
diff --git a/config/services/freeipa-ldaps.xml b/config/services/freeipa-ldaps.xml
|
|
|
3d17f4 |
new file mode 100644
|
|
|
3d17f4 |
index 0000000..c355fe9
|
|
|
3d17f4 |
--- /dev/null
|
|
|
3d17f4 |
+++ b/config/services/freeipa-ldaps.xml
|
|
|
3d17f4 |
@@ -0,0 +1,13 @@
|
|
|
3d17f4 |
+
|
|
|
3d17f4 |
+<service>
|
|
|
3d17f4 |
+ <short>FreeIPA with LDAPS</short>
|
|
|
3d17f4 |
+ <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>
|
|
|
3d17f4 |
+ <port protocol="tcp" port="80"/>
|
|
|
3d17f4 |
+ <port protocol="tcp" port="443"/>
|
|
|
3d17f4 |
+ <port protocol="tcp" port="88"/>
|
|
|
3d17f4 |
+ <port protocol="udp" port="88"/>
|
|
|
3d17f4 |
+ <port protocol="tcp" port="464"/>
|
|
|
3d17f4 |
+ <port protocol="udp" port="464"/>
|
|
|
3d17f4 |
+ <port protocol="udp" port="123"/>
|
|
|
3d17f4 |
+ <port protocol="tcp" port="636"/>
|
|
|
3d17f4 |
+</service>
|
|
|
3d17f4 |
diff --git a/config/services/freeipa-replication.xml b/config/services/freeipa-replication.xml
|
|
|
3d17f4 |
new file mode 100644
|
|
|
3d17f4 |
index 0000000..7e8c4f1
|
|
|
3d17f4 |
--- /dev/null
|
|
|
3d17f4 |
+++ b/config/services/freeipa-replication.xml
|
|
|
3d17f4 |
@@ -0,0 +1,6 @@
|
|
|
3d17f4 |
+
|
|
|
3d17f4 |
+<service>
|
|
|
3d17f4 |
+ <short>FreeIPA replication</short>
|
|
|
3d17f4 |
+ <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>
|
|
|
3d17f4 |
+ <port protocol="tcp" port="7389"/>
|
|
|
3d17f4 |
+</service>
|