X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=7955caa35ca9269f01ec5c2c6ea46846ca1a8f3b;hb=2690c1e351ec34f25c67ceae98ce025ad86f3fb1;hp=a495d7138bca0616f684238a9ec0d0d37ffd7665;hpb=8e1852a2ee4c23987134481a0d122a5b2e2d5c36;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/README b/README index a495d71..7955caa 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. @@ -287,8 +287,8 @@ CONFIGURATION OPTIONS 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. + 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