Skip to content

Commit

Permalink
HPCC-32095 Set LDAP default file scope caching option to new caching
Browse files Browse the repository at this point in the history
Set the default flag to true

Signed-Off-By: Kenneth Rowland [email protected]
  • Loading branch information
kenrowland committed Jun 19, 2024
1 parent 64b36aa commit a94651f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/security/LdapSecurity/ldapsecurity.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ private:
static const SecFeatureSet s_safeFeatures = SMF_ALL_FEATURES;
static const SecFeatureSet s_implementedFeatures = s_safeFeatures & ~(SMF_RetrieveUserData | SMF_RemoveResources);
StringBuffer m_hpccInternalScope;
bool m_useLegacyDefaultFileScopePermissionCaching = true;
bool m_useLegacyDefaultFileScopePermissionCaching = false;

public:
IMPLEMENT_IINTERFACE
Expand Down

0 comments on commit a94651f

Please sign in to comment.