Switch to side-by-side view

--- a/Allura/development.ini
+++ b/Allura/development.ini
@@ -41,16 +41,19 @@
 beaker.session.validate_key = 714bfe3612c42390726f
 
 registration.method = local
-theme = sftheme
-
-auth.method = local
+# theme = sftheme
+theme = allura
+
+auth.method = ldap
+# auth.method = local
 # auth.login_url = /auth/
 # auth.logout_url = /auth/logout
 
 auth.ldap.server = ldap://localhost
-auth.ldap.suffix = ou=people,dc=example,dc=com
-auth.ldap.admin_dn = cn=admin,dc=example,dc=com
+auth.ldap.suffix = ou=people,dc=localdomain
+auth.ldap.admin_dn = cn=admin,dc=localdomain
 auth.ldap.admin_password = secret
+auth.ldap.schroot_name = scm
 
 # Set the locations of some static resources
 #  script_name is the path that is handled by the application
@@ -64,6 +67,13 @@
 # static.url_base = ://a.fsdn.com/allura/nf/%(build_key)s/_static_/
 # cdn.url_base = //a.fsdn.com/allura
 
+scm.host.ro.git =
+scm.host.rw.git = ssh://$username@localhost:8022/scm-repo$path
+scm.host.ro.hg =
+scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
+scm.host.ro.svn =
+scm.host.rw.svn = svn+ssh://$username@localhost:8022/scm-repo$path
+
 gitweb.cgi = /usr/lib/cgi-bin/gitweb.cgi
 
 # Ming setup