<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/3.3.3" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>[[Mathias Chauvin]] - IT stuff - Latest comments</title>
		<link>http://blog.mc-thias.org/?disp=comments</link>
		<atom:link rel="self" type="application/rss+xml" href="http://blog.mc-thias.org/?tempskin=_rss2&#38;disp=comments" />
		<description></description>
		<language>en-US</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=3.3.3"/>
		<ttl>60</ttl>
				<item>
			<title>David [Visitor] in response to: Tomcat LDAP authentication</title>
			<pubDate>Sun, 29 Aug 2010 15:36:30 +0000</pubDate>
			<dc:creator>David [Visitor]</dc:creator>
			<guid isPermaLink="false">c645@http://blog.mc-thias.org/</guid>
			<description>Hello,&lt;br /&gt;
&lt;br /&gt;
Thankyou for the article and the help comments. I have got the following info from an apache server. I have change the domain, group and company names. I do not know how to map this info to the tomcat configuration.&lt;br /&gt;
    AuthLdapUrl ldap://ldap02.domain.com:389/o=company,c=com?uid?sub?(objectClass=*)&lt;br /&gt;
&lt;br /&gt;
    Require ldap-group cn=thegroup,o=company,c=com&lt;br /&gt;</description>
			<content:encoded><![CDATA[Hello,<br />
<br />
Thankyou for the article and the help comments. I have got the following info from an apache server. I have change the domain, group and company names. I do not know how to map this info to the tomcat configuration.<br />
    AuthLdapUrl ldap://ldap02.domain.com:389/o=company,c=com?uid?sub?(objectClass=*)<br />
<br />
    Require ldap-group cn=thegroup,o=company,c=com<br />]]></content:encoded>
			<link>http://blog.mc-thias.org/?title=tomcat_ldap_authentication&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1#c645</link>
		</item>
				<item>
			<title>James [Visitor] in response to: Tomcat LDAP authentication</title>
			<pubDate>Sun, 29 Aug 2010 01:17:45 +0000</pubDate>
			<dc:creator>James [Visitor]</dc:creator>
			<guid isPermaLink="false">c641@http://blog.mc-thias.org/</guid>
			<description>Hallo,&lt;br /&gt;
what do uid={0} and memberUid={1} mean? I a mean the numbers between curly brackets. Great tutorial.&lt;br /&gt;
James&lt;br /&gt;</description>
			<content:encoded><![CDATA[Hallo,<br />
what do uid={0} and memberUid={1} mean? I a mean the numbers between curly brackets. Great tutorial.<br />
James<br />]]></content:encoded>
			<link>http://blog.mc-thias.org/?title=tomcat_ldap_authentication&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1#c641</link>
		</item>
				<item>
			<title>Thias [Member] in response to: Tomcat LDAP authentication</title>
			<pubDate>Fri, 27 Aug 2010 14:04:48 +0000</pubDate>
			<dc:creator>Thias [Member]</dc:creator>
			<guid isPermaLink="false">c638@http://blog.mc-thias.org/</guid>
			<description>@David,&lt;br /&gt;
