sec:external-security-set-ldap-member-attribute( $external-security-name as xs:string, $ldap-member-attribute as xs:string ) as empty-sequence()
This function sets the member LDAP attribute for group lookup.
Parameters | |
---|---|
external-security-name | The name of external authentication configuration. |
ldap-member-attribute | LDAP attribute for the groups of a user. |
http://marklogic.com/xdmp/privileges/external-security-ldap-member-attribute
This function must be executed 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-member-attribute("ldapConfig", "memberGroup")
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.