Hopefully, this can be turned into a running gag series.
- SBS Server 2003 Standard Edition sucks. Either get Premium or just eschew SBS altogether. I’ll take a wiki over SharePoint anyday.
- Supposedly, Kerberos authentication between an Apache virtual host and an ActiveDirectory domain is impossible. However, mod_auth_pam and pam_krb5 are not only easier to setup, but they work.
- Backports.org’s version of trac currently depends on an unavailable version of mod_python (libapache2-mod-python2.3). Use mod_fcgi (libapache2-mod-fcgid) instead.
- In your BackgroundWorker.RunWorkerCompleted handler, you can either re-throw exceptions that were caught from your background thread (and loose stack traces), or use the ‘is’ operator in an if-else tree, e.g.
if( e.Error == null ) // no exceptions else if( e.Error is XmlException ) // handle XML errors
Hi, in this blog entry[1] (sorry in Spanish) the blogger says the problems he had with Sharepoint and how they finally migrated to Confluence[2], a commercial open source solution…
[1] http://tuertoyrey.blogspot.com/2006/11/rpm-e-sharepoint-rpm-e-infopath.html
[2] http://confluence.atlassian.com/
AuthType Kerberos
KrbAuthRealms AD.ISILLC.COM
Krb5Keytab “/etc/apache2/source.keytab”
Require valid-user