[Bps-public-commit] rt-authen-externalauth branch, master, updated. 0.25-1-gb367b18
Alex Vandiver
alexmv at bestpractical.com
Tue Dec 9 11:30:43 EST 2014
The branch, master has been updated
via b367b185c4b4742f0d88383986703d3741089ba8 (commit)
from 412794ed93cd4e087e1661b1401663c663ceebb4 (commit)
Summary of changes:
lib/RT/Authen/ExternalAuth/DBI/Cookie.pm | 34 ++++++++++++++++----------------
1 file changed, 17 insertions(+), 17 deletions(-)
- Log -----------------------------------------------------------------
commit b367b185c4b4742f0d88383986703d3741089ba8
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue Dec 9 11:30:33 2014 -0500
Indent example code
diff --git a/lib/RT/Authen/ExternalAuth/DBI/Cookie.pm b/lib/RT/Authen/ExternalAuth/DBI/Cookie.pm
index 55a9294..dee7146 100644
--- a/lib/RT/Authen/ExternalAuth/DBI/Cookie.pm
+++ b/lib/RT/Authen/ExternalAuth/DBI/Cookie.pm
@@ -14,23 +14,23 @@ Provides the Cookie implementation for L<RT::Authen::ExternalAuth>.
=head1 SYNOPSIS
-Set($ExternalSettings, {
- # An example SSO cookie service
- 'My_SSO_Cookie' => {
- 'type' => 'cookie',
- 'name' => 'loginCookieValue',
- 'u_table' => 'users',
- 'u_field' => 'username',
- 'u_match_key' => 'userID',
- 'c_table' => 'login_cookie',
- 'c_field' => 'loginCookieValue',
- 'c_match_key' => 'loginCookieUserID',
- 'db_service_name' => 'My_MySQL'
- },
- 'My_MySQL' => {
- ...
- },
-} );
+ Set($ExternalSettings, {
+ # An example SSO cookie service
+ 'My_SSO_Cookie' => {
+ 'type' => 'cookie',
+ 'name' => 'loginCookieValue',
+ 'u_table' => 'users',
+ 'u_field' => 'username',
+ 'u_match_key' => 'userID',
+ 'c_table' => 'login_cookie',
+ 'c_field' => 'loginCookieValue',
+ 'c_match_key' => 'loginCookieUserID',
+ 'db_service_name' => 'My_MySQL'
+ },
+ 'My_MySQL' => {
+ ...
+ },
+ } );
=head1 CONFIGURATION
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list