08-07-2013 02:19 AM
Hi,
I am implimenting Nuxeo for my University Library system and I need to have a way to give each campus library who is participating their own workspace/domain/folder/folderish-thing where I can use the "Manage > Access Rights" tab to set the authorized users.
Using the DM, I set up these folders under the "Asset Libray" which I understand to be some sort of folderish domain thing where the stuff from the DAM goes.
I'm using the Nuxeo DAM default [BETA] 1.2.0 (cap-5.7.1) Application Template in Studio.
I modified Project > Listing & Views > Content Views > DAM-Custom Search based on the answer to this question so that it shows the folders I've created inside of the Asset Library.
But I'm not sure where to go from here.
Is there a better approach to accomplish some sort of "group" for each campus. When a user logs in from a campus, I'm going to want them to only be able to see assets they have permissions to work on.
I'm using the shibboleth plugin, but I could not figure out the expression language to create shibboleth groups, so I figure I'll just use the "Manage > Access Rights" tab on some sort of folderish things to add users to the correct "group" -- but I'm not sure this is the right approach.
08-07-2013 08:14 AM
Hi,
I think the easiest way is to:
That way, users of the UC Davis campus will have only READ access to the UC Davis folder so they will see only assets in the UC Davis folder.
I think you don't need to display folders in the DAM view (if users can only see assets they should have access to), but you may want to limit the query for assets inside the Asset Library, by default the query returns all the assets the user has access to in the whole repository.
You can add the following to your NXQL query:
AND ecm:path STARTSWITH '/asset-library'
If a user have READ access to more than one campus, he can still filter on the Folder / Path.
For you Shibboleth groups issue, you can write another question explaining what you are trying to do.
08-07-2013 08:14 AM
Hi,
I think the easiest way is to:
That way, users of the UC Davis campus will have only READ access to the UC Davis folder so they will see only assets in the UC Davis folder.
I think you don't need to display folders in the DAM view (if users can only see assets they should have access to), but you may want to limit the query for assets inside the Asset Library, by default the query returns all the assets the user has access to in the whole repository.
You can add the following to your NXQL query:
AND ecm:path STARTSWITH '/asset-library'
If a user have READ access to more than one campus, he can still filter on the Folder / Path.
For you Shibboleth groups issue, you can write another question explaining what you are trying to do.
08-07-2013 01:13 PM
If a UC Davis user tries to upload a new file, will it automatically find a folder/path they can write to?
08-07-2013 01:35 PM
By default, in 5.7.2, it will select the configured Asset Library if the user can upload to it. In your case, he won't be able to so he will have to select a folder where to import (just typing "Dav" will show him the UC Davis folder).
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.