
sec.externalSecuritySetLdapNegativeCacheTimeout( external-security-name as String, ldap-negative-cache-timeout as Number ) as null
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. |
http://marklogic.com/xdmp/privileges/external-security-set-ldap-cache-timeoutThis function must be executed against the security database.
declareUpdate();
const sec = require('/MarkLogic/security');
sec.externalSecuritySetLdapNegativeCacheTimeout('ldapconfig', 20);
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.