FORMULA LANGUAGE
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 ]
[NOUPDATE]
Default. Returns a list of user names. Corresponds to NAME_LOOKUP_NOUPDATE flag for Notes API. You can specify this keyword along with the other keywords excluding [FORCEUPDATE].
[FORCEUPDATE]
Forces the name space (view) to be updated. Corresponds to NAME_LOOKUP_UPDATE flag for Notes API. You can specify this keyword along with the other keywords excluding [NOUPDATE].
The following keywords can be used along with the [NOUPDATE] or [FORCEUPDATE].
[NOSEARCHING]
Searches only the first Domino Directory containing the "($Users)" view, and returns a list of single text values for each specified user name. An empty string is returned for no match found. Corresponds to NAME_LOOKUP_NOSEARCHING flag for Notes API.
[EXHAUSTIVE]
Searches all Domino Directories listed in NAMES variable in notes.ini and returns all information in a text list. The user's value is omitted if there is no match found.
[TRUSTEDONLY]
Searches only those Domino Directories that contain trust information and returns a list of single text values for each specified user name. An empty string is returned for no match found. Corresponds to NAME_LOOKUP_TRUSTED_NAMESPACES flag for Notes API.
valuelist
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