
sec.userGetExternalNames( user-name as String ) as Sequence
This function returns the external LDAP group names assigned to the named user.
| Parameters | |
|---|---|
| user-name | The name of the user. |
(: 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:user-get-external-names("user1")
(: Returns the external names for the user "user1". :)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.