
sec:external-security-set-ldap-bind-method( $external-security-name as xs:string, $ldap-bind-method as xs:string ) as empty-sequence()
This function sets the bind method on the named external security object.
For more information on the external security bind method, see Creating an External Authentication Configuration Object.
http://marklogic.com/xdmp/privileges/external-security-set-ldap-bind-methodThis function must be executed against the security database.
(: execute this against the security database :)
xquery version "1.0-ml";
import module namespace sec = "http://marklogic.com/xdmp/security"
at "/MarkLogic/security.xqy";
sec:external-security-set-ldap-bind-method("ldapconfig", "simple")
(: Sets the LDAP bind method to "simple" on the external security object,
named "ldapconfig". :)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.