
sec.externalSecuritySetLdapMemberAttribute( external-security-name as String, ldap-member-attribute as String ) as null
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-set-ldap-memberof-attributeThis function must be executed against the security database.
declareUpdate();
const sec = require('/MarkLogic/security');
sec.externalSecuritySetLdapMemberAttribute('ldapconfig', 'memberGroup');
   
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.