xdmp:external-security( $external-security as xs:string ) as xs:unsignedLong
Returns the external security ID for the specified external security name.
Unlike the security library module function
sec:uid-for-name
,
this function can be evaluated against any database and does not need to be
evaluated directly against the security database. It returns the external
security ID from the security database configured for the database in which
the App Server evaluates against.
Parameters | |
---|---|
external-security | An external security name. |
xdmp:external-security("ldap-config") => 2392349873545
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.