Loading TOC...

sec.externalSecuritySetLdapNegativeCacheTimeout

sec.externalSecuritySetLdapNegativeCacheTimeout(
   external-security-name as String,
   ldap-negative-cache-timeout as Number
) as null

Summary

This function updates the ldap-negative-cache-timeout setting in the external security configuration.

Parameters
external-security-name The name of an external-security configuration.
ldap-negative-cache-timeout Negative cache timeout in seconds.

Required Privileges

http://marklogic.com/xdmp/privileges/external-security-set-ldap-cache-timeout

Usage Notes

This function must be executed against the security database.

Example


declareUpdate();
const sec = require('/MarkLogic/security');

sec.externalSecuritySetLdapNegativeCacheTimeout('ldapconfig', 20);
   

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.