From: Dmitriy S. <sha...@gm...> - 2011-10-18 07:02:10
|
is it only collection.xconf that you have? On Tue, Oct 18, 2011 at 11:23 AM, Chris Tomlinson < chr...@gm...> wrote: > > I added the defaults as you indicated to the collection.xconf for a > collection /db/tbrc > > <collection xmlns="http://exist-db.org/collection-config/1.0"> > <default-permissions resource="0774" collection="0774"/> > <triggers> > <trigger event="store,remove,update" class=" > org.exist.versioning.VersioningTrigger"> > <parameter name="overwrite" value="no"/> > </trigger> > </triggers> > </collection> > > > I shutdown the DB and removed the redundant lines from the conf.xml and > restarted the DB and then uploaded a file via the admin.xq Browse > Collections and also uploaded a file via the client.sh command line put. In > both instances I am still seeing: > > "rw-r--r--" > > For the resulting permissions. Only the user that uploaded can delete and > no updates can happen. > > > -- Dmitriy Shabanov |