<?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>John Selkirk - GIS Development &#187; ArcGIS Server</title>
	<atom:link href="http://john.selkirks.net/category/esri/arcgis-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://john.selkirks.net</link>
	<description>My thoughts on development with an emphasis on GIS</description>
	<lastBuildDate>Fri, 21 Aug 2009 12:41:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ArcSDE And Active Directory</title>
		<link>http://john.selkirks.net/2008/01/29/arcsde-and-active-directory/</link>
		<comments>http://john.selkirks.net/2008/01/29/arcsde-and-active-directory/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 14:26:13 +0000</pubDate>
		<dc:creator>John Selkirk</dc:creator>
				<category><![CDATA[ArcGIS Server]]></category>
		<category><![CDATA[ESRI]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://john.selkirks.net/?p=40</guid>
		<description><![CDATA[So I recently needed to connect into an ArcSDE database (direct connect) using the Operating System login and I realized that I had no idea how to do it.
Luckily, ESRI have a great EDN post about it which explains everything.
Essentially, you do not populate the IPropertySet with the USER and PASSWORD values but rather set [...]]]></description>
			<content:encoded><![CDATA[<p>So I recently needed to connect into an ArcSDE database (direct connect) using the Operating System login and I realized that I had no idea how to do it.</p>
<p>Luckily, ESRI have a great <a href="http://edndoc.esri.com/arcobjects/9.2/NET/c778d2bb-eb36-4793-9c89-20795811c5eb.htm">EDN post</a> about it which explains everything.</p>
<p>Essentially, you do not populate the IPropertySet with the USER and PASSWORD values but rather set the AUTHENTICATION_MODE to <em>OSA</em>.</p>
<p>The rest of the connection parameters are the same and since we normally use connection files in our applications it means that the connection file just needs to be changed.</p>
<p>GEOPRESS_LOCATION(Home)</p>
]]></content:encoded>
			<wfw:commentRss>http://john.selkirks.net/2008/01/29/arcsde-and-active-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
