change default value for persist_in_session to username
[catagits/Catalyst-Authentication-Store-LDAP.git] / lib / Catalyst / Authentication / Store / LDAP.pm
index 3c74e47..3f23e5e 100644 (file)
@@ -316,9 +316,9 @@ performed when bound as the user you authenticated as.
 
 =head2 persist_in_session
 
-Can take one of the following values, defaults to undefined:
+Can take one of the following values, defaults to I<username>:
 
-=head3 undefined
+=head3 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