&lt;br /&gt;
The  entry userPattern=&quot;uid={0},ou=people,dc=domain,dc=com&quot; should match your LDAP server.&lt;br /&gt;
In my case, users are stored in LDAP (I'm running Sun Directory Server here - but I could have been OpenLDAP or any other one) following this schema:&lt;br /&gt;
The user name is known by the uid.&lt;br /&gt;
Users entries are stored in the &quot;people&quot; ou, for the &quot;domain.com&quot; domain.&lt;br /&gt;
&lt;br /&gt;
uid, ou, dc, cn, ... are quite standard, but the LDAP schema may vary depending on the LDAP server you're using...&lt;br /&gt;
&lt;br /&gt;
Well, that's a really short answer to your long question, but anyone who wants to add more is welcome! ;-)</description>
			<content:encoded><![CDATA[@David,<br />
<br />
The  entry userPattern="uid={0},ou=people,dc=domain,dc=com" should match your LDAP server.<br />
In my case, users are stored in LDAP (I'm running Sun Directory Server here - but I could have been OpenLDAP or any other one) following this schema:<br />
The user name is known by the uid.<br />
Users entries are stored in the "people" ou, for the "domain.com" domain.<br />
<br />
uid, ou, dc, cn, ... are quite standard, but the LDAP schema may vary depending on the LDAP server you're using...<br />
<br />
Well, that's a really short answer to your long question, but anyone who wants to add more is welcome! ;-)]]></content:encoded>
			<link>http://blog.mc-thias.org/?title=tomcat_ldap_authentication&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1#c638</link>
		</item>
				<item>
			<title>David [Visitor] in response to: Tomcat LDAP authentication</title>
			<pubDate>Fri, 27 Aug 2010 13:23:44 +0000</pubDate>
			<dc:creator>David [Visitor]</dc:creator>
			<guid isPermaLink="false">c637@http://blog.mc-thias.org/</guid>
			<description>Hallo again,&lt;br /&gt;
Do I need to change the pairs ou=people, dc=domain, uid=(0) to the equivalentes in my LDAP server. I mean both sides (Strings) of the comparison? Or maybe just the right side value of the comparison? Are the keywords uid, ou, dc, cn, memberUid standard keywords for all posible configurations? And by configurations also mean not only in Tomcat, but also Spring Security, etc. I know this is an exhaustive question, I am having problems finding documntation. Thank you for the tutorial.</description>
			<content:encoded><![CDATA[Hallo again,<br />
Do I need to change the pairs ou=people, dc=domain, uid=(0) to the equivalentes in my LDAP server. I mean both sides (Strings) of the comparison? Or maybe just the right side value of the comparison? Are the keywords uid, ou, dc, cn, memberUid standard keywords for all posible configurations? And by configurations also mean not only in Tomcat, but also Spring Security, etc. I know this is an exhaustive question, I am having problems finding documntation. Thank you for the tutorial.]]></content:encoded>
			<link>http://blog.mc-thias.org/?title=tomcat_ldap_authentication&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1#c637</link>
		</item>
				<item>
			<title>Rick [Visitor] in response to: Time Machine not completing backup due to backup disk already in use</title>
			<pubDate>Fri, 27 Aug 2010 13:10:11 +0000</pubDate>
			<dc:creator>Rick [Visitor]</dc:creator>
			<guid isPermaLink="false">c636@http://blog.mc-thias.org/</guid>
			<description>Fantastic tip, thanks! As for your comment @Danny: I think the cause of the problem is the backup being prematurely stopped. My system backs up one an hour, and if while it is backing up, I close my laptop, it seems to make the next backup have this problem. I presume that the backup volume thinks it's still connected and so when the backup tries to get access, it tells it it is already in use.</description>
			<content:encoded><![CDATA[Fantastic tip, thanks! As for your comment @Danny: I think the cause of the problem is the backup being prematurely stopped. My system backs up one an hour, and if while it is backing up, I close my laptop, it seems to make the next backup have this problem. I presume that the backup volume thinks it's still connected and so when the backup tries to get access, it tells it it is already in use.]]></content:encoded>
			<link>http://blog.mc-thias.org/?title=time-machine-not-completing-backup-due-to-backup-disk-already-in-use&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1#c636</link>
		</item>
				<item>
			<title>Newie [Visitor] in response to: Tomcat LDAP authentication</title>
			<pubDate>Fri, 27 Aug 2010 11:58:11 +0000</pubDate>
			<dc:creator>Newie [Visitor]</dc:creator>
			<guid isPermaLink="false">c635@http://blog.mc-thias.org/</guid>
			<description>Hello, nice tutorial. In order to understand LDAP, It would be great if you could highlight in bold  the generic parameters in the &quot;Realm&quot;  definition that need to be matched from the real ldap server.&lt;br /&gt;
Thank you.&lt;br /&gt;
Newie</description>
			<content:encoded><![CDATA[Hello, nice tutorial. In order to understand LDAP, It would be great if you could highlight in bold  the generic parameters in the "Realm"  definition that need to be matched from the real ldap server.<br />
Thank you.<br />
Newie]]></content:encoded>
			<link>http://blog.mc-thias.org/?title=tomcat_ldap_authentication&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1#c635</link>
		</item>
				<item>
			<title>Jose Torres [Visitor] in response to: Registering a SAMBA Solaris 10 server as a MS AD member</title>
			<pubDate>Thu, 26 Aug 2010 15:42:18 +0000</pubDate>
			<dc:creator>Jose Torres [Visitor]</dc:creator>
			<guid isPermaLink="false">c632@http://blog.mc-thias.org/</guid>
			<description>Thank you for this guide.  The instructions proved invaluable!&lt;br /&gt;
&lt;br /&gt;
For those following along, in the following command, &quot;pass&quot; should be &quot;ktpass&quot; and &quot;HOST&quot; should be &quot;sol10svr&quot;:&lt;br /&gt;
&lt;br /&gt;
pass -princ HOST/sol10svr@NULLDOM.COM -mapuser sol10svr@NULLDOM.com -pass TheUnknownP@sswd -out sol10svr.keytab&lt;br /&gt;
&lt;br /&gt;
Obviously, make the necessary changes per your configuration.</description>
			<content:encoded><![CDATA[Thank you for this guide.  The instructions proved invaluable!<br />
<br />
For those following along, in the following command, "pass" should be "ktpass" and "HOST" should be "sol10svr":<br />
<br />
pass -princ HOST/sol10svr@NULLDOM.COM -mapuser sol10svr@NULLDOM.com -pass TheUnknownP@sswd -out sol10svr.keytab<br />
<br />
Obviously, make the necessary changes per your configuration.]]></content:encoded>
			<link>http://blog.mc-thias.org/?title=registering-a-samba-solaris-10-server-as-a-ms-ad-member&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1#c632</link>
		</item>
				<item>
			<title>homepage [Visitor] in response to: Access Based Enumeration and Windows 2003 Cluster</title>
			<pubDate>Wed, 25 Aug 2010 06:20:43 +0000</pubDate>
			<dc:creator>homepage [Visitor]</dc:creator>
			<guid isPermaLink="false">c625@http://blog.mc-thias.org/</guid>
			<description>Nice post, thanks!</description>
			<content:encoded><![CDATA[Nice post, thanks!]]></content:encoded>
			<link>http://blog.mc-thias.org/?title=access-based-enumeration-and-windows-200&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1#c625</link>
		</item>
			</channel>
</rss>
