<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Block access to nuxeo administrator in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/block-access-to-nuxeo-administrator/m-p/319060#M6061</link>
    <description>&lt;P&gt;Have a look here &amp;gt; http&lt;/P&gt;</description>
    <pubDate>Thu, 01 Mar 2012 20:17:15 GMT</pubDate>
    <dc:creator>bruce_Grant</dc:creator>
    <dc:date>2012-03-01T20:17:15Z</dc:date>
    <item>
      <title>Block access to nuxeo administrator</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/block-access-to-nuxeo-administrator/m-p/319054#M6055</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Is it possible to block access to the administrator for a certain workspace/folder in Nuxeo(-dm) 5.5?&lt;/P&gt;
&lt;P&gt;We tried set all permissions to "deny" but the folder is still visible to administrator. And we did save "local rights".&lt;/P&gt;
&lt;P&gt;The same behavior happens if administrator in question is defined through "administratorId" in the config of is only a member of administrators.&lt;/P&gt;
&lt;P&gt;The desired effect is the following :&lt;/P&gt;
&lt;P&gt;We want to have a "nuxeo officer/administrator" who is able to fine tune our Nuxeo instance, and sometime helps user with problems.&lt;/P&gt;
&lt;P&gt;But we don't want this user be able to see certain sensitive documents (like salaries). Is there a way to achieve this goal?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;Patrick&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 16:56:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/block-access-to-nuxeo-administrator/m-p/319054#M6055</guid>
      <dc:creator>patrek</dc:creator>
      <dc:date>2012-02-28T16:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Block access to nuxeo administrator</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/block-access-to-nuxeo-administrator/m-p/319055#M6056</link>
      <description>&lt;P&gt;I played a little bit with the SecurityPolicy api, but it seems that if a user is in the groups "administrators", the SecurityPolicy extension checkPermission method is not called.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 21:23:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/block-access-to-nuxeo-administrator/m-p/319055#M6056</guid>
      <dc:creator>patrek</dc:creator>
      <dc:date>2012-02-28T21:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Block access to nuxeo administrator</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/block-access-to-nuxeo-administrator/m-p/319056#M6057</link>
      <description>&lt;P&gt;This is not possible with the current security model.
Note that even if it was, your administrator probably has access to the database and storage and would be able to access the document anyway, albeit not as easily.&lt;/P&gt;
&lt;P&gt;You may want to store an encrypted version of the document instead, with the decryption key shared only between people who should be able to access it (encryption/decryption would be done client-side, outside Nuxeo).&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2012 09:33:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/block-access-to-nuxeo-administrator/m-p/319056#M6057</guid>
      <dc:creator />
      <dc:date>2012-03-01T09:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Block access to nuxeo administrator</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/block-access-to-nuxeo-administrator/m-p/319057#M6058</link>
      <description>&lt;P&gt;What happens if you enable document-level security and remove inherited rights? Same result?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2012 18:32:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/block-access-to-nuxeo-administrator/m-p/319057#M6058</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2012-03-01T18:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Block access to nuxeo administrator</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/block-access-to-nuxeo-administrator/m-p/319058#M6059</link>
      <description>&lt;P&gt;Can you point me to the right place in the documentation to enable document-level security?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2012 20:05:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/block-access-to-nuxeo-administrator/m-p/319058#M6059</guid>
      <dc:creator>patrek</dc:creator>
      <dc:date>2012-03-01T20:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Block access to nuxeo administrator</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/block-access-to-nuxeo-administrator/m-p/319059#M6060</link>
      <description>&lt;P&gt;Not in our case.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2012 20:05:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/block-access-to-nuxeo-administrator/m-p/319059#M6060</guid>
      <dc:creator>patrek</dc:creator>
      <dc:date>2012-03-01T20:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Block access to nuxeo administrator</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/block-access-to-nuxeo-administrator/m-p/319060#M6061</link>
      <description>&lt;P&gt;Have a look here &amp;gt; http&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2012 20:17:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/block-access-to-nuxeo-administrator/m-p/319060#M6061</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2012-03-01T20:17:15Z</dc:date>
    </item>
  </channel>
</rss>

