X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=280be30e4d6d224a0b75352525b5ddc1e521fa0b;hb=27b6d82297bbadf3c582228b8ad8cd0e66972f59;hp=bd4f03e68200ce41bcf5d5b375c91bf6ec12a1c6;hpb=d7ddb040641529c6c1b754ff1f4ac38e2d1166b5;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/README b/README index bd4f03e..280be30 100644 --- a/README +++ b/README @@ -193,7 +193,7 @@ CONFIGURATION OPTIONS identifier for the user. 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 Net::LDAP's "search" method during the initial user lookup. See Net::LDAP for valid options. @@ -256,7 +256,7 @@ CONFIGURATION OPTIONS role_filter. If this is set to "dn", we will use the User Objects DN. 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 Net::LDAP's "search" method during the user's role lookup. See Net::LDAP for valid options. @@ -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 *username*: + Can take one of the following values, defaults to "username": - 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. + "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.