X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=a495d7138bca0616f684238a9ec0d0d37ffd7665;hb=8e1852a2ee4c23987134481a0d122a5b2e2d5c36;hp=ca4dbf30dea96632fa79e4fa1725452c709738b4;hpb=439924cb60130b112899c2eb54a665ef615d5093;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/README b/README index ca4dbf3..a495d71 100644 --- a/README +++ b/README @@ -275,19 +275,20 @@ 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 - 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. + "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. - all - Store the user object and its roles in the session and never look it up - in the store after login. + "all" + Store the user object and its roles in the session and never look it + up in the store after login. - NOTE: It's recommended to limit the user attributes fetched from LDAP - using user_search_options / attrs to not exhaust the session store.. + NOTE: It's recommended to limit the user attributes fetched from + LDAP using user_search_options / attrs to not exhaust the session + store. entry_class The name of the class of LDAP entries returned. This class should exist @@ -303,12 +304,13 @@ METHODS Catalyst::Plugin::Authentication with this object. AUTHORS - Adam Jacob + Adam Jacob Peter Karman Alexander + Hartmaier Some parts stolen shamelessly and entirely from Catalyst::Plugin::Authentication::Store::Htpasswd. - Currently maintained by Peter Karman . + Currently maintained by Dagfinn Ilmari Mannsåker . THANKS To nothingmuch, ghenry, castaway and the rest of #catalyst for the help.