<?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: Wikiperiments</title>
	<atom:link href="http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/</link>
	<description>Resources for librarians who are interested in the application of web design and technologies in libraries</description>
	<pubDate>Sun, 07 Sep 2008 07:54:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: MikeN</title>
		<link>http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/#comment-62897</link>
		<dc:creator>MikeN</dc:creator>
		<pubDate>Wed, 30 Jul 2008 21:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/#comment-62897</guid>
		<description>I have the LDAP working ok, and the local works ok if the account is already in the local database. I can't get it to create a new account for the local database not coming in from LDAP but from the www, any user trying to login but must create an account.</description>
		<content:encoded><![CDATA[<p>I have the LDAP working ok, and the local works ok if the account is already in the local database. I can&#8217;t get it to create a new account for the local database not coming in from LDAP but from the www, any user trying to login but must create an account.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karen</title>
		<link>http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/#comment-62896</link>
		<dc:creator>Karen</dc:creator>
		<pubDate>Wed, 30 Jul 2008 16:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/#comment-62896</guid>
		<description>Absolutely. We both local accounts in MediaWiki and domain authenticated accounts. The way this works is people have to choose the appropriate authentication scheme in a drop-down. I'm sure the UI could be redesigned though to first check one and then the other so people didn't have to choose.</description>
		<content:encoded><![CDATA[<p>Absolutely. We both local accounts in MediaWiki and domain authenticated accounts. The way this works is people have to choose the appropriate authentication scheme in a drop-down. I&#8217;m sure the UI could be redesigned though to first check one and then the other so people didn&#8217;t have to choose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MikeN</title>
		<link>http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/#comment-62895</link>
		<dc:creator>MikeN</dc:creator>
		<pubDate>Wed, 30 Jul 2008 13:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/#comment-62895</guid>
		<description>Is it possible to have both LDAP and non-LDAP accounts on a mediawiki. Can some users be authenticated via the domain - SSL/LDAP/Active Directory and some able to access the wiki, make an account, from the web?</description>
		<content:encoded><![CDATA[<p>Is it possible to have both LDAP and non-LDAP accounts on a mediawiki. Can some users be authenticated via the domain - SSL/LDAP/Active Directory and some able to access the wiki, make an account, from the web?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DrThompsen.com » NERCOMP - Wikis for collaborative work</title>
		<link>http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/#comment-58745</link>
		<dc:creator>DrThompsen.com » NERCOMP - Wikis for collaborative work</dc:creator>
		<pubDate>Wed, 12 Mar 2008 19:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/#comment-58745</guid>
		<description>[...] At this point I raised my hand and asked a question: &#8220;Is this why you have your wiki on a secure server?&#8221; The answer was yes, that running it on a secure server kept LDAP passwords encrypted so they wouldn&#8217;t be sent as clear text. I was curious as to whether SSL was essential, and found this post that suggests it is (http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/). [...]</description>
		<content:encoded><![CDATA[<p>[...] At this point I raised my hand and asked a question: &#8220;Is this why you have your wiki on a secure server?&#8221; The answer was yes, that running it on a secure server kept LDAP passwords encrypted so they wouldn&#8217;t be sent as clear text. I was curious as to whether SSL was essential, and found this post that suggests it is (http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bieber Labs &#187; Subversion, MediaWiki, Wordpress, and LDAP</title>
		<link>http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/#comment-27681</link>
		<dc:creator>Bieber Labs &#187; Subversion, MediaWiki, Wordpress, and LDAP</dc:creator>
		<pubDate>Tue, 17 Jul 2007 13:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/#comment-27681</guid>
		<description>[...] Subversion was a no-brainer, since we host our repositories using mod_dav_svn. Configuring the mod_ldap module in the Apache server and converting all access to SSL made this integration painless, once I figured out how to build Apache to use OpenLDAP and Secure LDAP. For MediaWiki, the Mediawiki LDAP Extension worked flawlessly. The key problem with Mediawiki is that there is no mechanism built in to ensure that logins are performed via SSL. A quick rewrite rule in the Apache server took care of this for me. A complete explanation of this process can be found at Library Web Chic. [...]</description>
		<content:encoded><![CDATA[<p>[...] Subversion was a no-brainer, since we host our repositories using mod_dav_svn. Configuring the mod_ldap module in the Apache server and converting all access to SSL made this integration painless, once I figured out how to build Apache to use OpenLDAP and Secure LDAP. For MediaWiki, the Mediawiki LDAP Extension worked flawlessly. The key problem with Mediawiki is that there is no mechanism built in to ensure that logins are performed via SSL. A quick rewrite rule in the Apache server took care of this for me. A complete explanation of this process can be found at Library Web Chic. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/#comment-10858</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 18 Aug 2006 01:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/#comment-10858</guid>
		<description>Thanks for the information on LDAP and SSL.  I got my wiki site authenticating users from LDAP, but I want to restrict them to SSL.  Apache is already configured, but I wasn't sure how to configure MediaWiki.  I'll take a look at your apache configuration and port it to my installation.</description>
		<content:encoded><![CDATA[<p>Thanks for the information on LDAP and SSL.  I got my wiki site authenticating users from LDAP, but I want to restrict them to SSL.  Apache is already configured, but I wasn&#8217;t sure how to configure MediaWiki.  I&#8217;ll take a look at your apache configuration and port it to my installation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam&#8217;s Work Blog &#187; Blog Archive &#187; CETIS site redevelopment: A Plan</title>
		<link>http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/#comment-3507</link>
		<dc:creator>Sam&#8217;s Work Blog &#187; Blog Archive &#187; CETIS site redevelopment: A Plan</dc:creator>
		<pubDate>Thu, 18 May 2006 11:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/#comment-3507</guid>
		<description>[...] I saw an interesting and helpful looking blog entry about setting up LDAP on Mediawiki [...]</description>
		<content:encoded><![CDATA[<p>[...] I saw an interesting and helpful looking blog entry about setting up LDAP on Mediawiki [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Like Your Work &#187; Blog Archive &#187; links for 2006-05-04</title>
		<link>http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/#comment-2566</link>
		<dc:creator>Like Your Work &#187; Blog Archive &#187; links for 2006-05-04</dc:creator>
		<pubDate>Thu, 04 May 2006 00:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/#comment-2566</guid>
		<description>[...] Library Web Chic » Blog Archive » Wikiperiments (tags: wiki ldap) [...]</description>
		<content:encoded><![CDATA[<p>[...] Library Web Chic » Blog Archive » Wikiperiments (tags: wiki ldap) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/#comment-2115</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 27 Apr 2006 16:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2006/04/20/wikiperiments/#comment-2115</guid>
		<description>We're trying to use MediaWiki as well. However, it has not been easy to use for the librarians. Formating text, such as making headers, lists, and links, requires the use of some special syntax. It's not entirely simple or intuitive. I might as well just teach them html!  I'd like to hear how that goes for you.

(Perhaps there is a WYSIWYG plugin or something that I haven't come across.)</description>
		<content:encoded><![CDATA[<p>We&#8217;re trying to use MediaWiki as well. However, it has not been easy to use for the librarians. Formating text, such as making headers, lists, and links, requires the use of some special syntax. It&#8217;s not entirely simple or intuitive. I might as well just teach them html!  I&#8217;d like to hear how that goes for you.</p>
<p>(Perhaps there is a WYSIWYG plugin or something that I haven&#8217;t come across.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
