Softerra LDAP Administrator Help | Show AllHide All |
Returns a symbol expression after converting lower case symbols into upper case symbols.
string_expression - can be a constant, attribute or a result of the function that returns a string.
The following example converts the description attribute of all entries to lowercase.
UPDATE ROOTDSE SET $description=LOWER($description) WHERE EXISTS $description;