List Info

Thread: personalize thd documents




personalize thd documents
user name
2006-09-11 11:51:26
Hi Ould,

for the personilization of content you will have to set some
permissions based on ACL's in your slide repository.
More information on security can be found at: (http:/
/jakarta.apache.org/slide/howto-acl.html)

Regards,

Jeroen Reijn
Hippo

-----Original Message-----
From: ould sid'ahmed [mailto:nouldsidemn.fr]
Sent: maandag 11 september 2006 13:45
To: Slide Users Mailing List
Subject: personalize thd documents 


Hello,
I implemented my server slide, and if a user connects
himself, it can 
see the document of the other users
can you help me to personalize the documents

thanks.

------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribejakarta.apache.org
For additional commands, e-mail: slide-user-helpjakarta.apache.org


------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribejakarta.apache.org
For additional commands, e-mail: slide-user-helpjakarta.apache.org

personalize thd documents
user name
2006-09-11 13:29:50
On 9/11/06, Jeroen Reijn <jreijnhippo.nl> wrote:
> Hi Ould,
>
> for the personilization of content you will have to set
some permissions based on ACL's in your slide repository.
> More information on security can be found at: (http:/
/jakarta.apache.org/slide/howto-acl.html)
>
> Regards,
>
> Jeroen Reijn
> Hippo
>
> -----Original Message-----
> From: ould sid'ahmed [mailto:nouldsidemn.fr]
> Sent: maandag 11 september 2006 13:45
> To: Slide Users Mailing List
> Subject: personalize thd documents
>
>
> Hello,
> I implemented my server slide, and if a user connects
himself, it can
> see the document of the other users
> can you help me to personalize the documents
>
> thanks.
>

Hi,

if you've set up correctly the web.xml it should work out
of the box .
Also, put attention on roles and groups as they may slip
between the
fingers of the configurator !

As a quick explanation of how ACL works, take a look at the
wiki too :
http://
wiki.apache.org/jakarta-slide/Security


hope it helps



Marco

------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribejakarta.apache.org
For additional commands, e-mail: slide-user-helpjakarta.apache.org

personalize thd documents
user name
2006-09-12 10:52:34
thanks for your response, I used ACL to access, I enabled
the access, 
and each user enter with the username and password, this is
OK.
my problem actual is if an user enter, he can read in store
of the 
another user. I will explain : I have two user (root) and
(userman) if 
root connect he can upload a files, and if a (userman)
connect he can 
read the files of (root). I ask you how I can do?
thanks.

Marco Ferretti a écrit :
> On 9/11/06, Jeroen Reijn <jreijnhippo.nl> wrote:
>> Hi Ould,
>>
>> for the personilization of content you will have to
set some 
>> permissions based on ACL's in your slide
repository.
>> More information on security can be found at: 
>> (http:/
/jakarta.apache.org/slide/howto-acl.html)
>>
>> Regards,
>>
>> Jeroen Reijn
>> Hippo
>>
>> -----Original Message-----
>> From: ould sid'ahmed [mailto:nouldsidemn.fr]
>> Sent: maandag 11 september 2006 13:45
>> To: Slide Users Mailing List
>> Subject: personalize thd documents
>>
>>
>> Hello,
>> I implemented my server slide, and if a user
connects himself, it can
>> see the document of the other users
>> can you help me to personalize the documents
>>
>> thanks.
>>
>
> Hi,
>
> if you've set up correctly the web.xml it should work
out of the box .
> Also, put attention on roles and groups as they may
slip between the
> fingers of the configurator !
>
> As a quick explanation of how ACL works, take a look at
the wiki too :
> http://
wiki.apache.org/jakarta-slide/Security
>
>
> hope it helps
>
>
>
> Marco
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: slide-user-unsubscribejakarta.apache.org
> For additional commands, e-mail: slide-user-helpjakarta.apache.org
>
>


------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribejakarta.apache.org
For additional commands, e-mail: slide-user-helpjakarta.apache.org

personalize thd documents
user name
2006-09-12 11:32:07
On 9/12/06, ould sid'ahmed <nouldsidemn.fr> wrote:
> thanks for your response, I used ACL to access, I
enabled the access,
> and each user enter with the username and password,
this is OK.
> my problem actual is if an user enter, he can read in
store of the
> another user. I will explain : I have two user (root)
and (userman) if
> root connect he can upload a files, and if a (userman)
connect he can
> read the files of (root). I ask you how I can do?
> thanks.
>

Hi
looks like you need to explicitly set the reading
permissions to the
users/groups in the stores.

Eg .
/ <- read perms to all
/root <- by defaul it has the same permissions as / so
userman can
read here unless explicited


hope it helps

Marco

------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribejakarta.apache.org
For additional commands, e-mail: slide-user-helpjakarta.apache.org

personalize thd documents
user name
2006-09-12 10:52:34
thanks for your response, I used ACL to access, I enabled
the access, 
and each user enter with the username and password, this is
OK.
my problem actual is if an user enter, he can read in store
of the 
another user. I will explain : I have two user (root) and
(userman) if 
root connect he can upload a files, and if a (userman)
connect he can 
read the files of (root). I ask you how I can do?
thanks.

Marco Ferretti a écrit :
> On 9/11/06, Jeroen Reijn <jreijnhippo.nl> wrote:
>> Hi Ould,
>>
>> for the personilization of content you will have to
set some 
>> permissions based on ACL's in your slide
repository.
>> More information on security can be found at: 
>> (http:/
/jakarta.apache.org/slide/howto-acl.html)
>>
>> Regards,
>>
>> Jeroen Reijn
>> Hippo
>>
>> -----Original Message-----
>> From: ould sid'ahmed [mailto:nouldsidemn.fr]
>> Sent: maandag 11 september 2006 13:45
>> To: Slide Users Mailing List
>> Subject: personalize thd documents
>>
>>
>> Hello,
>> I implemented my server slide, and if a user
connects himself, it can
>> see the document of the other users
>> can you help me to personalize the documents
>>
>> thanks.
>>
>
> Hi,
>
> if you've set up correctly the web.xml it should work
out of the box .
> Also, put attention on roles and groups as they may
slip between the
> fingers of the configurator !
>
> As a quick explanation of how ACL works, take a look at
the wiki too :
> http://
wiki.apache.org/jakarta-slide/Security
>
>
> hope it helps
>
>
>
> Marco
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: slide-user-unsubscribejakarta.apache.org
> For additional commands, e-mail: slide-user-helpjakarta.apache.org
>
>


------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribejakarta.apache.org
For additional commands, e-mail: slide-user-helpjakarta.apache.org

[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )