<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FreeIPA Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/freeipa/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 25 Jun 2018 21:16:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install freeIPA on CentOS 7?</title>
		<link>https://www.osradar.com/how-to-install-freeipa-on-centos-7/</link>
					<comments>https://www.osradar.com/how-to-install-freeipa-on-centos-7/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 25 Jun 2018 21:16:41 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[FreeIPA]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=4335</guid>

					<description><![CDATA[<p>FreeIPA is an integrated security information management solution combining Linux (Fedora), 389 Directory Server, MIT Kerberos, NTP, DNS, Dogtag (Certificate System). It consists of a web interface and command-line administration tools. Officially launched in 2008, the project itself refers to an installation tool and identity and service management environment, based on RedHat&#8217;s 389 Directory Server [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-freeipa-on-centos-7/">How to install freeIPA on CentOS 7?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>FreeIPA</strong> is an integrated security information management solution combining Linux (Fedora), 389 Directory Server, MIT Kerberos, NTP, DNS, Dogtag (Certificate System). It consists of a web interface and command-line administration tools. Officially launched in 2008, the project itself refers to an installation tool and identity and service management environment, <strong>based on RedHat&#8217;s 389 Directory Server project</strong>, and integrates multiple pre-existing projects such as:1 OpenLDAP for directory service, MIT Kerberos 5 for authentication and sessions, Apache HTTP Server and Apache Tomcat for management interface and web service.</p>
<h2>A identity and Authentication solution</h2>
<p>At freeIPA they believe that <strong>identity</strong> (machine, user, virtual machines, groups, authentication credentials), <strong>policy </strong>(host based access control) and <strong>audit </strong>(this component is deferred)  <strong>information must be open, interoperable and manageable.</strong> And to improve these approaches, we are constantly visualizing projects that carry out this type of task in order to integrate and deepen solutions.</p>
<p>Because of its vital importance and the way it is interrelated, freeIPA believes that identity, policy and audit information must be open, interoperable and manageable. The aim is to make identity, policy and auditing (someday) easy to manage centrally for the Linux and Unix world</p>
<h2>Installing freeIPA on CentOS 7</h2>
<p>In order to achieve an optimal installation of freeIPA, one of the first things we need to do is to define the hostname of the computer. We write in a terminal:</p>
<p><strong>             sudo -i</strong></p>
<p>After entering the password, we will be root user:</p>
<p><strong>             hostnamectl set-hostname ipa.osradar.com</strong></p>
<figure id="attachment_4336" aria-describedby="caption-attachment-4336" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4336" src="https://www.osradar.com/wp-content/uploads/2018/06/1-17.png" alt="1.-hostname" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/1-17.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/1-17-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/1-17-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/1-17-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/1-17-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/1-17-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/1-17-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4336" class="wp-caption-text">1.-hostname</figcaption></figure>
<p>Now, adding the host entry:</p>
<p><strong>             echo &#8220;192.168.250.7 ipa.osradar.com ipa&#8221; &gt;&gt; /etc/hosts</strong></p>
<p>Then we proceed to install the necessary packages. These include <strong>ipa-server</strong> which is the primary and <strong>bind-dyndb-ldap</strong> for handling DNS.</p>
<p><strong>             yum install ipa-server bind-dyndb-ldap ipa-server-dns</strong></p>
<figure id="attachment_4337" aria-describedby="caption-attachment-4337" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4337" src="https://www.osradar.com/wp-content/uploads/2018/06/2-18.png" alt="2.- Installing necesary packages" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/2-18.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/2-18-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/2-18-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/2-18-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/2-18-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/2-18-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/2-18-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4337" class="wp-caption-text">2.- Installing necesary packages</figcaption></figure>
<p>To the terminal to solve the dependencies, proceed to give us the summary and install the packages.</p>
<figure id="attachment_4338" aria-describedby="caption-attachment-4338" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4338" src="https://www.osradar.com/wp-content/uploads/2018/06/3-18.png" alt="3.- Installing" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/3-18.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/3-18-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/3-18-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/3-18-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/3-18-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/3-18-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/3-18-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4338" class="wp-caption-text">3.- Installing</figcaption></figure>
<p>After the process is done, we must run the installation script with the &#8211;setup-dns parameter to request the configuration of the DNS.</p>
<figure id="attachment_4339" aria-describedby="caption-attachment-4339" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4339" src="https://www.osradar.com/wp-content/uploads/2018/06/4-16.png" alt="4.- Running the script" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/4-16.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/4-16-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/4-16-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/4-16-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/4-16-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/4-16-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/4-16-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4339" class="wp-caption-text">4.- Running the script</figcaption></figure>
<p>As we previously configured the hostname, the first two questions are simply to press ENTER. You will then be asked to define a password.</p>
<figure id="attachment_4340" aria-describedby="caption-attachment-4340" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4340" src="https://www.osradar.com/wp-content/uploads/2018/06/5-17.png" alt="5.- Running the installation script" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/5-17.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/5-17-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/5-17-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/5-17-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/5-17-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/5-17-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/5-17-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4340" class="wp-caption-text">5.- Running the installation script</figcaption></figure>
<p>Then, we&#8217;ll set an IPA administrator password:</p>
<figure id="attachment_4351" aria-describedby="caption-attachment-4351" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4351" src="https://www.osradar.com/wp-content/uploads/2018/06/6-17.png" alt="6.- IPA Password" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/6-17.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/6-17-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/6-17-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/6-17-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/6-17-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/6-17-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/6-17-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4351" class="wp-caption-text">6.- IPA Password</figcaption></figure>
<p>Then, he presents the &#8220;summary&#8221; of the configuration and asks us if we want to start it.So, therefore, we say YES.</p>
<figure id="attachment_4352" aria-describedby="caption-attachment-4352" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4352" src="https://www.osradar.com/wp-content/uploads/2018/06/7-16.png" alt="7.-configure system" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/7-16.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/7-16-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/7-16-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/7-16-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/7-16-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/7-16-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/7-16-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4352" class="wp-caption-text">7.-configure system</figcaption></figure>
<figure id="attachment_4353" aria-describedby="caption-attachment-4353" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4353" src="https://www.osradar.com/wp-content/uploads/2018/06/8-14.png" alt="8.- Starting installation" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/8-14.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/8-14-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/8-14-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/8-14-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/8-14-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/8-14-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/8-14-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4353" class="wp-caption-text">8.- Starting installation</figcaption></figure>
<p>In the following images, so we will see how the installation process continues</p>
<figure id="attachment_4354" aria-describedby="caption-attachment-4354" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4354" src="https://www.osradar.com/wp-content/uploads/2018/06/9-12.png" alt="9.- Installing freeIPA" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/9-12.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/9-12-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/9-12-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/9-12-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/9-12-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/9-12-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/9-12-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4354" class="wp-caption-text">9.- Installing freeIPA</figcaption></figure>
<figure id="attachment_4355" aria-describedby="caption-attachment-4355" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4355" src="https://www.osradar.com/wp-content/uploads/2018/06/10-11.png" alt="10.-Continuing the installation" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/10-11.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/10-11-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/10-11-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/10-11-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/10-11-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/10-11-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/10-11-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4355" class="wp-caption-text">10.-Continuing the installation</figcaption></figure>
<p>The installation is a bit long, so we will continue to see lines and lines of configurations.</p>
<figure id="attachment_4356" aria-describedby="caption-attachment-4356" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4356" src="https://www.osradar.com/wp-content/uploads/2018/06/11-12.png" alt="11.- Continuing with the installation" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/11-12.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/11-12-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/11-12-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/11-12-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/11-12-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/11-12-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/11-12-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4356" class="wp-caption-text">11.- Continuing with the installation</figcaption></figure>
<figure id="attachment_4357" aria-describedby="caption-attachment-4357" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4357" src="https://www.osradar.com/wp-content/uploads/2018/06/12-9.png" alt="12.-More and more configuratons" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/12-9.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/12-9-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/12-9-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/12-9-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/12-9-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/12-9-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/12-9-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4357" class="wp-caption-text">12.-More and more configuratons</figcaption></figure>
<p>And finally, it tells us that the installation has been successful.</p>
<figure id="attachment_4358" aria-describedby="caption-attachment-4358" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4358" src="https://www.osradar.com/wp-content/uploads/2018/06/13-5.png" alt="13 .- Successful installation" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/13-5.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/13-5-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/13-5-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/13-5-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/13-5-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/13-5-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/13-5-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4358" class="wp-caption-text">13 .- Successful installation</figcaption></figure>
<h2>Basic settings after installation</h2>
<p>The same script, at the end of the installation, tells us that <strong>we must open certain ports</strong> in order for the services to run properly. So that&#8217;s the next step, that&#8217;s what we&#8217;re writing about:</p>
<p><strong> firewall-cmd &#8211;permanent &#8211;add-service={ntp,http,https,ldap,ldaps,kerberos,kpasswd,dns}</strong></p>
<figure id="attachment_4359" aria-describedby="caption-attachment-4359" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4359" src="https://www.osradar.com/wp-content/uploads/2018/06/14-7.png" alt="14.- Opening ports" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/14-7.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/14-7-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/14-7-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/14-7-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/14-7-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/14-7-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/14-7-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4359" class="wp-caption-text">14.- Opening ports</figcaption></figure>
<p>Next we must refresh the firewall configuration:</p>
<p><strong>             firewall-cmd &#8211;reload</strong></p>
<p>Now we need to generate the Kerberos ticket. The Kerberos ticket is essentially a temporary pass-book to authenticate with Kerberos and allows us to use the IPA tools with the user interface:</p>
<p><strong>              kinit admin</strong></p>
<p>And with this command we can see our ticket:</p>
<p><strong>klist</strong></p>
<p>To ensure that the user directories were created correctly, we used authconfig:</p>
<p><strong>             authconfig &#8211;enablemkhomedir &#8211;update</strong></p>
<figure id="attachment_4360" aria-describedby="caption-attachment-4360" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4360" src="https://www.osradar.com/wp-content/uploads/2018/06/15-7.png" alt="15.- Using authconfig" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/15-7.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/15-7-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/15-7-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/15-7-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/15-7-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/15-7-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/15-7-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4360" class="wp-caption-text">15.- Using authconfig</figcaption></figure>
<p>To enable System Security Services Daemon (sssd), we run:</p>
<p><strong>            chkconfig sssd on</strong></p>
<p>and:</p>
<p><strong>             service sssd start</strong></p>
<p>After that, reboot the server.</p>
<figure id="attachment_4361" aria-describedby="caption-attachment-4361" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4361" src="https://www.osradar.com/wp-content/uploads/2018/06/16-7.png" alt="16.-Enabling sssd" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/16-7.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/16-7-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/16-7-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/16-7-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/16-7-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/16-7-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/16-7-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4361" class="wp-caption-text">16.-Enabling sssd</figcaption></figure>
<p>Finally, we can access from our browser to the administration panel</p>
<p><strong>              http://IP_SERVER</strong></p>
<p>The centralization of processes is important for companies to be able to manage information effectively and correctly. FreeIPA provides an open, free and flexible solution to managing security policy processes.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-freeipa-on-centos-7/">How to install freeIPA on CentOS 7?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-freeipa-on-centos-7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
