<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: IAS Shared Secrets Aren&#8217;t So Secret</title>
	<atom:link href="http://www.toniwestbrook.com/archives/166/feed" rel="self" type="application/rss+xml" />
	<link>http://www.toniwestbrook.com/archives/166</link>
	<description>Sharing Software Development Knowledge With You</description>
	<lastBuildDate>Tue, 02 Aug 2011 18:55:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Toni</title>
		<link>http://www.toniwestbrook.com/archives/166#comment-90627</link>
		<dc:creator>Toni</dc:creator>
		<pubDate>Mon, 27 Dec 2010 23:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.toniwestbrook.com/archives/166#comment-90627</guid>
		<description>Good call - netsh is great for configuring a number of network related services</description>
		<content:encoded><![CDATA[<p>Good call &#8211; netsh is great for configuring a number of network related services</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas S. Trias</title>
		<link>http://www.toniwestbrook.com/archives/166#comment-89960</link>
		<dc:creator>Thomas S. Trias</dc:creator>
		<pubDate>Wed, 01 Dec 2010 21:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.toniwestbrook.com/archives/166#comment-89960</guid>
		<description>You can also configure IAS using netsh aaaa.</description>
		<content:encoded><![CDATA[<p>You can also configure IAS using netsh aaaa.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LFCole</title>
		<link>http://www.toniwestbrook.com/archives/166#comment-88263</link>
		<dc:creator>LFCole</dc:creator>
		<pubDate>Mon, 04 Oct 2010 21:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.toniwestbrook.com/archives/166#comment-88263</guid>
		<description>I might give this a go, although I&#039;m sure my boss would just prefer that I spend the hours entering data instead of spending them trying to actually learn something!

Might not be so difficult if I knew anything about Access at all!  Unfortunately my experience is limited to relatively flat tables with a few &quot;lookup&quot; tables thrown in to make entry easier (think simple inventory db)

Exported the tables into excel to look at them.  Looks like the data is in 2 different tables:
Friendly name is in the Objects table.  IP and shared secret are in the Properties table.

Could be as simple as copy and paste into that spreadsheet and then import back to access, but that would take just as long as the copy and paste I&#039;m doing into the GUI.</description>
		<content:encoded><![CDATA[<p>I might give this a go, although I&#8217;m sure my boss would just prefer that I spend the hours entering data instead of spending them trying to actually learn something!</p>
<p>Might not be so difficult if I knew anything about Access at all!  Unfortunately my experience is limited to relatively flat tables with a few &#8220;lookup&#8221; tables thrown in to make entry easier (think simple inventory db)</p>
<p>Exported the tables into excel to look at them.  Looks like the data is in 2 different tables:<br />
Friendly name is in the Objects table.  IP and shared secret are in the Properties table.</p>
<p>Could be as simple as copy and paste into that spreadsheet and then import back to access, but that would take just as long as the copy and paste I&#8217;m doing into the GUI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toni</title>
		<link>http://www.toniwestbrook.com/archives/166#comment-88169</link>
		<dc:creator>Toni</dc:creator>
		<pubDate>Sat, 02 Oct 2010 22:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.toniwestbrook.com/archives/166#comment-88169</guid>
		<description>It&#039;s been a while since I took a long at those two files, but there is a good chance you&#039;d be able to mass import your entries with little problem if you have MS Access.  

I would back up your MDB files first, but then create a new Access DB, import the info from your excel spreadsheet into a table.  Then link to the Objects table.  Then create a new insert query that takes the contents of the imported data and inserts it into the Objects table (you may have to massage the query and/or your import data to get the fields correct).  I think it could definitely be worth it to save you the time of going through the GUI interface 400 times.  Let me know if you do end up going this route, I&#039;d be curious to see how it goes!</description>
		<content:encoded><![CDATA[<p>It&#8217;s been a while since I took a long at those two files, but there is a good chance you&#8217;d be able to mass import your entries with little problem if you have MS Access.  </p>
<p>I would back up your MDB files first, but then create a new Access DB, import the info from your excel spreadsheet into a table.  Then link to the Objects table.  Then create a new insert query that takes the contents of the imported data and inserts it into the Objects table (you may have to massage the query and/or your import data to get the fields correct).  I think it could definitely be worth it to save you the time of going through the GUI interface 400 times.  Let me know if you do end up going this route, I&#8217;d be curious to see how it goes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LFCole</title>
		<link>http://www.toniwestbrook.com/archives/166#comment-88115</link>
		<dc:creator>LFCole</dc:creator>
		<pubDate>Fri, 01 Oct 2010 21:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.toniwestbrook.com/archives/166#comment-88115</guid>
		<description>That is very interesting.  If only I could figure a way to use this to my advantage.  I need to create 400 new RADIUS Clients, with only the friendly names and IP addresses changing.....all will be using the same shared secret.  Would be awesome to be able to do a mass import, especially since I have the name and IP info in a spreadsheet!</description>
		<content:encoded><![CDATA[<p>That is very interesting.  If only I could figure a way to use this to my advantage.  I need to create 400 new RADIUS Clients, with only the friendly names and IP addresses changing&#8230;..all will be using the same shared secret.  Would be awesome to be able to do a mass import, especially since I have the name and IP info in a spreadsheet!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

