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. |
declareUpdate(); const sec = require('/MarkLogic/security'); sec.externalSecuritySetLdapMemberAttribute('ldapconfig', 'memberGroup');