The GET function locates the specified attribute or attributes in a user directory and returns the attribute values. Multiple attribute values are separated by the caret character. If the function cannot find an attribute, it returns an empty string.
The GET function has the following format:
GET(user_attribute_name | user_attributes_string)
The GET function accepts one of the following parameters:
user_attribute_name (unquoted string)
Specifies a single user attribute.
user_attributes_string (string)
Specifies a string of user attribute names separated by a character. The function uses this character to separate one attribute's values from another attribute's values in the resulting string.
The GET function returns a string.
Privileged: Yes
LDAP Only: Yes
Return_value=GET('sn,givenname')
Return_value='Finch,Robin'
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |