Loading TOC...

sec.externalSecurityGetLdapRemoveDomain

sec.externalSecurityGetLdapRemoveDomain(
   external-security-name as String
) as Boolean

Summary

This function returns the ldap-remove-domain setting for the named external security configuration.

Parameters
external-security-name The name of an external-security configuration.

Example


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

sec.externalSecurityGetLdapRemoveDomain('ldapConfig');
   

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