Disable caching of Web UI login_kerberos request

IE caches login_kerberos request so SSO doesn't work after logout. This patch disables the caching.

https://fedorahosted.org/freeipa/ticket/2991
This commit is contained in:
Petr Vobornik
2012-08-14 08:22:48 +02:00
committed by Martin Kosek
parent be144da672
commit d227c70d15
+1
View File
@@ -323,6 +323,7 @@ IPA.get_credentials = function() {
var request = {
url: IPA.login_url,
cache: false,
async: false,
type: "GET",
success: success_handler,