[Catalyst-commits] r7408 - trunk/Catalyst-Plugin-Authentication-Store-LDAP/lib/Catalyst/Plugin/Authentication/Store

karpet at dev.catalyst.perl.org karpet at dev.catalyst.perl.org
Thu Jan 24 20:44:18 GMT 2008


Author: karpet
Date: 2008-01-24 20:44:18 +0000 (Thu, 24 Jan 2008)
New Revision: 7408

Modified:
   trunk/Catalyst-Plugin-Authentication-Store-LDAP/lib/Catalyst/Plugin/Authentication/Store/LDAP.pm
Log:
some doc tweeks via the ml

Modified: trunk/Catalyst-Plugin-Authentication-Store-LDAP/lib/Catalyst/Plugin/Authentication/Store/LDAP.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication-Store-LDAP/lib/Catalyst/Plugin/Authentication/Store/LDAP.pm	2008-01-23 19:38:51 UTC (rev 7407)
+++ trunk/Catalyst-Plugin-Authentication-Store-LDAP/lib/Catalyst/Plugin/Authentication/Store/LDAP.pm	2008-01-24 20:44:18 UTC (rev 7408)
@@ -83,6 +83,9 @@
 
 =head1 DESCRIPTION
 
+This plugin implements the L<Catalyst::Plugin::Authentication> v.10 API. Read that documentation first if
+you are upgrading from a previous version of this plugin.
+
 This plugin uses C<Net::LDAP> to let your application authenticate against
 an LDAP directory.  It has a pretty high degree of flexibility, given the 
 wide variation of LDAP directories and schemas from one system to another. 
@@ -156,6 +159,9 @@
     user_field:  samaccountname
     user_filter: (sAMAccountName=%s) 
 
+He also notes: "I found the case in the value of user_field to be significant: 
+it didn't seem to work when I had the mixed case value there."
+
 =head2 ldap_server
 
 This should be the hostname of your LDAP server.




More information about the Catalyst-commits mailing list