<?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>LDAP &#8211; privacyID3A</title>
	<atom:link href="https://www.privacyidea.org/tag/ldap/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.9.4</generator>

<image>
	<url>https://www.privacyidea.org/wp-content/uploads/2016/06/cropped-only-logo-white-background-32x32.png</url>
	<title>LDAP &#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.16.1</title>
		<link>https://www.privacyidea.org/privacyidea-2-16-1/</link>
					<comments>https://www.privacyidea.org/privacyidea-2-16-1/#respond</comments>
		
		<dc:creator><![CDATA[Cornelius Kölbel]]></dc:creator>
		<pubDate>Tue, 22 Nov 2016 06:38:17 +0000</pubDate>
				<category><![CDATA[release]]></category>
		<category><![CDATA[Whatsup]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[pip]]></category>
		<guid isPermaLink="false">https://www.privacyidea.org/?p=1105</guid>

					<description><![CDATA[We released a patch release 2.16.1 to the Python package index. Everyone running privacyIDEA via a pip install can update. privacyIDEA relies on the Python module ldap3, which is a great module to connect to LDAP and also do redundancy via a server pool and strategies like round robin. Your pip installation might have updated [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>We released a patch release 2.16.1 to the Python package index. Everyone running privacyIDEA via a pip install can update.</p>
<p>privacyIDEA relies on the Python module ldap3, which is a great module to connect to LDAP and also do redundancy via a server pool and strategies like round robin.</p>
<p>Your pip installation might have updated the ldap3 module to version 2.x, which was not completely compatible with privacyIDEA anymore. This resulted in errors like pending timeouts and users which would not be fetch with the uidtype objectGUID (with Active Directory) anymore.</p>
<p>Thus you either should run</p>
<pre>pip install ldap3==1.4.0</pre>
<p>to downgrade the ldap3 module to version 1.4.0.</p>
<p>But I recommend to update privacyIDEA to version 2.16.1 and running ldap3 2.1.x.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.privacyidea.org/privacyidea-2-16-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>privacyIDEA 2.11: Easy migration with RADIUS policy</title>
		<link>https://www.privacyidea.org/privacyidea-2-11-easy-migration-radius-policy/</link>
					<comments>https://www.privacyidea.org/privacyidea-2-11-easy-migration-radius-policy/#comments</comments>
		
		<dc:creator><![CDATA[Cornelius Kölbel]]></dc:creator>
		<pubDate>Tue, 29 Mar 2016 07:53:56 +0000</pubDate>
				<category><![CDATA[release]]></category>
		<category><![CDATA[FreeRADIUS]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[RADIUS]]></category>
		<guid isPermaLink="false">https://www.privacyidea.org/?p=907</guid>

					<description><![CDATA[Today we released privacyIDEA 2.11. You can download privacyIDEA from Github, install it from the python package index or via the launchpad repository on Ubuntu 14.04. Updating an Ubuntu installation from launchpad works out of the box. When updating a pip installation, please note that a new database table was added. OTP system migration privacyIDEA [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Today we released privacyIDEA 2.11. You can download <a href="https://github.com/privacyidea/privacyidea/" target="_blank">privacyIDEA from Github</a>, <a href="http://privacyidea.readthedocs.org/en/latest/installation/pip.html" target="_blank">install it from the python package index</a> or via the <a href="http://privacyidea.readthedocs.org/en/latest/installation/ubuntu.html" target="_blank">launchpad repository on Ubuntu 14.04</a>.</p>
<p>Updating an Ubuntu installation from launchpad works out of the box. When updating a pip installation, please note <a href="http://privacyidea.readthedocs.org/en/latest/installation/upgrade.html" target="_blank">that a new database table was added</a>.</p>
<h3>OTP system migration</h3>
<figure id="attachment_912" aria-describedby="caption-attachment-912" style="width: 300px" class="wp-caption alignleft"><a href="https://www.privacyidea.org/wp-content/uploads/2016/03/computer-767784_640.jpg" rel="attachment wp-att-912"><img fetchpriority="high" decoding="async" class="wp-image-912 size-medium" src="https://www.privacyidea.org/wp-content/uploads/2016/03/computer-767784_640-300x200.jpg" alt="computer-767784_640" width="300" height="200" srcset="https://www.privacyidea.org/wp-content/uploads/2016/03/computer-767784_640-300x200.jpg 300w, https://www.privacyidea.org/wp-content/uploads/2016/03/computer-767784_640.jpg 640w" sizes="(max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-912" class="wp-caption-text">Migrate proprietary OTP systems</figcaption></figure>
<p>privacyIDEA now helps you to migrate an old 3rd party installation to privacyIDEA. To do so the <a href="http://privacyidea.readthedocs.org/en/latest/policies/authentication.html#passthru" target="_blank">new RADIUS passthru policy was added</a>. privacyIDEA can pass all authentication requests for users without a token to the defined RADIUS server. This way you can migrate tokens smoothly and run your old system and your new privacyIDEA side by side until you have removed all old tokens or moved all users and tokens to privacyIDEA.</p>
<h3>LDAP Improvements</h3>
<p>The LDAP received some nice improvements. It can now handle special characters like é and ß in the username and the password reliably. With Active Directory in Windows 2012 you can now use the objectGUID as the UID in the LDAP resolver.</p>
<p>We now use paged searched when retrieving user lists. This way you can get really <strong>all</strong> users in the LDAP directory.</p>
<h3>Changelog</h3>
<p>You can find a <a href="https://github.com/privacyidea/privacyidea/blob/master/Changelog" target="_blank">complete changelog at github</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.privacyidea.org/privacyidea-2-11-easy-migration-radius-policy/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
