summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/Controllers/SettingConstants.h')
-rw-r--r--Swift/Controllers/SettingConstants.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Swift/Controllers/SettingConstants.h b/Swift/Controllers/SettingConstants.h
index eca3199..c4ac4ad 100644
--- a/Swift/Controllers/SettingConstants.h
+++ b/Swift/Controllers/SettingConstants.h
@@ -93,7 +93,16 @@ namespace Swift {
93 * 93 *
94 * If set true Swift will sign out the user when the 94 * If set true Swift will sign out the user when the
95 * smart card is removed; else not. 95 * smart card is removed; else not.
96 */ 96 */
97 static const SettingsProvider::Setting<bool> DISCONNECT_ON_CARD_REMOVAL; 97 static const SettingsProvider::Setting<bool> DISCONNECT_ON_CARD_REMOVAL;
98 /**
99 * The #SINGLE_SIGN_ON setting
100 * specifies whether to log in using Single Sign On.
101 * This is currently supported on Windows.
102 *
103 * If set true Swift will use GSSAPI authentication to
104 * log in the user; else not.
105 */
106 static const SettingsProvider::Setting<bool> SINGLE_SIGN_ON;
98 }; 107 };
99} 108}