From: Dagfinn Ilmari Mannsåker Date: Tue, 17 Jan 2017 10:51:08 +0000 (+0000) Subject: POD link and formatting fixes X-Git-Tag: v1.017~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Store-LDAP.git;a=commitdiff_plain;h=27b6d82297bbadf3c582228b8ad8cd0e66972f59 POD link and formatting fixes --- diff --git a/Changes b/Changes index 3056927..07aeae9 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +1.017 + - Minor POD spelling, formatting and link fixes + 1.016 11 Februrary 2016 - Document how to limit the attributes returned from the LDAP search - Add persist_in_session config option to allow storing of user and its diff --git a/lib/Catalyst/Authentication/Store/LDAP.pm b/lib/Catalyst/Authentication/Store/LDAP.pm index b57b0ad..bc44685 100644 --- a/lib/Catalyst/Authentication/Store/LDAP.pm +++ b/lib/Catalyst/Authentication/Store/LDAP.pm @@ -334,7 +334,7 @@ Store the user object and its roles in the session and never look it up in the store after login. B It's recommended to limit the user attributes fetched from LDAP -using L / attrs to not exhaust the session store. +using L / C to not exhaust the session store. =back