Previous Topic: BEFORE Function--Find a String

Next Topic: BOOLEAN Function--Convert to "TRUE" or "FALSE"

BELOW Function--Is User Below Specified LDAP DN

The BELOW function returns a TRUE if the specified user (user_DN) exists within a container that is below the specified container (root_DN)

Syntax

The BELOW function has the following format:

BELOW(root_DN, user_DN)

Parameters

The BELOW function accepts the following parameters:

root_DN (string)

user_DN (string)

Return Value

The BELOW function returns a Boolean value.

Remarks

LDAP Only: Yes

More information:

ABOVE Function--Is User Above Specified LDAP DN

AT Function--Is User at Specified LDAP DN