Phil <[email protected]> writes: > I assume that I can define a new role (remotesupportuser for example) > with the appropriate permissions and then grant this role to specific > users. Is there a way that I can configure the derby network server to > accept remote connections only from users with the remotesupportuser > role?
No, I don't believee there is. Currently, the role machinery is only used to adminster SQL privileges, not system privileges. There has been done work on Derby in the past to improve Derby's support for system privileges, cf. DERBY-2109, but that work has not been completed. Dag
