. turn on vgauth for authn checks
. changes in shared code that don't affect open-vm-tools functionality
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
/*
* vigor (must be < VMDB range and < disklib, see bug 741290)
*/
-#define RANK_vigorClientLock (RANK_libLockBase + 0x4400)
-#define RANK_vigorOfflineClientLock (RANK_libLockBase + 0x4410)
+#define RANK_vigorOnlineLock (RANK_libLockBase + 0x4400)
+#define RANK_vigorOfflineLock (RANK_libLockBase + 0x4410)
/*
* NFC lib lock
#define VMTOOLSD_APP_NAME "vmtoolsd"
#define VIXTOOLS_CONFIG_USE_VGAUTH_NAME "useVGAuth"
-/*
- * XXX Leave this off by default until the VGAuth service is being
- * officially installed.
- */
-#define USE_VGAUTH_DEFAULT FALSE
+#define USE_VGAUTH_DEFAULT TRUE
static gboolean gSupportVGAuth = USE_VGAUTH_DEFAULT;
static gboolean QueryVGAuthConfig(GKeyFile *confDictRef);