<?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"
	>
<channel>
	<title>Comments on: C# Active Directory Tutorial</title>
	<atom:link href="http://www.satansbarber.co.uk/blog/2008/03/c-active-directory-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.satansbarber.co.uk/blog/2008/03/c-active-directory-tutorial/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sun, 20 Jul 2008 18:36:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Moi</title>
		<link>http://www.satansbarber.co.uk/blog/2008/03/c-active-directory-tutorial/#comment-18</link>
		<dc:creator>Moi</dc:creator>
		<pubDate>Thu, 08 May 2008 20:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.satansbarber.co.uk/blog/?p=127#comment-18</guid>
		<description>Hello Ian,
I was following the examples about Active Directory that you have in this website and they are pretty nice and very informative. 

I'm trying to write a program in C# where i would check the Write and Modify permissions for every folder/subfolder in the profile for any given user. If user is not able to Write or Modify the folders then output the username and the folder's name.

Any thoughts, ideas, opinions will greatly be appreciated.
You may email me at 8mmurillo@gmail.com

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello Ian,<br />
I was following the examples about Active Directory that you have in this website and they are pretty nice and very informative. </p>
<p>I&#8217;m trying to write a program in C# where i would check the Write and Modify permissions for every folder/subfolder in the profile for any given user. If user is not able to Write or Modify the folders then output the username and the folder&#8217;s name.</p>
<p>Any thoughts, ideas, opinions will greatly be appreciated.<br />
You may email me at <a href="mailto:8mmurillo@gmail.com">8mmurillo@gmail.com</a></p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian</title>
		<link>http://www.satansbarber.co.uk/blog/2008/03/c-active-directory-tutorial/#comment-16</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Wed, 07 May 2008 15:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.satansbarber.co.uk/blog/?p=127#comment-16</guid>
		<description>Hi,

If you have an object of the type DirectoryEntry (user here) you can set the password with the invoke method, e.g.

object[] password = {"12345678"};
user.Invoke("SetPassword", password);

Will be adding an example to the end of the tutorial showing how to add a new user which should make that clearer!

Ian</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>If you have an object of the type DirectoryEntry (user here) you can set the password with the invoke method, e.g.</p>
<p>object[] password = {&#8221;12345678&#8243;};<br />
user.Invoke(&#8221;SetPassword&#8221;, password);</p>
<p>Will be adding an example to the end of the tutorial showing how to add a new user which should make that clearer!</p>
<p>Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pong</title>
		<link>http://www.satansbarber.co.uk/blog/2008/03/c-active-directory-tutorial/#comment-15</link>
		<dc:creator>pong</dc:creator>
		<pubDate>Thu, 24 Apr 2008 07:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.satansbarber.co.uk/blog/?p=127#comment-15</guid>
		<description>Hello , i am interested in Active Directory  and now i am writting application about Active Directory  but i have a problem .
i would like to Change password of user in Active Directory .
How Should i do ? 
 Please Help me abount Changing password in Active Directory 
 Thank you very much</description>
		<content:encoded><![CDATA[<p>Hello , i am interested in Active Directory  and now i am writting application about Active Directory  but i have a problem .<br />
i would like to Change password of user in Active Directory .<br />
How Should i do ?<br />
 Please Help me abount Changing password in Active Directory<br />
 Thank you very much</p>
]]></content:encoded>
	</item>
</channel>
</rss>
