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-timeout
This function must be executed against the security database.
declareUpdate(); const sec = require('/MarkLogic/security'); sec.externalSecuritySetLdapNegativeCacheTimeout('ldapconfig', 20);