From: Loren C. <lor...@gm...> - 2010-03-24 18:19:08
|
It could be moved to the file module and make the access by DBA configurable or even specify which groups can access. If someone would like, the access can even be granted to guest group in a configuration. The current code that accesses the file module functions has a check in each function to see if the user is a DBA or not. if (!context.getUser().hasDbaRole()) { XPathException xPathException = new XPathException(this, "Permission denied, calling user '" + context.getUser().getName() + "' must be a DBA to call this function."); logger.error("Invalid user", xPathException); throw xPathException; } Loren On Mar 24, 2010, at 01:08 PM, Dannes Wessels wrote: > big -1 for me. There is no coherence withthe other system modules. > > very pity to see that no core-team member was consulted on this. and > implemented. > > -1 > > > On Wed, Mar 24, 2010 at 7:17 AM, Dmitriy Shabanov <sha...@gm...> wrote: >> +1 to move it to system module > > > -- > eXist-db Native XML Database - http://exist-db.org > Join us on linked-in: http://www.linkedin.com/groups?gid=35624 |