Skip to content

Commit

Permalink
Strip trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Jan 27, 2010
1 parent cd92e18 commit 5015337
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/Catalyst/Authentication/Credential/RemoteHTTP.pm
Expand Up @@ -127,8 +127,8 @@ conveniently use a networked authentication mechanism such as LDAP.
# example
__PACKAGE__->config->{'Plugin::Authentication'} =
{
__PACKAGE__->config->{'Plugin::Authentication'} =
{
default_realm => 'members',
realms => {
members => {
Expand All @@ -137,15 +137,15 @@ conveniently use a networked authentication mechanism such as LDAP.
url => 'http://intranet.company.com/authenticated.html',
password_field => 'password',
username_prefix => 'MYDOMAIN\\',
http_keep_alive => 1,
defer_find_user => 1,
},
http_keep_alive => 1,
defer_find_user => 1,
},
...
=over 4
=over 4
=item class
=item class
The classname used for Credential. This is part of
L<Catalyst::Plugin::Authentication> and is the method by which
Expand Down Expand Up @@ -223,7 +223,7 @@ L<Catalyst::Plugin::Authentication> for all credential modules.
Instantiate a new RemoteHTTP object using the configuration hash
provided in $config. A reference to the application is provided as
the second argument.
the second argument.
=head2 authenticate( $authinfo, $c )
Expand Down

0 comments on commit 5015337

Please sign in to comment.