update authors
[catagits/Catalyst-Authentication-Store-LDAP.git] / README
diff --git a/README b/README
index ca4dbf3..5bafe8e 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.
@@ -303,12 +303,13 @@ METHODS
     Catalyst::Plugin::Authentication with this object.
 
 AUTHORS
-    Adam Jacob <holoway@cpan.org>
+    Adam Jacob <holoway@cpan.org> Peter Karman <karman@cpan.org> Alexander
+    Hartmaier <abraxxa@cpan.org>
 
     Some parts stolen shamelessly and entirely from
     Catalyst::Plugin::Authentication::Store::Htpasswd.
 
-    Currently maintained by Peter Karman <karman@cpan.org>.
+    Currently maintained by Dagfinn Ilmari MannsÃ¥ker <ilmari@cpan.org>.
 
 THANKS
     To nothingmuch, ghenry, castaway and the rest of #catalyst for the help.