Previous Topic: ANY Function--Any Bits Set

Next Topic: BEFORE Function--Find a String

AT Function--Is User at Specified LDAP DN

The AT function returns a TRUE if the specified user (user_DN) exists within the specified container (root_DN).

Syntax

The AT function has the following format:

AT(root_DN, user_DN)

Parameters

The AT function accepts the following parameters:

root_DN (string)

user_DN (string)

Return Value

The AT function returns a Boolean value.

Remarks

LDAP Only: Yes

More information:

ABOVE Function--Is User Above Specified LDAP DN