Re: [xwiki-users] Authentication problems with virtual wikis

2009-12-17 Thread Thomas Mortagne
On Thu, Dec 17, 2009 at 09:07, PERINAUD Christophe
 wrote:
> Thomas,
>
> Maybe i missed something but i did what is described in the link you provided 
> and i have something strange.
> When i log with my id in the virtual wiki, i have my first name/last name 
> displayed (so it's able to read data from the main wiki). That's ok. But the 
> link behind this is wrong :
>
> http://mslucommunity.kbl.lu/xwiki/xwiki/bin/view/XWiki/bb03545
>
> Instead of
>
> http://mslucommunity.kbl.lu/xwiki/bin/view/XWiki/bb03545

That's one of the "important issues that as been fixed around the
switch between wikis" i was referring to.

>
> I searched in previous emails and only found a bug on a regular expression 
> set in the xwiki.cfg but it seems to be corrected for virtual path mode
>
>
>
>> -Message d'origine-
>> De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org]
>> De la part de Thomas Mortagne
>> Envoyé : mercredi 16 décembre 2009 17:31
>> À : XWiki Users
>> Objet : Re: [xwiki-users] Authentication problems with virtual wikis
>>
>> On Wed, Dec 16, 2009 at 15:37, PERINAUD Christophe
>>  wrote:
>> > Hello all,
>> >
>> > Our system has some problems when a user logs in the main
>> wiki and goes to a virtual wiki.
>> > It creates the Xwiki. page but not like a usual
>> user page. It's just a blank one.
>>
>> Never heard of something like that, do you have anything in the log
>> when you try to log in ?
>>
>> What multiwiki mode are you using ? domain name
>> (http://wiki1.host/xwiki/bin/view/) based or path based
>> (http://host/xwiki/wiki/wik1i/view/) ?
>>
>> >
>> > The authentication process is done using LDAP process.
>> >
>> > Also is there a way to disable the login function only on
>> the main wiki ? If yes, what will happen if a user tries to
>> connect on a virtual wiki and it fails ? Because when this
>> situation occured, the user is redirected to the login page
>> of the main wiki and not the virtual one.
>>
>> I you want all your LDAP user profiles to be created/updated only on
>> the main wiki see
>> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthen
>> ticationUseCases#HI27minmultiwikienvironmentandIwantmyLDAPuser
>> storegisteredonlyonmainwiki
>>
>> >
>> > Thank you
>> >
>> > Christophe Périnaud
>> > Windows Server 2003 SP2 in a VMWare instance
>> > Oracle 10g
>> > Java 1.6.0_12
>> > Xwiki 2.0.3 from the pack Jetty/HSQL
>> >
>> >
>> >
>> --
>> --
>> >
>> > This e-mail is intended only for the addressee named above.
>> It does not bind the sender, except in the case of an
>> existing written convention with the addressee. This e-mail
>> may contain material that is confidential and privileged for
>> the sole use of the intended recipient. Any review, reliance
>> or distribution by others or forwarding without express
>> permission is strictly prohibited and may be unlawful. If you
>> are not the intended recipient, please contact the sender and
>> delete all copies.
>> >
>> > While reasonable precautions have been taken to ensure that
>> this e-mail and any attachments are free from any computer
>> virus or similar defect, no liability will be accepted in
>> that respect. Anyone accessing this e-mail must take their
>> own precautions as to security and virus protection.
>> >
>> > KBL European Private Bankers S.A., 43 boulevard Royal
>> L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
>> > ___
>> > users mailing list
>> > users@xwiki.org
>> > http://lists.xwiki.org/mailman/listinfo/users
>> >
>>
>>
>>
>> --
>> Thomas Mortagne
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
> 
>
> This e-mail is intended only for the addressee named above. It does not bind 
> the sender, except in the case of an existing written convention with the 
> addressee. This e-mail may contain material that is confidential and 
> privileged for the sole use of the intended recipient. Any review, reliance 
> or distribution by others or forwarding without express permission is 
> s

Re: [xwiki-users] Authentication problems with virtual wikis

2009-12-17 Thread PERINAUD Christophe
Thomas,

Maybe i missed something but i did what is described in the link you provided 
and i have something strange.
When i log with my id in the virtual wiki, i have my first name/last name 
displayed (so it's able to read data from the main wiki). That's ok. But the 
link behind this is wrong :

http://mslucommunity.kbl.lu/xwiki/xwiki/bin/view/XWiki/bb03545

Instead of 

http://mslucommunity.kbl.lu/xwiki/bin/view/XWiki/bb03545

I searched in previous emails and only found a bug on a regular expression set 
in the xwiki.cfg but it seems to be corrected for virtual path mode 

 

> -Message d'origine-
> De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] 
> De la part de Thomas Mortagne
> Envoyé : mercredi 16 décembre 2009 17:31
> À : XWiki Users
> Objet : Re: [xwiki-users] Authentication problems with virtual wikis
> 
> On Wed, Dec 16, 2009 at 15:37, PERINAUD Christophe
>  wrote:
> > Hello all,
> >
> > Our system has some problems when a user logs in the main 
> wiki and goes to a virtual wiki.
> > It creates the Xwiki. page but not like a usual 
> user page. It's just a blank one.
> 
> Never heard of something like that, do you have anything in the log
> when you try to log in ?
> 
> What multiwiki mode are you using ? domain name
> (http://wiki1.host/xwiki/bin/view/) based or path based
> (http://host/xwiki/wiki/wik1i/view/) ?
> 
> >
> > The authentication process is done using LDAP process.
> >
> > Also is there a way to disable the login function only on 
> the main wiki ? If yes, what will happen if a user tries to 
> connect on a virtual wiki and it fails ? Because when this 
> situation occured, the user is redirected to the login page 
> of the main wiki and not the virtual one.
> 
> I you want all your LDAP user profiles to be created/updated only on
> the main wiki see
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthen
> ticationUseCases#HI27minmultiwikienvironmentandIwantmyLDAPuser
> storegisteredonlyonmainwiki
> 
> >
> > Thank you
> >
> > Christophe Périnaud
> > Windows Server 2003 SP2 in a VMWare instance
> > Oracle 10g
> > Java 1.6.0_12
> > Xwiki 2.0.3 from the pack Jetty/HSQL
> >
> >
> > 
> --
> --
> >
> > This e-mail is intended only for the addressee named above. 
> It does not bind the sender, except in the case of an 
> existing written convention with the addressee. This e-mail 
> may contain material that is confidential and privileged for 
> the sole use of the intended recipient. Any review, reliance 
> or distribution by others or forwarding without express 
> permission is strictly prohibited and may be unlawful. If you 
> are not the intended recipient, please contact the sender and 
> delete all copies.
> >
> > While reasonable precautions have been taken to ensure that 
> this e-mail and any attachments are free from any computer 
> virus or similar defect, no liability will be accepted in 
> that respect. Anyone accessing this e-mail must take their 
> own precautions as to security and virus protection.
> >
> > KBL European Private Bankers S.A., 43 boulevard Royal 
> L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
> > ___
> > users mailing list
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
> 
> 
> 
> -- 
> Thomas Mortagne
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 


This e-mail is intended only for the addressee named above. It does not bind 
the sender, except in the case of an existing written convention with the 
addressee. This e-mail may contain material that is confidential and privileged 
for the sole use of the intended recipient. Any review, reliance or 
distribution by others or forwarding without express permission is strictly 
prohibited and may be unlawful. If you are not the intended recipient, please 
contact the sender and delete all copies.

While reasonable precautions have been taken to ensure that this e-mail and any 
attachments are free from any computer virus or similar defect, no liability 
will be accepted in that respect. Anyone accessing this e-mail must take their 
own precautions as to security and virus protection.

KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. 
Luxembourg B 6395, T (352) 47 97 1
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Authentication problems with virtual wikis

2009-12-16 Thread PERINAUD Christophe
It's planned but here, when you want to upgrade an application used in 
production you have to wait many weeks for validations and authorisations. And 
then the 2.0.5 will be outdated ;)
 

> -Message d'origine-
> De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] 
> De la part de Thomas Mortagne
> Envoyé : jeudi 17 décembre 2009 08:46
> À : XWiki Users
> Objet : Re: [xwiki-users] Authentication problems with virtual wikis
> 
> On Thu, Dec 17, 2009 at 08:38, PERINAUD Christophe
>  wrote:
> > Thank you Thomas.
> >
> > We use virtual wikis in the path based mode (set in the 
> xwiki.cfg if i remember good)
> 
> In that case you should upgrade to 2.0.5 since there is several
> important issues that as been fixed around the switch between wikis.
> 
> >
> > Ok. I will try that, hoping that it will solve our problem. 
> Because it generates many problems with right permissions to 
> browse virtual wikis by registered users.
> >
> >
> >
> >> -Message d'origine-
> >> De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org]
> >> De la part de Thomas Mortagne
> >> Envoyé : mercredi 16 décembre 2009 17:31
> >> À : XWiki Users
> >> Objet : Re: [xwiki-users] Authentication problems with 
> virtual wikis
> >>
> >> On Wed, Dec 16, 2009 at 15:37, PERINAUD Christophe
> >>  wrote:
> >> > Hello all,
> >> >
> >> > Our system has some problems when a user logs in the main
> >> wiki and goes to a virtual wiki.
> >> > It creates the Xwiki. page but not like a usual
> >> user page. It's just a blank one.
> >>
> >> Never heard of something like that, do you have anything in the log
> >> when you try to log in ?
> >>
> >> What multiwiki mode are you using ? domain name
> >> (http://wiki1.host/xwiki/bin/view/) based or path based
> >> (http://host/xwiki/wiki/wik1i/view/) ?
> >>
> >> >
> >> > The authentication process is done using LDAP process.
> >> >
> >> > Also is there a way to disable the login function only on
> >> the main wiki ? If yes, what will happen if a user tries to
> >> connect on a virtual wiki and it fails ? Because when this
> >> situation occured, the user is redirected to the login page
> >> of the main wiki and not the virtual one.
> >>
> >> I you want all your LDAP user profiles to be 
> created/updated only on
> >> the main wiki see
> >> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthen
> >> ticationUseCases#HI27minmultiwikienvironmentandIwantmyLDAPuser
> >> storegisteredonlyonmainwiki
> >>
> >> >
> >> > Thank you
> >> >
> >> > Christophe Périnaud
> >> > Windows Server 2003 SP2 in a VMWare instance
> >> > Oracle 10g
> >> > Java 1.6.0_12
> >> > Xwiki 2.0.3 from the pack Jetty/HSQL
> >> >
> >> >
> >> >
> >> --
> >> --
> >> >
> >> > This e-mail is intended only for the addressee named above.
> >> It does not bind the sender, except in the case of an
> >> existing written convention with the addressee. This e-mail
> >> may contain material that is confidential and privileged for
> >> the sole use of the intended recipient. Any review, reliance
> >> or distribution by others or forwarding without express
> >> permission is strictly prohibited and may be unlawful. If you
> >> are not the intended recipient, please contact the sender and
> >> delete all copies.
> >> >
> >> > While reasonable precautions have been taken to ensure that
> >> this e-mail and any attachments are free from any computer
> >> virus or similar defect, no liability will be accepted in
> >> that respect. Anyone accessing this e-mail must take their
> >> own precautions as to security and virus protection.
> >> >
> >> > KBL European Private Bankers S.A., 43 boulevard Royal
> >> L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
> >> > ___
> >> > users mailing list
> >> > users@xwiki.org
> >> > http://lists.xwiki.org/mailman/listinfo/users
> >> >
> >>
> >>
> >>
> >> --
> >> Thomas Mortagne
> >> ___
> >

Re: [xwiki-users] Authentication problems with virtual wikis

2009-12-16 Thread Thomas Mortagne
On Thu, Dec 17, 2009 at 08:38, PERINAUD Christophe
 wrote:
> Thank you Thomas.
>
> We use virtual wikis in the path based mode (set in the xwiki.cfg if i 
> remember good)

In that case you should upgrade to 2.0.5 since there is several
important issues that as been fixed around the switch between wikis.

>
> Ok. I will try that, hoping that it will solve our problem. Because it 
> generates many problems with right permissions to browse virtual wikis by 
> registered users.
>
>
>
>> -Message d'origine-
>> De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org]
>> De la part de Thomas Mortagne
>> Envoyé : mercredi 16 décembre 2009 17:31
>> À : XWiki Users
>> Objet : Re: [xwiki-users] Authentication problems with virtual wikis
>>
>> On Wed, Dec 16, 2009 at 15:37, PERINAUD Christophe
>>  wrote:
>> > Hello all,
>> >
>> > Our system has some problems when a user logs in the main
>> wiki and goes to a virtual wiki.
>> > It creates the Xwiki. page but not like a usual
>> user page. It's just a blank one.
>>
>> Never heard of something like that, do you have anything in the log
>> when you try to log in ?
>>
>> What multiwiki mode are you using ? domain name
>> (http://wiki1.host/xwiki/bin/view/) based or path based
>> (http://host/xwiki/wiki/wik1i/view/) ?
>>
>> >
>> > The authentication process is done using LDAP process.
>> >
>> > Also is there a way to disable the login function only on
>> the main wiki ? If yes, what will happen if a user tries to
>> connect on a virtual wiki and it fails ? Because when this
>> situation occured, the user is redirected to the login page
>> of the main wiki and not the virtual one.
>>
>> I you want all your LDAP user profiles to be created/updated only on
>> the main wiki see
>> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthen
>> ticationUseCases#HI27minmultiwikienvironmentandIwantmyLDAPuser
>> storegisteredonlyonmainwiki
>>
>> >
>> > Thank you
>> >
>> > Christophe Périnaud
>> > Windows Server 2003 SP2 in a VMWare instance
>> > Oracle 10g
>> > Java 1.6.0_12
>> > Xwiki 2.0.3 from the pack Jetty/HSQL
>> >
>> >
>> >
>> --
>> --
>> >
>> > This e-mail is intended only for the addressee named above.
>> It does not bind the sender, except in the case of an
>> existing written convention with the addressee. This e-mail
>> may contain material that is confidential and privileged for
>> the sole use of the intended recipient. Any review, reliance
>> or distribution by others or forwarding without express
>> permission is strictly prohibited and may be unlawful. If you
>> are not the intended recipient, please contact the sender and
>> delete all copies.
>> >
>> > While reasonable precautions have been taken to ensure that
>> this e-mail and any attachments are free from any computer
>> virus or similar defect, no liability will be accepted in
>> that respect. Anyone accessing this e-mail must take their
>> own precautions as to security and virus protection.
>> >
>> > KBL European Private Bankers S.A., 43 boulevard Royal
>> L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
>> > ___
>> > users mailing list
>> > users@xwiki.org
>> > http://lists.xwiki.org/mailman/listinfo/users
>> >
>>
>>
>>
>> --
>> Thomas Mortagne
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
> 
>
> This e-mail is intended only for the addressee named above. It does not bind 
> the sender, except in the case of an existing written convention with the 
> addressee. This e-mail may contain material that is confidential and 
> privileged for the sole use of the intended recipient. Any review, reliance 
> or distribution by others or forwarding without express permission is 
> strictly prohibited and may be unlawful. If you are not the intended 
> recipient, please contact the sender and delete all copies.
>
> While reasonable precautions have been taken to ensure that this e-mail and 
> any attachments are free from any computer virus or similar defect, no 
> liability will be accepted in that respect. Anyone accessing this e-mail must 
> take their own precautions as to security and virus protection.
>
> KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, 
> R.C.S. Luxembourg B 6395, T (352) 47 97 1
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Authentication problems with virtual wikis

2009-12-16 Thread PERINAUD Christophe
Thank you Thomas.

We use virtual wikis in the path based mode (set in the xwiki.cfg if i remember 
good)

Ok. I will try that, hoping that it will solve our problem. Because it 
generates many problems with right permissions to browse virtual wikis by 
registered users.

 

> -Message d'origine-
> De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] 
> De la part de Thomas Mortagne
> Envoyé : mercredi 16 décembre 2009 17:31
> À : XWiki Users
> Objet : Re: [xwiki-users] Authentication problems with virtual wikis
> 
> On Wed, Dec 16, 2009 at 15:37, PERINAUD Christophe
>  wrote:
> > Hello all,
> >
> > Our system has some problems when a user logs in the main 
> wiki and goes to a virtual wiki.
> > It creates the Xwiki. page but not like a usual 
> user page. It's just a blank one.
> 
> Never heard of something like that, do you have anything in the log
> when you try to log in ?
> 
> What multiwiki mode are you using ? domain name
> (http://wiki1.host/xwiki/bin/view/) based or path based
> (http://host/xwiki/wiki/wik1i/view/) ?
> 
> >
> > The authentication process is done using LDAP process.
> >
> > Also is there a way to disable the login function only on 
> the main wiki ? If yes, what will happen if a user tries to 
> connect on a virtual wiki and it fails ? Because when this 
> situation occured, the user is redirected to the login page 
> of the main wiki and not the virtual one.
> 
> I you want all your LDAP user profiles to be created/updated only on
> the main wiki see
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthen
> ticationUseCases#HI27minmultiwikienvironmentandIwantmyLDAPuser
> storegisteredonlyonmainwiki
> 
> >
> > Thank you
> >
> > Christophe Périnaud
> > Windows Server 2003 SP2 in a VMWare instance
> > Oracle 10g
> > Java 1.6.0_12
> > Xwiki 2.0.3 from the pack Jetty/HSQL
> >
> >
> > 
> --
> --
> >
> > This e-mail is intended only for the addressee named above. 
> It does not bind the sender, except in the case of an 
> existing written convention with the addressee. This e-mail 
> may contain material that is confidential and privileged for 
> the sole use of the intended recipient. Any review, reliance 
> or distribution by others or forwarding without express 
> permission is strictly prohibited and may be unlawful. If you 
> are not the intended recipient, please contact the sender and 
> delete all copies.
> >
> > While reasonable precautions have been taken to ensure that 
> this e-mail and any attachments are free from any computer 
> virus or similar defect, no liability will be accepted in 
> that respect. Anyone accessing this e-mail must take their 
> own precautions as to security and virus protection.
> >
> > KBL European Private Bankers S.A., 43 boulevard Royal 
> L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
> > ___
> > users mailing list
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
> 
> 
> 
> -- 
> Thomas Mortagne
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 


This e-mail is intended only for the addressee named above. It does not bind 
the sender, except in the case of an existing written convention with the 
addressee. This e-mail may contain material that is confidential and privileged 
for the sole use of the intended recipient. Any review, reliance or 
distribution by others or forwarding without express permission is strictly 
prohibited and may be unlawful. If you are not the intended recipient, please 
contact the sender and delete all copies.

While reasonable precautions have been taken to ensure that this e-mail and any 
attachments are free from any computer virus or similar defect, no liability 
will be accepted in that respect. Anyone accessing this e-mail must take their 
own precautions as to security and virus protection.

KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. 
Luxembourg B 6395, T (352) 47 97 1
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Authentication problems with virtual wikis

2009-12-16 Thread Thomas Mortagne
On Wed, Dec 16, 2009 at 15:37, PERINAUD Christophe
 wrote:
> Hello all,
>
> Our system has some problems when a user logs in the main wiki and goes to a 
> virtual wiki.
> It creates the Xwiki. page but not like a usual user page. It's just 
> a blank one.

Never heard of something like that, do you have anything in the log
when you try to log in ?

What multiwiki mode are you using ? domain name
(http://wiki1.host/xwiki/bin/view/) based or path based
(http://host/xwiki/wiki/wik1i/view/) ?

>
> The authentication process is done using LDAP process.
>
> Also is there a way to disable the login function only on the main wiki ? If 
> yes, what will happen if a user tries to connect on a virtual wiki and it 
> fails ? Because when this situation occured, the user is redirected to the 
> login page of the main wiki and not the virtual one.

I you want all your LDAP user profiles to be created/updated only on
the main wiki see
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthenticationUseCases#HI27minmultiwikienvironmentandIwantmyLDAPuserstoregisteredonlyonmainwiki

>
> Thank you
>
> Christophe Périnaud
> Windows Server 2003 SP2 in a VMWare instance
> Oracle 10g
> Java 1.6.0_12
> Xwiki 2.0.3 from the pack Jetty/HSQL
>
>
> 
>
> This e-mail is intended only for the addressee named above. It does not bind 
> the sender, except in the case of an existing written convention with the 
> addressee. This e-mail may contain material that is confidential and 
> privileged for the sole use of the intended recipient. Any review, reliance 
> or distribution by others or forwarding without express permission is 
> strictly prohibited and may be unlawful. If you are not the intended 
> recipient, please contact the sender and delete all copies.
>
> While reasonable precautions have been taken to ensure that this e-mail and 
> any attachments are free from any computer virus or similar defect, no 
> liability will be accepted in that respect. Anyone accessing this e-mail must 
> take their own precautions as to security and virus protection.
>
> KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, 
> R.C.S. Luxembourg B 6395, T (352) 47 97 1
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Authentication problems with virtual wikis

2009-12-16 Thread PERINAUD Christophe
Hello all,

Our system has some problems when a user logs in the main wiki and goes to a 
virtual wiki.
It creates the Xwiki. page but not like a usual user page. It's just a 
blank one.

The authentication process is done using LDAP process.

Also is there a way to disable the login function only on the main wiki ? If 
yes, what will happen if a user tries to connect on a virtual wiki and it fails 
? Because when this situation occured, the user is redirected to the login page 
of the main wiki and not the virtual one.

Thank you

Christophe Périnaud
Windows Server 2003 SP2 in a VMWare instance
Oracle 10g
Java 1.6.0_12
Xwiki 2.0.3 from the pack Jetty/HSQL




This e-mail is intended only for the addressee named above. It does not bind 
the sender, except in the case of an existing written convention with the 
addressee. This e-mail may contain material that is confidential and privileged 
for the sole use of the intended recipient. Any review, reliance or 
distribution by others or forwarding without express permission is strictly 
prohibited and may be unlawful. If you are not the intended recipient, please 
contact the sender and delete all copies.

While reasonable precautions have been taken to ensure that this e-mail and any 
attachments are free from any computer virus or similar defect, no liability 
will be accepted in that respect. Anyone accessing this e-mail must take their 
own precautions as to security and virus protection.

KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. 
Luxembourg B 6395, T (352) 47 97 1
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users