Revision: 3103
Author:   olavmrk
Date:     Wed May 23 23:08:02 2012
Log: Auth_Default: Fix support for "Expire" from authentication sources.

Thanks to Tim Ace for reporting this bug!
http://code.google.com/p/simplesamlphp/source/detail?r=3103

Modified:
 /trunk/lib/SimpleSAML/Auth/Default.php

=======================================
--- /trunk/lib/SimpleSAML/Auth/Default.php      Thu Dec 22 23:00:45 2011
+++ /trunk/lib/SimpleSAML/Auth/Default.php      Wed May 23 23:08:02 2012
@@ -91,7 +91,7 @@
                }

                /* Add those that should always be included. */
- foreach (array('Attributes', 'Expires', 'LogoutState', 'AuthnInstant') as $a) { + foreach (array('Attributes', 'Expire', 'LogoutState', 'AuthnInstant') as $a) {
                        if (isset($state[$a])) {
                                $persistentAuthState[$a] = $state[$a];
                        }

--
You received this message because you are subscribed to the Google Groups 
"simpleSAMLphp commits" group.
To post to this group, send email to simplesamlphp-commits@googlegroups.com.
To unsubscribe from this group, send email to 
simplesamlphp-commits+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simplesamlphp-commits?hl=en.

Reply via email to