<?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: Authentication on CMIS with non-admin user in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256616#M209746</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jeff, it's good to know &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll give it a try to 4.0.d&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, thank you very much for all your help, it's really appreciated!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Feb 2012 22:04:57 GMT</pubDate>
    <dc:creator>frank_miller</dc:creator>
    <dc:date>2012-02-15T22:04:57Z</dc:date>
    <item>
      <title>Authentication on CMIS with non-admin user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256607#M209737</link>
      <description>Hi!I'm having an issue trying to authenticate on CMIS with a non-admin user. Finally, I tried to do a simple get request, and I get this response…org/springframework/extensions/webscripts/scriptdump.get requires admin authentication; however, a non-admin has attempted accessdoes this mean only admin</description>
      <pubDate>Mon, 30 Jan 2012 17:55:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256607#M209737</guid>
      <dc:creator>frank_miller</dc:creator>
      <dc:date>2012-01-30T17:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication on CMIS with non-admin user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256608#M209738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Non-admin users should definitely be able to connect via CMIS and do anything the permissions are set to allow them to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you share with us some specifics such as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Alfresco server version&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Client you are using&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Binding you are using (Atom Pub versus Web Services)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Specific code you are using that is failing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Any exceptions you are seeing in the log&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 22:05:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256608#M209738</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-01-30T22:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication on CMIS with non-admin user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256609#M209739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the quick response Jeff.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think this is a specific Alfresco version issue (tried on 3.4 and 4.0). Actually, I'm using an opensource api written in ruby (ActiveCMIS). I get a little lost understanding the procedure to connect to CMIS, but debugging the code I reach to the following request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://.../alfresco/service/cmis/arg/n?noderef=workspace%3A%2F%2FSpacesStore%2F68c3c179-7027-466a-ad4b-9b0d64e06ab9&amp;amp;filter=&amp;amp;includeAllowableActions=true&amp;amp;includePolicyIds=&amp;amp;includeRelationships=&amp;amp;includeACL=true&amp;amp;renditionFilter=*" rel="nofollow noopener noreferrer"&gt;http://.../alfresco/service/cmis/arg/n?noderef=workspace%3A%2F%2FSpacesStore%2F68c3c179-7027-466a-ad4b-9b0d64e06ab9&amp;amp;filter=&amp;amp;includeAllowableActions=true&amp;amp;includePolicyIds=&amp;amp;includeRelationships=&amp;amp;includeACL=true&amp;amp;renditionFilter=*&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;which returns a 500 server exception. I include some log lines.-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;net.sf.acegisecurity.AccessDeniedException - Access is denied.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;org.springframework.extensions.webscripts.WebScriptException - 00310007 Wrapped Exception (with status template): 00310014 Error during processing of the template&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:758)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this information could be useful. Please, let me know if I can provide any other relevant information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 16:55:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256609#M209739</guid>
      <dc:creator>frank_miller</dc:creator>
      <dc:date>2012-01-31T16:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication on CMIS with non-admin user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256610#M209740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Without seeing the code it is hard to say, but it sounds like you might not be passing in the credentials in the header. When connecting to CMIS, you can either use basic authentication or you can use an Alfresco ticket. Tickets get passed in through an "alf_ticket" argument, so you clearly aren't doing that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The auth header needs to be set on every request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could test your call using curl. For example, you should be able to do:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;curl -uSomeUser&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://connect.hyland.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;omePassword "&lt;/SPAN&gt;&lt;A href="http://.../alfresco/service/cmis/arg/n?noderef=workspace%3A%2F%2FSpacesStore%2F68c3c179-7027-466a-ad4b-9b0d64e06ab9&amp;amp;filter=&amp;amp;includeAllowableActions=true&amp;amp;includePolicyIds=&amp;amp;includeRelationships=&amp;amp;includeACL=true&amp;amp;renditionFilter=*" rel="nofollow noopener noreferrer"&gt;http://.../alfresco/service/cmis/arg/n?noderef=workspace%3A%2F%2FSpacesStore%2F68c3c179-7027-466a-ad4b-9b0d64e06ab9&amp;amp;filter=&amp;amp;includeAllowableActions=true&amp;amp;includePolicyIds=&amp;amp;includeRelationships=&amp;amp;includeACL=true&amp;amp;renditionFilter=*&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And have that come back successfully. If you get the same response you are currently seeing, then you might be able to assume that the user and password you are using doesn't have the permissions to hit the node you are trying to hit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it works, but your Ruby code fails, you might be able to assume that the Ruby code is screwing up the auth somewhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 17:09:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256610#M209740</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-01-31T17:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication on CMIS with non-admin user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256611#M209741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're right! The problem was indeed the user didn't have permissions to read that node (silly me!&amp;nbsp; &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;ops: )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much Jeff!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 18:13:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256611#M209741</guid>
      <dc:creator>frank_miller</dc:creator>
      <dc:date>2012-01-31T18:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication on CMIS with non-admin user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256612#M209742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;my problem now is that the api I'm using needs to get repository info before performing any other operation. Then, through repository object, it gets several templates for getting objects by id, by path, … (I understand the reason is the urls may vary depending on the CMS I'm connecting) But when I try this steps with a user without access to root folder, I get a forbidden exception. Is it possible for a non-admin user to retrieve repository info? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDITED:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;also, trying to connect to the home space of a given user, if the user does not have permissions to company home, I get a forbidden exception. The url looks like…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;curl -uUser&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;assword "&lt;/SPAN&gt;&lt;A href="http://localhost/alfresco/service/cmis/arg/n?noderef=workspace%3A%2F%2FSpacesStore%2Fd96b2971-c718-4e0f-9b6e-e9dc68804341" rel="nofollow noopener noreferrer"&gt;http://localhost/alfresco/service/cmis/arg/n?noderef=workspace%3A%2F%2FSpacesStore%2Fd96b2971-c718-4e0f-9b6e-e9dc68804341&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this url returns me the node, only when the user has permissions to read company home. This doesn't make much sense to me, so I'm pretty sure I'm missing something obvious here. Please, any advice would be really appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Feb 2012 12:34:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256612#M209742</guid>
      <dc:creator>frank_miller</dc:creator>
      <dc:date>2012-02-11T12:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication on CMIS with non-admin user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256613#M209743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't think you need access to Company Home to get the repository information. To confirm that, I went into my Alfresco 4.0.d Community repository and removed the EVERYONE group from Company Home. I then used cmislib to connect as a test user (non-admin) and successfully retrieved the repository information:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;gt;&amp;gt;&amp;gt; from cmislib.model import CmisClient&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; client = CmisClient('&lt;A href="http://localhost:8080/alfresco/cmisatom" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/cmisatom&lt;/A&gt;', 'tuser1', 'password')&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; repo = client.defaultRepository&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; repo.getRepositoryInfo()&lt;BR /&gt;{u'aclCapability': None, u'cmisVersionSupported': u'1.0', u'principalAnonymous': u'guest', u'principalAnyone': u'GROUP_EVERYONE', u'repositoryDescription': u'Main Repository', u'changesOnType': u'cmis:folder', u'changesIncomplete': u'true', u'productVersion': u'4.0.0 (4003)', u'rootFolderId': u'workspace://SpacesStore/98f66c7a-b300-48b9-b35f-8695b8ca22b8', u'repositoryId': u'558e5b3c-71a0-42ac-b420-eda16e93e95b', u'repositoryName': u'Main Repository', u'vendorName': u'Alfresco', u'productName': u'Alfresco Repository (contentUrl=|mimetype=|size=0|encoding=|locale=en_US_|id=120)'}&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;However, as you mentioned, when attempting to retrieve the properties of tuser1's home directory, I got a permission denied. That's because the user's home directory sits in "User Homes" and tuser1 has no access to User Homes–User Homes inherits its perms from Company Home. When I made the EVERYONE group a consumer on User Homes, the tuser1 user was able to get to his home directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What's going on is that the properties of an object include some properties related to the parent. If the user has no access to the parent, the calls fail. You can work around this by providing a filter that lists only the properties you need and excludes any parent-related properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, if tuser1 has no access to the User Homes folder, the following call will fail with a PermissionDeniedException:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;home = repo.getObjectByPath('/User Homes/tuser1')&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;But this call, which excludes properties like cmis&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;arentObjectId and cmis&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ath will successfully retrieve the object:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;home = repo.getObjectByPath('/User Homes/tuser1', filter="cmis:creationDate,cm:owner,cmis:changeToken,cm:description,cmis:objectId,cmis:objectTypeId,cmis:lastModifiedBy,cmis:name,cmis:createdBy,cmis:baseTypeId")&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 16:55:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256613#M209743</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-02-14T16:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication on CMIS with non-admin user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256614#M209744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much for your detailed response Jeff.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I understand now most of the issues I was having accessing different folders. Anyway, I'm still not able to obtain repository info with a user without Company Home access. I'm trying this url directly on a web browser.-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://alfrescoserver/alfresco/service/cmis" rel="nofollow noopener noreferrer"&gt;http://alfrescoserver/alfresco/service/cmis&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(which is the url that my ruby component uses to get repo info), it asks me for user/pass; if I introduce a user without access to Company Home, I get a 500 again. Perhaps this is not the right url to access to repository info?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 12:35:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256614#M209744</guid>
      <dc:creator>frank_miller</dc:creator>
      <dc:date>2012-02-15T12:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication on CMIS with non-admin user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256615#M209745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Starting with Alfresco 4, the web script based CMIS implementation (&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/cmis" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/cmis&lt;/A&gt;&lt;SPAN&gt;) is deprecated. Where possible, you should use the OpenCMIS implementation instead (&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/cmisatom" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/cmisatom&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In a quick test using curl, I noticed that when a user does not have access to Company Home, the old implementation fails while the new implementation succeeds.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 17:26:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256615#M209745</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-02-15T17:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication on CMIS with non-admin user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256616#M209746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jeff, it's good to know &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll give it a try to 4.0.d&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, thank you very much for all your help, it's really appreciated!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 22:04:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256616#M209746</guid>
      <dc:creator>frank_miller</dc:creator>
      <dc:date>2012-02-15T22:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication on CMIS with non-admin user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256617#M209747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just tried cmisatom on Alfresco 4.0.d and it works!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I can browse subfolders and files for the logged user home space. However, doing some tests, I've created a subfolder giving the user only Consumer role, so I have the path userHome/subfolderWithConsumerRole. My ruby component connects to cmis successfully with my non-admin user, and shows userHome content (only subfolderWithConsumerRole), but when I browse into subfolderWithConsumerRole (all I do here is another getObjectByPath) I get a forbidden exception. Adding Editor role to the folder solves it, so I understand it must have something to do with the filters you mentioned, but I don't understand what exactly is happening. Is there something wrong in reading cmis objects with Consumer-only role?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 10:04:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256617#M209747</guid>
      <dc:creator>frank_miller</dc:creator>
      <dc:date>2012-02-16T10:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication on CMIS with non-admin user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256618#M209748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No there should not be a problem getting a folder that a user has consumer access to. But you will have to filter out parent-related properties if the user doesn't have access to any of the folders in the hierarchy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, I've created a structure with the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;test (Test User has no access)&lt;BR /&gt;|—– subFolder (Test User has Collaborator access)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |——subSubFolder (Test User has Consumer access)&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I can successfully get a handle to subSubFolder only if I use a filter:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;gt;&amp;gt;&amp;gt; folder = repo.getObjectByPath('/test/subFolder/subSubFolder', filter='cmis:objectId,cmis:objectTypeId,cmis:name')&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; folder.properties&lt;BR /&gt;{u'cmis:objectId': 'workspace://SpacesStore/3ac7873d-0400-48ad-84d3-887c7b040377', u'cmis:name': u'subSubFolder', u'cmisra:object': None, u'cmis:objectTypeId': 'cmis:folder', u'cmis:baseTypeId': 'cmis:folder'}&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; folder.getAllowableActions()&lt;BR /&gt;{u'canDeleteContentStream': False, u'canSetContentStream': False, u'canCreateRelationship': False, u'canDeleteTree': False, u'canGetDescendants': True, u'canCheckIn': False, u'canApplyACL': False, u'canGetFolderParent': True, u'canDeleteObject': False, u'canGetAllVersions': False, u'canGetObjectParents': True, u'canGetProperties': True, u'canCreateDocument': False, u'canGetRenditions': False, u'canApplyPolicy': False, u'canUpdateProperties': False, u'canGetAppliedPolicies': True, u'canGetContentStream': False, u'canMoveObject': False, u'canAddObjectToFolder': False, u'canRemoveObjectFromFolder': False, u'canRemovePolicy': False, u'canGetObjectRelationships': True, u'canGetChildren': True, u'canCancelCheckOut': False, u'canGetFolderTree': True, u'canCheckOut': False, u'canCreateFolder': False, u'canGetACL': False}&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;If I try to get subSubFolder without the filter, even though my test user has access to the immediate parent, the call will fail:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;gt;&amp;gt;&amp;gt; folder = repo.getObjectByPath('/test/subFolder/subSubFolder')&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp; File "/opt/src/chemistry/cmislib/src/cmislib/model.py", line 969, in getObjectByPath&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; result = self._cmisClient.get(byObjectPathUrl.encode('utf-8'), **addOptions)&lt;BR /&gt;&amp;nbsp; File "/opt/src/chemistry/cmislib/src/cmislib/model.py", line 209, in get&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self._processCommonErrors(result)&lt;BR /&gt;&amp;nbsp; File "/opt/src/chemistry/cmislib/src/cmislib/model.py", line 315, in _processCommonErrors&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise PermissionDeniedException(error.status, error.url)&lt;BR /&gt;cmislib.exceptions.PermissionDeniedException: Error 403 at &lt;A href="http://localhost:8080/alfresco/cmisatom/558e5b3c-71a0-42ac-b420-eda16e93e95b/path?path=/test/subFolder/subSubFolder&amp;amp;filter=&amp;amp;includeAllowableActions=false&amp;amp;includeACL=false&amp;amp;includePolicyIds=false&amp;amp;includeRelationships=&amp;amp;renditionFilter=" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/cmisatom/558e5b3c-71a0-42ac-b420-eda16e93e95b/path?path=/test/subFolder/subSubFolder&amp;amp;filter=&amp;amp;includeAllowableActions=false&amp;amp;includeACL=false&amp;amp;includePolicyIds=false&amp;amp;includeRelationships=&amp;amp;renditionFilter=&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 17:20:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256618#M209748</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-02-16T17:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication on CMIS with non-admin user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256619#M209749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was already filtering as you suggested, so I've tried removing one by one the rest of request params. Finally, it seems &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;includeACL=true&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; was preventing my request to work properly (I assume it tries to retrieve ACL info for parent folders). Once changed includeACL to false, it works!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 18:12:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256619#M209749</guid>
      <dc:creator>frank_miller</dc:creator>
      <dc:date>2012-02-16T18:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication on CMIS with non-admin user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256620#M209750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm facing another issue regarding cmis access with non-admins, this time when creating new folders. I'm already able to read/delete document and folders, even can create documents without problems, but when I send a post request to create a folder (with a user without Company Home access), I get a cmis error I hadn't seen before.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: Object Info is missing!&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the post url&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="http://localhost:8080/alfresco/cmisatom/f05d5224-0f52-484c-a14c-eba64c2f3345/children?id=workspace%3A%2F%2FSpacesStore%2Fe42815c5-f184-4d93-8e43-74829402bf59" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/cmisatom/f05d5224-0f52-484c-a14c-eba64c2f3345/children?id=workspace%3A%2F%2FSpacesStore%2Fe42815c5-f184-4d93-8e43-74829402bf59&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;And here it is the xml I'm sending&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;{"Content-Type"=&amp;gt;"application/atom+xml;type=entry"}&lt;BR /&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;BR /&gt;&amp;lt;at:entry xmlns:cra="&lt;A href="http://docs.oasis-open.org/ns/cmis/restatom/200908/" rel="nofollow noopener noreferrer"&gt;http://docs.oasis-open.org/ns/cmis/restatom/200908/&lt;/A&gt;" xmlns:at="&lt;A href="http://www.w3.org/2005/Atom" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2005/Atom&lt;/A&gt;" xmlns:c="&lt;A href="http://docs.oasis-open.org/ns/cmis/core/200908/" rel="nofollow noopener noreferrer"&gt;http://docs.oasis-open.org/ns/cmis/core/200908/&lt;/A&gt;" xmlns:cm="&lt;A href="http://docs.oasis-open.org/ns/cmis/messaging/200908/" rel="nofollow noopener noreferrer"&gt;http://docs.oasis-open.org/ns/cmis/messaging/200908/&lt;/A&gt;" xmlns:app="&lt;A href="http://www.w3.org/2007/app" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2007/app&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;at:author&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;at:name&amp;gt;admin&amp;lt;/at:name&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/at:author&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;at:title&amp;gt;heaherhrettr&amp;lt;/at:title&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;at:id&amp;gt;random-garbage&amp;lt;/at:id&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;cra:object&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;c:properties&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;c:propertyId propertyDefinitionId="cmis:objectTypeId"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;c:value&amp;gt;cmis:folder&amp;lt;/c:value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/c:propertyId&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;c:propertyString propertyDefinitionId="cmis:name"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;c:value&amp;gt;NewFolder&amp;lt;/c:value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/c:propertyString&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/c:properties&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/cra:object&amp;gt;&lt;BR /&gt;&amp;lt;/at:entry&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm sorry. I'm pretty sure this must be solved with something similar to the filter I needed in my previous problem, but have no idea what kind of params may I include to the post request. Any help would be very appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 21:44:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256620#M209750</guid>
      <dc:creator>frank_miller</dc:creator>
      <dc:date>2012-02-22T21:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication on CMIS with non-admin user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256621#M209751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think this might be a bug. You should create a Jira and reply to this post with a link to the Jira so that I can add it to my watch list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 20:14:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256621#M209751</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-02-24T20:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication on CMIS with non-admin user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256622#M209752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here you got the Jira url &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALF-13077" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALF-13077&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, thanks for your patience and help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 10:52:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256622#M209752</guid>
      <dc:creator>frank_miller</dc:creator>
      <dc:date>2012-02-27T10:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication on CMIS with non-admin user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256623#M209753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jeff, Frank,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Reviving this thread again, to know, if its possible to retrieve the users and groups available in repository using open cmis lib? If not, how to achieve this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently using chemistry-opencmis-client-impl-0.10.0, alfresco-opencmis-extension-0.7&amp;nbsp; and Alfresco 4.2.0 (r56674-b4848).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Appreciate your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 11:47:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256623#M209753</guid>
      <dc:creator>maqsood</dc:creator>
      <dc:date>2014-05-27T11:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication on CMIS with non-admin user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256624#M209754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm afraid opencmis dose not support user/group operation ,you can use webscript api.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 15:06:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256624#M209754</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-05-27T15:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication on CMIS with non-admin user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256625#M209755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply, Kaynezhang!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherthan webscript, is there any alternative available? How about using webservices binding with CMIS?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 06:07:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256625#M209755</guid>
      <dc:creator>maqsood</dc:creator>
      <dc:date>2014-05-29T06:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication on CMIS with non-admin user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256626#M209756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes,you can also operate user/group using webservice api.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 09:09:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/authentication-on-cmis-with-non-admin-user/m-p/256626#M209756</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-05-29T09:09:01Z</dc:date>
    </item>
  </channel>
</rss>

