<?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 for AOssama.NET</title>
	<atom:link href="http://www.aossama.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aossama.net</link>
	<description>Technical Notes</description>
	<lastBuildDate>Wed, 08 Sep 2010 11:43:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on PHP with Apache MPM Worker by gggeek</title>
		<link>http://www.aossama.net/php-with-apache-mpm-worker/comment-page-1#comment-386</link>
		<dc:creator>gggeek</dc:creator>
		<pubDate>Wed, 08 Sep 2010 11:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.master-zone.net/?p=245#comment-386</guid>
		<description><![CDATA[So what?

You have been able since forever to run php in worker MPM without a hitch - until the point you get bit by a threading issue.
When exactly will that issue pop up? Well, it depends on
. the php extensions loaded
. the php code calling functions from those extensions
. a specific load and timing

Generally issues crop up when the server is under stress, and you do not want to loose all your nice traffic, and they&#039;re very hard to debug.]]></description>
		<content:encoded><![CDATA[<p>So what?</p>
<p>You have been able since forever to run php in worker MPM without a hitch &#8211; until the point you get bit by a threading issue.<br />
When exactly will that issue pop up? Well, it depends on<br />
. the php extensions loaded<br />
. the php code calling functions from those extensions<br />
. a specific load and timing</p>
<p>Generally issues crop up when the server is under stress, and you do not want to loose all your nice traffic, and they&#8217;re very hard to debug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BIND and Active Directory by Ahmed</title>
		<link>http://www.aossama.net/bind-and-active-directory/comment-page-1#comment-257</link>
		<dc:creator>Ahmed</dc:creator>
		<pubDate>Thu, 12 Aug 2010 20:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.master-zone.net/?p=54#comment-257</guid>
		<description><![CDATA[If you have an Address Record (A) that identifies your server name like this:

dc1.example.com. A 192.168.0.110

Your SRV records for this DC would be as follows

_ldap._tcp.example.com. SRV 0 0 389 dc1.example.com.
_kerberos._tcp.example.com. SRV 0 0 88 dc1.example.com.
_ldap._tcp.dc._msdcs.example.com. SRV 0 0 389 dc1.example.com.
_kerberos._tcp.dc._msdcs.example.com. SRV 0 0 88 dc1.example.com.]]></description>
		<content:encoded><![CDATA[<p>If you have an Address Record (A) that identifies your server name like this:</p>
<p>dc1.example.com. A 192.168.0.110</p>
<p>Your SRV records for this DC would be as follows</p>
<p>_ldap._tcp.example.com. SRV 0 0 389 dc1.example.com.<br />
_kerberos._tcp.example.com. SRV 0 0 88 dc1.example.com.<br />
_ldap._tcp.dc._msdcs.example.com. SRV 0 0 389 dc1.example.com.<br />
_kerberos._tcp.dc._msdcs.example.com. SRV 0 0 88 dc1.example.com.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BIND and Active Directory by Marcos</title>
		<link>http://www.aossama.net/bind-and-active-directory/comment-page-1#comment-236</link>
		<dc:creator>Marcos</dc:creator>
		<pubDate>Fri, 06 Aug 2010 13:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.master-zone.net/?p=54#comment-236</guid>
		<description><![CDATA[Im setting a AD with Bind, do you have your zones and named.conf to help me? I create _tcp, _udp, _sites and _msdcs, now I setup a windows Xp to try connect in DNS and got the message _ldap._tcp.dc._msdcs.mydomain.com, where I use this? can you send me your zones and named.conf examples to my mail? thanks]]></description>
		<content:encoded><![CDATA[<p>Im setting a AD with Bind, do you have your zones and named.conf to help me? I create _tcp, _udp, _sites and _msdcs, now I setup a windows Xp to try connect in DNS and got the message _ldap._tcp.dc._msdcs.mydomain.com, where I use this? can you send me your zones and named.conf examples to my mail? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Squid authentication against Active Directory by Ahmed</title>
		<link>http://www.aossama.net/squid-authentication-against-active-directory/comment-page-1#comment-54</link>
		<dc:creator>Ahmed</dc:creator>
		<pubDate>Thu, 17 Jun 2010 17:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.master-zone.net/?p=100#comment-54</guid>
		<description><![CDATA[Yes, it&#039;s Microsoft AD, Microsoft AD uses LDAP protocol

win2k3 in &quot;-b &quot;dc=win2k3,dc=example,dc=com&quot;&quot; is the basedn of the tree
-b &quot;searchbase&quot; = Use searchbase as the starting point for the search instead of the default

win2k3 in win2k3.example.com is just an A Record pointing to the server
-h &quot;ldaphost&quot; = Specify an alternate host on which the ldap server is running]]></description>
		<content:encoded><![CDATA[<p>Yes, it&#8217;s Microsoft AD, Microsoft AD uses LDAP protocol</p>
<p>win2k3 in &#8220;-b &#8220;dc=win2k3,dc=example,dc=com&#8221;" is the basedn of the tree<br />
-b &#8220;searchbase&#8221; = Use searchbase as the starting point for the search instead of the default</p>
<p>win2k3 in win2k3.example.com is just an A Record pointing to the server<br />
-h &#8220;ldaphost&#8221; = Specify an alternate host on which the ldap server is running</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Squid authentication against Active Directory by sameh ali</title>
		<link>http://www.aossama.net/squid-authentication-against-active-directory/comment-page-1#comment-50</link>
		<dc:creator>sameh ali</dc:creator>
		<pubDate>Wed, 16 Jun 2010 19:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.master-zone.net/?p=100#comment-50</guid>
		<description><![CDATA[it is very good project,
But I have some question, are this Active directory of MicroSoft? &amp; what the meaning of win2k3? This is as A Record in DNS
Thanks very much.......]]></description>
		<content:encoded><![CDATA[<p>it is very good project,<br />
But I have some question, are this Active directory of MicroSoft? &amp; what the meaning of win2k3? This is as A Record in DNS<br />
Thanks very much&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Squid to Deny Media Streams by Ahmed</title>
		<link>http://www.aossama.net/using-squid-to-deny-media-streams/comment-page-1#comment-8</link>
		<dc:creator>Ahmed</dc:creator>
		<pubDate>Sun, 01 Nov 2009 21:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.master-zone.net/?p=197#comment-8</guid>
		<description><![CDATA[Yes sure, I will be adding more eventually]]></description>
		<content:encoded><![CDATA[<p>Yes sure, I will be adding more eventually</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Squid to Deny Media Streams by sarandifs</title>
		<link>http://www.aossama.net/using-squid-to-deny-media-streams/comment-page-1#comment-7</link>
		<dc:creator>sarandifs</dc:creator>
		<pubDate>Sun, 01 Nov 2009 12:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.master-zone.net/?p=197#comment-7</guid>
		<description><![CDATA[Other variant is possible also]]></description>
		<content:encoded><![CDATA[<p>Other variant is possible also</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BIND and Active Directory by Ahmed</title>
		<link>http://www.aossama.net/bind-and-active-directory/comment-page-1#comment-6</link>
		<dc:creator>Ahmed</dc:creator>
		<pubDate>Sun, 25 Oct 2009 23:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.master-zone.net/?p=54#comment-6</guid>
		<description><![CDATA[Glad you liked it =)
I will do my best to keep it up.]]></description>
		<content:encoded><![CDATA[<p>Glad you liked it =)<br />
I will do my best to keep it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XML using PHP by Ahmed</title>
		<link>http://www.aossama.net/xml-using-php/comment-page-1#comment-5</link>
		<dc:creator>Ahmed</dc:creator>
		<pubDate>Sun, 25 Oct 2009 23:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.master-zone.net/?p=7#comment-5</guid>
		<description><![CDATA[Yes sure, go on]]></description>
		<content:encoded><![CDATA[<p>Yes sure, go on</p>
]]></content:encoded>
	</item>
</channel>
</rss>
