change default value for persist_in_session to username
[catagits/Catalyst-Authentication-Store-LDAP.git] / README
diff --git a/README b/README
index ca4dbf3..bd4f03e 100644 (file)
--- a/README
+++ b/README
@@ -275,9 +275,9 @@ CONFIGURATION OPTIONS
     instead be performed when bound as the user you authenticated as.
 
   persist_in_session
-    Can take one of the following values, defaults to undefined:
+    Can take one of the following values, defaults to *username*:
 
-   undefined
+   username
     Only store the username in the session and lookup the user and its roles
     on every request. That was how the module worked until version 1.015 and
     is also the default for backwards compatibility.