mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-12 13:49:44 +00:00
Merge to 2.0.6a
This commit is contained in:
@@ -1,3 +1,27 @@
|
||||
commit 1221da24439397bf66c9701ba356bd61fe4eff12
|
||||
Author: Jean Raby <jraby@inverse.ca>
|
||||
Date: Tue Jun 25 09:12:27 2013 -0400
|
||||
|
||||
Add CASLogoutRequestMap.plist
|
||||
|
||||
A SoObjects/SOGo/CASLogoutRequestMap.plist
|
||||
|
||||
commit f27b8b6a54a12f2ae4eea8bff6409eb4f3284ced
|
||||
Author: Jean Raby <jraby@inverse.ca>
|
||||
Date: Tue Jun 25 09:06:28 2013 -0400
|
||||
|
||||
Document SOGoCASLogoutEnabled
|
||||
|
||||
M Documentation/SOGo Installation Guide.odt
|
||||
|
||||
commit a6b393c2c197eb9b56e895833b05d02f8a13282a
|
||||
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
Date: Fri Jun 21 11:26:42 2013 -0400
|
||||
|
||||
Update ChangeLog
|
||||
|
||||
M ChangeLog
|
||||
|
||||
commit faf228022ac83e3c66b0f4f1e23654a9b273e601
|
||||
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
Date: Fri Jun 21 11:25:55 2013 -0400
|
||||
|
||||
Binary file not shown.
@@ -1,3 +1,10 @@
|
||||
2.0.6a (2013-06-25)
|
||||
------------------
|
||||
|
||||
Bug fixes
|
||||
- Documentation fixes
|
||||
- Added missing file for CAS single logout
|
||||
|
||||
2.0.6 (2013-06-21)
|
||||
------------------
|
||||
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
/* <samlp:LogoutRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" ID="LR-101-ukLsAdi2dgeqM79coNFdFYxhlODDilY7ALx" Version="2.0" IssueInstant="2013-06-19T11:10:23Z">
|
||||
* <saml:NameID xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">@NOT_USED@</saml:NameID>
|
||||
* <samlp:SessionIndex>ST-114-ypmWHaklq3vPxByAIgdc-cas01.example.org</samlp:SessionIndex>
|
||||
* </samlp:LogoutRequest>
|
||||
*/
|
||||
|
||||
"urn:oasis:names:tc:SAML:2.0:protocol" = {
|
||||
LogoutRequest = {
|
||||
class = CASLogoutRequest;
|
||||
attributes = {
|
||||
SessionIndex = sessionIndex;
|
||||
};
|
||||
};
|
||||
|
||||
SessionIndex = {
|
||||
class = NSString;
|
||||
key = sessionIndex;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user