Oops. Did not mean to switch to LDAP as default.
diff --git a/app/src/main/webapp/WEB-INF/security.xml b/app/src/main/webapp/WEB-INF/security.xml
index 33f80a2..b866f13 100644
--- a/app/src/main/webapp/WEB-INF/security.xml
+++ b/app/src/main/webapp/WEB-INF/security.xml
@@ -66,9 +66,9 @@
 
         <!-- Uncomment one of the three below, based on whether database, LDAP, or
              OpenID authentication is desired. -->
-        <authentication-provider ref="ldapAuthProvider" />
-        <!--
         <authentication-provider user-service-ref="rollerUserService"/>
+        <!--
+        <authentication-provider ref="ldapAuthProvider" />
         <authentication-provider ref="openIDAuthProvider"/>
         -->
     </authentication-manager>