Updated login class

Change-Id: I957d7a92cded55c37c3cac3de381d9f31fa6b14a
diff --git a/kalamar.conf b/kalamar.conf
index 1e9cf45..f48fece 100644
--- a/kalamar.conf
+++ b/kalamar.conf
@@ -4,13 +4,27 @@
     # IDS Kustvakt server:
     # api => 'http://10.0.10.13:7070/api/v0.1/'
     # Local Kustvakt server:
+    # api => 'http://10.0.10.51:7070/api/v0.1/'
     api => 'http://localhost:9999/api/v0.1/'
   },
   CHI => {
     default => {
       driver => 'FastMmap',
       root_dir => app->home . '/cache/data',
-      cache_size => '12m'
+      cache_size => '100m',
+      max_size => '100m'
+    },
+    user => {
+      l1_cache => {
+	driver => 'FastMmap',
+	root_dir => app->home . '/cache/usermap',
+	cache_size => '50m',
+	max_size => '50m'
+      },
+      driver => 'File',
+      root_dir => app->home . '/cache/userfile',
+      max_key_length => 64,
+      max_size => '500m'
     }
   },
   hypnotoad => {