X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FStore%2FLDAP.pm;h=bc44685682661e7c10e2dee82fd3bece24614ad6;hb=27b6d82297bbadf3c582228b8ad8cd0e66972f59;hp=196f180d315b27ce992d9b6a3ab6c2a12cddf3e6;hpb=8e1852a2ee4c23987134481a0d122a5b2e2d5c36;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/lib/Catalyst/Authentication/Store/LDAP.pm b/lib/Catalyst/Authentication/Store/LDAP.pm index 196f180..bc44685 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; @@ -229,7 +229,7 @@ as identifier for the user. =head2 user_search_options -This takes a hashref. It will append it's values to the call to +This takes a hashref. It will append its values to the call to L's "search" method during the initial user lookup. See L for valid options. @@ -297,7 +297,7 @@ If this is set to "dn", we will use the User Objects DN. =head2 role_search_options -This takes a hashref. It will append it's values to the call to +This takes a hashref. It will append its values to the call to L's "search" method during the user's role lookup. See L for valid options. @@ -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