X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FStore%2FLDAP%2FUser.pm;h=7a6954d4bfa6b2f956cae5a228e68928d1bc86f0;hb=71e3a4f6f35a40145bc66918b912f0661d27cffc;hp=e391de36969bb78d2f601ed4a78b57f4c95cf293;hpb=0d3c4264e91902605a92fc2f3d4c5b76a7f581cd;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/lib/Catalyst/Authentication/Store/LDAP/User.pm b/lib/Catalyst/Authentication/Store/LDAP/User.pm index e391de3..7a6954d 100644 --- a/lib/Catalyst/Authentication/Store/LDAP/User.pm +++ b/lib/Catalyst/Authentication/Store/LDAP/User.pm @@ -25,7 +25,7 @@ username. =head1 DESCRIPTION -This wraps up an LDAP object and presents a simplified interface to it's +This wraps up an LDAP object and presents a simplified interface to its contents. It uses some AUTOLOAD magic to pass method calls it doesn't understand through as simple read only accessors for the LDAP entries various attributes.