FORMULA LANGUAGE


@NameLookup
Example

Searches for each specified user name across all Domino Directories and returns a list of single text values for each specified user name.

Note This @function is new with Release 5.

Syntax

@NameLookup( [ lookupType ] ; username; itemtoreturn )

Parameters

[ lookupType ]


username
itemtoreturn
Return value

valuelist


Usage

All the users from secondary directories, including the LDAP directory, need to be authenticated first, and then authorized to access a Notes/Domino database administered by the Domino server. The Directory Assistance derived from the Master Domino Directory uses trusted name rules to authenticate users. Once a user name is authenticated, it is added to the list of trusted names. This user name is then compared to the ACL for authorization.

Example