diff --git a/src/creds/shibbolethcredentials.cpp b/src/creds/shibbolethcredentials.cpp index 90a413c862..fda7ab4485 100644 --- a/src/creds/shibbolethcredentials.cpp +++ b/src/creds/shibbolethcredentials.cpp @@ -43,7 +43,8 @@ namespace Mirall namespace { -const char userC[] = "user"; +// Not "user" because it has a special meaning for http +const char userC[] = "shib_user"; int shibboleth_redirect_callback(CSYNC* csync_ctx, const char* uri)