sec.externalSecuritySetLdapNestedLookup( external-security-name as String, ldap-nested-lookup as Boolean ) as null
This function sets the nested-lookup boolean. This boolean tells the LDAP server to do nested group lookup or not. Default value is true.
Parameters | |
---|---|
external-security-name | The name of external authentication configuration. |
ldap-nested-lookup | Specifies whether the ldap server will do nested group lookup or not. |
http://marklogic.com/xdmp/privileges/external-security-set-ldap-nested-lookup
This function must be executed against the security database.
declareUpdate(); const sec = require('/MarkLogic/security'); sec.externalSecuritySetLdapNestedLookup('ldapConfig', false);