X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FStore%2FLDAP.pm;h=4769ede81eaea0c56645857cd15a00a7249c590f;hb=refs%2Ftags%2Fv1.016;hp=3c74e47cb8f70f1506e91b5c60e5b92cc4770f88;hpb=439924cb60130b112899c2eb54a665ef615d5093;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/lib/Catalyst/Authentication/Store/LDAP.pm b/lib/Catalyst/Authentication/Store/LDAP.pm index 3c74e47..4769ede 100644 --- a/lib/Catalyst/Authentication/Store/LDAP.pm +++ b/lib/Catalyst/Authentication/Store/LDAP.pm @@ -3,7 +3,7 @@ package Catalyst::Authentication::Store::LDAP; use strict; use warnings; -our $VERSION = '1.015'; +our $VERSION = '1.016'; use Catalyst::Authentication::Store::LDAP::Backend; @@ -19,6 +19,8 @@ __END__ =pod +=encoding utf-8 + =head1 NAME Catalyst::Authentication::Store::LDAP @@ -316,21 +318,25 @@ 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 C: + +=over -=head3 undefined +=item C 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. -=head3 all +=item C 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 / attrs to not exhaust the session store. + +=back =head2 entry_class @@ -352,11 +358,13 @@ L with this object. =head1 AUTHORS Adam Jacob +Peter Karman +Alexander Hartmaier Some parts stolen shamelessly and entirely from L. -Currently maintained by Peter Karman . +Currently maintained by Dagfinn Ilmari Mannsåker . =head1 THANKS