<?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>Univention Corporate Server &#8211; privacyID3A</title>
	<atom:link href="https://www.privacyidea.org/tag/univention-corporate-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.privacyidea.org</link>
	<description>flexible, Open Source Multi Factor Authentication (2FA)</description>
	<lastBuildDate>Thu, 22 Jun 2017 14:21:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>

<image>
	<url>https://www.privacyidea.org/wp-content/uploads/2016/06/cropped-only-logo-white-background-32x32.png</url>
	<title>Univention Corporate Server &#8211; privacyID3A</title>
	<link>https://www.privacyidea.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>2FA Workshop at tuebix</title>
		<link>https://www.privacyidea.org/2fa-workshop-tuebix/</link>
		
		<dc:creator><![CDATA[Cornelius Kölbel]]></dc:creator>
		<pubDate>Thu, 22 Jun 2017 10:14:51 +0000</pubDate>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[ownCloud]]></category>
		<category><![CDATA[talk]]></category>
		<category><![CDATA[Univention Corporate Server]]></category>
		<guid isPermaLink="false">https://www.privacyidea.org/?p=1226</guid>

					<description><![CDATA[We are at Tübix 2017 and doing a workshop about adding a 2nd Factor to your applications. If you can not attend or if you want to try this at home afterwards, here is what we will do! Setup 10.0.2.201 ucs.tuebix.intranet (LDAP) Univention Corporate Server 4.2 10.0.2.202 privacyidea.tuebix.intranet, Ubuntu 16.04 LTS 10.0.2.203 wordpress.tuebix.intranet, Ubuntu 16.04 LTS [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>We are at <a href="http://www.tuebix.org/2017/programm/cornelius-koelbel-mehr-faktor-authentifizierung-nicht-nur-fuer-die-eigene-cloud/" target="_blank" rel="noopener noreferrer">Tübix 2017</a> and doing a workshop about adding a 2nd Factor to your applications.</p>
<p>If you can not attend or if you want to try this at home afterwards, here is what we will do!</p>
<h2>Setup</h2>
<p>10.0.2.201 ucs.tuebix.intranet (LDAP) Univention Corporate Server 4.2<br />
10.0.2.202 privacyidea.tuebix.intranet, Ubuntu 16.04 LTS<br />
10.0.2.203 wordpress.tuebix.intranet, Ubuntu 16.04 LTS with latest wordpress<br />
10.0.2.204 owncloud.tuebix.intranet, Ubuntu 16.04 LTS with ownCloud 10</p>
<h3>LDAP</h3>
<p>BaseDN: cn=users,dc=tuebix,dc=intranet</p>
<p>The UCS has the following users:</p>
<ul>
<li>admininistrator</li>
<li>user1</li>
<li>user2</li>
<li>user3</li>
</ul>
<h3>ownCloud</h3>
<p>ownCloud is connected via LDAP, so the LDAP users can connect to ownCloud.</p>
<p>The ownCloud Administrator is called: admin</p>
<h3>WordPress</h3>
<p>WordPress only has internal users. Nevertheless the user are also called:</p>
<ul>
<li>administrator</li>
<li>user1</li>
<li>user2</li>
<li>user3</li>
</ul>
<h2>What we will do &#8211; our Agenda</h2>
<ul>
<li>We will install privacyIDEA and connect privacyIDEA to the UCS, so that privacyIDEA knows the users from the LDAP directory</li>
<li>Then we will enroll different kind of tokens to the users.
<ul>
<li>The administrator can enroll a token for the users but</li>
<li>users can also login to the webui with their LDAP password an enroll a token for themselves.</li>
</ul>
</li>
<li>Then we start connecting <strong>applications</strong> to privacyIDEA to add <strong>2FA</strong> to the <strong>applications</strong>
<ul>
<li>WordPress with &#8220;strong authentication&#8221; plugin</li>
<li>ownCloud with the &#8220;privacyIDEA ownCloud App&#8221; from the market place</li>
<li>SSH login with 2FA for users user1, user2, user3</li>
</ul>
</li>
</ul>
<h2>privacyIDEA</h2>
<h3>Install</h3>
<p>privacyIDEA can be <a href="http://privacyidea.readthedocs.io/en/latest/installation/ubuntu.html" target="_blank" rel="noopener noreferrer">installed</a> in many different ways on different Linux distributions. We will install privacyIDEA on our Ubuntu 16.04 machine 10.0.2.202.</p>
<p>As root:</p>
<pre>add-apt-repository ppa:privacyidea/privacyidea

apt update

apt install privacyidea-apache2</pre>
<p>privacyidea-apache2 is a meta package which will install MySQL, Apache and set up privacyIDEA. Finally we only need to create the first token administrator.</p>
<pre>pi-manage add admin super</pre>
<p>Now we have an administrator called &#8220;super&#8221;</p>
<h3>Configure</h3>
<p>privacyIDEA can be configured via command line, API or the web UI.</p>
<p><a href="https://10.0.2.202" target="_blank" rel="noopener noreferrer">https://10.0.2.202</a></p>
<p>We need to configure the Resolver <strong>tuebix_users</strong> as Active Directory. For this we need to fetch the certificate of the UCS server.</p>
<ul>
<li>LDAP Resolver to ldaps://ucs.tuebix.intranet</li>
<li>Base DN cn=users,dc=tuebix,dc=intranet</li>
<li>Bind DN cn=administrator,cn=users,dc=tuebix,dc=intranet</li>
<li>Preset AD</li>
</ul>
<p>And a Realm <strong>tuebix</strong> with the resolver <strong>tuebix_users</strong>.</p>
<p>We can also take a look at the policies and configure a policy to use otppin=userstore.</p>
<h3>Enroll tokens</h3>
<p>Enroll tokens as administrator and as normal user&#8230;</p>
<ul>
<li>Enroll Smartphone App</li>
<li>Yubikey</li>
<li>U2F Token</li>
<li>Feitian C200 (import File Feitian.csv)</li>
</ul>
<h2>ownCloud with 2FA</h2>
<p>For ownCloud X we login as administrator and install the &#8220;privacyIDEA ownCloud App&#8221; from the Marketplace.</p>
<p>We need to configure the App against privacyIDEA:</p>
<ul>
<li>https://privacyidea.tuebix.intranet</li>
<li>no realm</li>
<li>no ssl check</li>
</ul>
<p><strong>Note:</strong> The privacyIDEA ownCloud App will authenticate <strong>all</strong> users with a 2nd factor!</p>
<p>After this, users need to present a 2nd factor against privacyIDEA when they log in.</p>
<h2>WordPress with 2FA</h2>
<p>Install the &#8220;strong authentication&#8221; plugin.</p>
<p>We need to configure the Plugin against privacyIDEA:</p>
<ul>
<li>https://privacyidea.tuebix.intranet&#8230;</li>
</ul>
<p><strong>Note:</strong> Users need to enter both factors in the password field at the same time.</p>
<p>The WordPress plugin authenticates users <strong>only</strong> against privacyIDEA; while with ownCloud users are authenticated by ownCloud and by privacyIDEA.</p>
<h2>SSH with 2FA</h2>
<p>On either owncloud machine or wordpress machine we install the privacyIDEA PAM module:</p>
<pre>add-apt-repository ppa:privacyidea/privacyidea

apt update

apt install privacyidea-pam</pre>
<p>&#8230;and configure it accordingly against https://privacyidea.tuebix.intranet.</p>
<p><strong>Note</strong>: Users need to match!</p>
<h2>privacyIDEA LDAP Proxy</h2>
<p>Bonus!</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>privacyIDEA 2.2 available in Univention App Center</title>
		<link>https://www.privacyidea.org/privacyidea-2-2-available-in-univention-app-center/</link>
					<comments>https://www.privacyidea.org/privacyidea-2-2-available-in-univention-app-center/#respond</comments>
		
		<dc:creator><![CDATA[Cornelius Kölbel]]></dc:creator>
		<pubDate>Thu, 30 Apr 2015 06:49:18 +0000</pubDate>
				<category><![CDATA[release]]></category>
		<category><![CDATA[Whatsup]]></category>
		<category><![CDATA[App Center]]></category>
		<category><![CDATA[Univention Corporate Server]]></category>
		<guid isPermaLink="false">https://www.privacyidea.org/?p=570</guid>

					<description><![CDATA[privacyIDEA is now also available in the Univention App Center. Univention Corporate Server (UCS) is the flexible, cost-efficient and successful successor to server solutions from Microsoft. UCS includes comprehensive Active Directory functions and an App Center to integrate and operate enterprise applications. UCS allows web-based IT management and is well suited for organizations of any [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.privacyidea.org/wp-content/uploads/2014/07/Logo_UCS_certified.png"><img decoding="async" class=" size-full wp-image-563 alignleft" src="https://www.privacyidea.org/wp-content/uploads/2014/07/Logo_UCS_certified.png" alt="Logo_UCS_certified" width="150" height="150" /></a>privacyIDEA is now also available in the <a href="https://www.univention.com/products/univention-app-center/privacyidea/" target="_blank">Univention App Center</a>.</p>
<blockquote><p>Univention Corporate Server (UCS) is the flexible, cost-efficient and successful successor to server solutions from Microsoft. UCS includes comprehensive Active Directory functions and an App Center to integrate and operate enterprise applications. UCS allows web-based IT management and is well suited for organizations of any size.</p></blockquote>
<p>Using the Univention Corparate Server it is easy to install and maintain a robust privacyIDEA installation.</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.privacyidea.org/privacyidea-2-2-available-in-univention-app-center/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
