<?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>Steven She at woggie.net &#187; wicd</title>
	<atom:link href="http://www.woggie.net/tag/wicd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.woggie.net</link>
	<description>The life of a PhD Candidate in Software Engineering</description>
	<lastBuildDate>Wed, 16 Jun 2010 22:12:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Wicd Template for University of Leipzig</title>
		<link>http://www.woggie.net/2010/01/20/wicd-template-for-university-of-leipzig/</link>
		<comments>http://www.woggie.net/2010/01/20/wicd-template-for-university-of-leipzig/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 11:44:08 +0000</pubDate>
		<dc:creator>Steven She</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[wicd]]></category>

		<guid isPermaLink="false">http://www.woggie.net/?p=181</guid>
		<description><![CDATA[Here&#8217;s a wicd template for the EAP-TTLS + PAP setup at the University of Leipzig. This was just a small customization of the template from Shawn MacLean, so all credit goes to him. Create the file /etc/wicd/encryption/templates/eap-ttls containing: name = EAP-TTLS with PAP author = Shawn MacLean version = 1 require identity *Identity password *Password [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a wicd template for the EAP-TTLS + PAP setup at the University of Leipzig. This was just a small customization of <a href="http://wicd.net/punbb/viewtopic.php?id=514">the template from Shawn MacLean</a>, so all credit goes to him. Create the file <code>/etc/wicd/encryption/templates/eap-ttls</code> containing:</p>
<pre>name = EAP-TTLS with PAP
author = Shawn MacLean
version = 1
require identity *Identity password *Password ca_cert *Path_to_CA_Cert
-----
network={
    ssid="$_ESSID"
    scan_ssid="$_SCAN"
    proto=WPA
    key_mgmt=WPA-EAP
    pairwise=TKIP
    group=TKIP
    eap=TTLS
    ca_cert="$_CA_CERT"
    identity="$_IDENTITY"
    password="$_PASSWORD"
    phase2="auth=PAP"
}
</pre>
<p>Add <code>eap-ttls</code> to <code>/etc/wicd/encryption/templates/active</code>, restart the GUI and the settings should now appear in the dropdown menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.woggie.net/2010/01/20/wicd-template-for-university-of-leipzig/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
