Description
> When trying to execute a function from a client, we sometimes would get an Anonymous User Exception. This is because GetFunctionAttribute is regarded as an internal message, so it's not getting the subject bound to the executing thread, but the cmdExecute method of this command is checking for authorization. GEODE-2296 removed that check. This story is to update the docs to not include this client command.