Rights users AD

View: New views
2 Messages — Rating Filter:   Alert me  

Rights users AD

by Federica Boffa :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi, I found this code for content-template-contrib. xml

<?xml version="1.0"?>
<component name="org.nuxeo.project.sample">

<require>org.nuxeo.ecm.platform.content.template.service.ContentTemplateService.defaultContrib</require>

<extension target="org.nuxeo.ecm.platform.content.template.service.ContentTemplateService"
point="factoryBinding">

<factoryBinding name="RootFactory" factoryName="SimpleTemplateFactory" targetType="Root">
<acl>
    <ace principal="Administrator" permission="Everything" granted="true" />
    <ace principal="administrators" permission="Everything" granted="true" />
</acl>
<template>
<templateItem typeName="Workspace" id="archives" title="Archives" description="CWS Archives Directory">
<acl>
<ace principal="xxxx" permission="ReadWrite" granted="true"/>
</acl>
</templateItem>
</template>

</factoryBinding>
</extension>

</component>

Whit this code I assign the rights permission on my user in Active Directory? and then when they logging in receive the rights in Nuxeo?

Thank you


Windows Live Messenger Windows Live Messenger, l'unico e l'originale. Diffida dalle imitazioni!
_______________________________________________
ECM mailing list
ECM@...
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Re: Rights users AD

by Florent Guillaume :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This has nothing to do with Microsoft Active Directory.
It's assigning rights to users on documents in the document repository
for newly created documents of the given type.

Florent


On Wed, Oct 21, 2009 at 11:40 AM, Federica Boffa <fbo_nx@...> wrote:

> Hi, I found this code for content-template-contrib. xml
>
> <?xml version="1.0"?>
> <component name="org.nuxeo.project.sample">
>
> <require>org.nuxeo.ecm.platform.content.template.service.ContentTemplateService.defaultContrib</require>
>
> <extension
> target="org.nuxeo.ecm.platform.content.template.service.ContentTemplateService"
> point="factoryBinding">
>
> <factoryBinding name="RootFactory" factoryName="SimpleTemplateFactory"
> targetType="Root">
> <acl>
>     <ace principal="Administrator" permission="Everything" granted="true" />
>     <ace principal="administrators" permission="Everything" granted="true"
> />
> </acl>
> <template>
> <templateItem typeName="Workspace" id="archives" title="Archives"
> description="CWS Archives Directory">
> <acl>
> <ace principal="xxxx" permission="ReadWrite" granted="true"/>
> </acl>
> </templateItem>
> </template>
> </factoryBinding>
> </extension>
>
> </component>
>
> Whit this code I assign the rights permission on my user in Active
> Directory? and then when they logging in receive the rights in Nuxeo?
>
> Thank you
>
> ________________________________
> Windows Live Messenger Windows Live Messenger, l'unico e l'originale.
> Diffida dalle imitazioni!
> _______________________________________________
> ECM mailing list
> ECM@...
> http://lists.nuxeo.com/mailman/listinfo/ecm
> To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
>
>



--
Florent Guillaume, Head of R&D, Nuxeo
Open Source, Java EE based, Enterprise Content Management (ECM)
http://www.nuxeo.com   http://www.nuxeo.org   +33 1 40 33 79 87
_______________________________________________
ECM mailing list
ECM@...
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm