[xwiki-users] Font Family and Size not showing in WYSIWYG editor

2008-12-04 Thread Art Yeung

Hi,

I am using XE 1.6.1 and 1.7 RC1 with Firefox 3.0.4 and IE6. Noticed that the
Font Family and Font Size is not working in the WYSIWYG editor. After I
highlighted the texts and changed the font family or size, it didn't
actually do anything. Only when I clicked on the preview button, (the secone
before it showed preview) the screen refresh and font changed, then it
jumped to the Preview screen which shows the changed Font Family and Size.

Am I missing something or is it a bug please?

Thanks

-- 
View this message in context: 
http://n2.nabble.com/Font-Family-and-Size-not-showing-in-WYSIWYG-editor-tp1614607p1614607.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


Re: [xwiki-users] LDAP issue after upgrade from XE 1.6.1 to 1.7.3

2008-11-25 Thread Art Yeung



Art Yeung wrote:
> 
> Hi,
> 
> I have done an upgrade (WAR and XAR) today from XE 1.6.1 to 1.7.3 with
> lots of issues with LDAP.
> 
> 1. Get a lot of the following errors even when users are just browsing
> without loggin
>  [https://myserver/xwiki/bin/view/Main/?xpage=xpart&vm=commentsinline.vm]
> [TP-Processor1] DEBUG LDAP.XWikiLDAPAuthServiceImpl   - LDAP
> authentication failed: login null
> 
> 
> 2. User mapping to Group member ship has issue. (this is more serious)
> It used to map OK but currently, after a new user first login, it added
> the user in this format "XWiki.XWiki." into the group multiple
> times. When user loggedin and browse, it add even more multiple entries.
> So a user login for the first time and browse 2 pages, could end up having
> 10 idential entries in the group.
> Normally it added in the format "XWiki." not
> "XWiki.XWiki.".
> 
> 
> 3. After a user loggin, browsing, I saw lots of these errors
> 
> [TP-Processor8] ERROR LDAP.XWikiLDAPAuthServiceImpl   - Failed to add a
> user [XWiki.USERID] to a group [XWiki.MYGROUP]
> com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while
> saving document XWiki.MYGROUP
> Wrapped Exception: Batch update returned unexpected row count from update
> [1]; actual row count: 0; expected: 1
> at
> com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:590)
> at
> com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:135)
> at
> com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:128)
> at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1270) 
> 
> and
> 
> [TP-Processor2] DEBUG LDAP.XWikiLDAPAuthServiceImpl   - Local LDAP
> authentication failed.
> java.lang.NullPointerException
> at
> com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticateInContext(XWikiLDAPAuthServiceImpl.java:369)
> at
> com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticate(XWikiLDAPAuthServiceImpl.java:197)
> at
> com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.authenticate(XWikiLDAPAuthServiceImpl.java:148)
> at
> com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.authenticate(MyFormAuthenticator.java:239)
> 
> 
> Any thoughts please? 
> 
> I do need to upgrade in order to fix the upload image with space in the
> filename issue.
> 
> Appreciated, and Thanks!
> 


Just tried to roll back from 1.7.3 to 1.7.2 and 1.7.1 but I had the same
issue on all versions. When I rolled back to 1.6.1 then the problem went
away.

Is there any changes I should be doing on the LDAP config please?

Thanks

-- 
View this message in context: 
http://n2.nabble.com/LDAP-issue-after-upgrade-from-XE-1.6.1-to-1.7.3-tp1573179p1575619.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


[xwiki-users] LDAP issue after upgrade from XE 1.6.1 to 1.7.3

2008-11-24 Thread Art Yeung

Hi,

I have done an upgrade (WAR and XAR) today from XE 1.6.1 to 1.7.3 with lots
of issues with LDAP.

1. Get a lot of the following errors even when users are just browsing
without loggin
 [https://myserver/xwiki/bin/view/Main/?xpage=xpart&vm=commentsinline.vm]
[TP-Processor1] DEBUG LDAP.XWikiLDAPAuthServiceImpl   - LDAP authentication
failed: login null


2. User mapping to Group member ship has issue. (this is more serious)
It used to map OK but currently, after a new user first login, it added the
user in this format "XWiki.XWiki." into the group multiple times.
When user loggedin and browse, it add even more multiple entries. So a user
login for the first time and browse 2 pages, could end up having 10 idential
entries in the group.
Normally it added in the format "XWiki." not "XWiki.XWiki.".


3. After a user loggin, browsing, I saw lots of these errors

[TP-Processor8] ERROR LDAP.XWikiLDAPAuthServiceImpl   - Failed to add a user
[XWiki.USERID] to a group [XWiki.MYGROUP]
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving
document XWiki.MYGROUP
Wrapped Exception: Batch update returned unexpected row count from update
[1]; actual row count: 0; expected: 1
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:590)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:135)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:128)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1270) 

and

[TP-Processor2] DEBUG LDAP.XWikiLDAPAuthServiceImpl   - Local LDAP
authentication failed.
java.lang.NullPointerException
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticateInContext(XWikiLDAPAuthServiceImpl.java:369)
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticate(XWikiLDAPAuthServiceImpl.java:197)
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.authenticate(XWikiLDAPAuthServiceImpl.java:148)
at
com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.authenticate(MyFormAuthenticator.java:239)


Any thoughts please? 

I do need to upgrade in order to fix the upload image with space in the
filename issue.

Appreciated, and Thanks!
-- 
View this message in context: 
http://n2.nabble.com/LDAP-issue-after-upgrade-from-XE-1.6.1-to-1.7.3-tp1573179p1573179.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


Re: [xwiki-users] Comment field in XE 1.6 for page display

2008-10-29 Thread Art Yeung



Art Yeung wrote:
> 
> Hi All,
> 
> [Nabble told me my last post didn't get sent, so reposting, apologize if
> it caused a duplication]
> 
> There are few tabs for comments/attachment etc in the new layout for XE
> 1.6 which is great. However, can I suggest we do not show the details by
> default until users click? (which like version 1.5).
> 
> The reason is that currently every page made an authentication call. When
> we are using LDAP for authentication this may take 1-2 seconds. Since the
> comment field is opened by default, it's another 2 seconds delay for until
> the page is completely loaded. Reducing this 2 seconds means 40-50% faster
> per page which is very significance.
> 
> Many Thanks
> Art. 
> 

Hi all,

Has anyone got a chance to pick up this piece please.

Thanks!  Art.
-- 
View this message in context: 
http://n2.nabble.com/Comment-field-in-XE-1.6-for-page-display-tp1328527p1395975.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


Re: [xwiki-users] Using 2 different SSL certs for 2 different xwiki's on 1 server

2008-10-20 Thread Art Yeung



Samuel Lee wrote:
> 
> Up until the point, we've had only 1 wildcard SSL cert for our site  
> because we've only had one domain we were using, say example.com.  But  
> we've just added a wiki to our farm which is going to be using a  
> different domain, say newdomain.org.  We've obtained the certs for  
> them, but I don't know where or how to configure apache/ssl to  
> recognize the certs for the new wiki.  I assume it's in the ssh.conf  
> file.  Has anyone done this successfully?
> 
> Sam
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
> 

Hi Sam,

Assuming you are using Apache 2. Here is the doc for setting up Virtual Host
for your 2 domains. You can put your cert config in the virtual host block,
so one each.

http://httpd.apache.org/docs/2.0/vhosts/

Cheers,
Art
-- 
View this message in context: 
http://n2.nabble.com/Using-2-different-SSL-certs-for-2-different-xwiki%27s-on-1-server-tp1346443p1357043.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


Re: [xwiki-users] How can I forbid Users to create spaces

2008-10-17 Thread Art Yeung



Sergiu Dumitriu-2 wrote:
> 
> Vincent Massol wrote:
>> Hi Florian,
>> 
>> On Oct 13, 2008, at 10:31 PM, Florian Rhomberg wrote:
>> 
>>> Hi!
>>>
>>> I have two questions:
>>>
>>> -  As already mentioned in the subject, I want to forbid  
>>> users to
>>> create spaces, only some user groups should be allowed to create  
>>> spaces.
> 
> A workaround for the moment is to use rights like this:
> 
> - Global rights:
> -- Admins (a group of your choice) can edit
> -- The rest of the users cannot edit
> - Rights for each editable space:
> -- All the users can edit
> 
> The disadvantage is that you must always assign the proper rights for
> each new space. The advantage is that it works, and it needs a few
> minutes to setup.
> 
> This works by the fact that rights are looked upwards: rights for the
> page, rights for the space, rights for the wiki. In an existing space,
> the right to edit will be granted in that space. For a new space, since
> it doesn't have any rights, the rights for the wiki will be taken into
> account: admins can create a new page, the rest of the users can't.
> 
>> This is hard since we don't have an explicit notion of space. A space  
>> is created when a document is created with that space name. However  
>> you could perform some validation when the user saves the document if  
>> you want. See the notification tutorial on
>> http://platform.xwiki.org/xwiki/bin/view/DevGuide/Tutorials
>> 
>>> -  How can I make some spaces like xwiki, Main, and especially
>>> Panels, Stats invisible for any user except the admin user. I do not  
>>> want
>>> them into index or even when in the search.
>> 
>> They're already supposed to be invisible (for xwiki, panels, stats).
>> 
>> If you want to add other spaces, check the index page content and the  
>> search page content. You'll see the code that excludes some pages/ 
>> spaces.
>> 
> 
> In the future this will be easier. For the moment, manual exclusion is
> the only way.
> 
> -- 
> Sergiu Dumitriu
> http://purl.org/net/sergiu/
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
> 

This answers my question too, so thank you.

What I do is I created a new panel to replace the default New Page panel.
The new panels has a drop down list and a text field and a submit button.
The drop down contains a list of spaces where users can select where they
want to create a page in, and text field is obviously for the new title. In
this way, the Space creation function has been hide from users. Of course,
users still can if they know xwiki well. Unless we have more better way,
this is ok. Also this give users a friendly way to create pages where they
don't need to go to the target space before creation. 

Art
-- 
View this message in context: 
http://n2.nabble.com/How-can-I-forbid-Users-to-create-spaces-tp1330318p1344430.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


Re: [xwiki-users] How to setup the panels for left navigation

2008-10-17 Thread Art Yeung



Sergiu Dumitriu-2 wrote:
> 
> Sheila Hobeck wrote:
>> I have been struggling today with setting up a left navigation.
>> Everytime I save the panel/space with the updated layout - the
>> navigation is lost.  What am I doing wrong?
> 
> What exactly are you doing?
> 
> Make sure you don't follow the link from the main page, that one is
> wrong (fixed in 1.6.1). You should go to the Administration page and
> configure the panels from there.
> 
> -- 
> Sergiu Dumitriu
> http://purl.org/net/sergiu/
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
> 

I have also seen in the past where the Panels are mixed up. I used the
object editor in the end to edit the text field rather than using the drag
and drop. It might help.

/xwiki/bin/edit/XWiki/XWikiPreferences?editor=object
"Panels displayed on the right:" or "Panels displayed on the left:"

Art

-- 
View this message in context: 
http://n2.nabble.com/How-to-setup-the-panels-for-left-navigation-tp1341755p1344398.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


Re: [xwiki-users] Unexpected LDAP Connection Issue

2008-10-14 Thread Art Yeung



Thomas Mortagne wrote:
> 
> On Tue, Oct 14, 2008 at 5:48 PM, Art Yeung <[EMAIL PROTECTED]>
> wrote:
>>
>>
>>
>> Thomas Mortagne wrote:
>>>
>>> On Mon, Oct 13, 2008 at 1:43 PM, Art Yeung <[EMAIL PROTECTED]>
>>> wrote:
>>>>
>>>>
>>>>
>>>> Thomas Mortagne wrote:
>>>>>
>>>>> On Tue, Oct 7, 2008 at 1:06 PM, Art Yeung <[EMAIL PROTECTED]>
>>>>> wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>> Thomas Mortagne wrote:
>>>>>>>
>>>>>>> See http://markmail.org/message/jlsqhlrk2d3kwyrx
>>>>>>>
>>>>>>> On Tue, Oct 7, 2008 at 9:34 AM, Art Yeung <[EMAIL PROTECTED]>
>>>>>>> wrote:
>>>>>>>>
>>>>>>>> Hi All,
>>>>>>>>
>>>>>>>> I have a XWiki on version 1.5.1 and recently upgraded to 1.6.13286
>>>>>>>> with
>>>>>>>> LDAP
>>>>>>>> integrated for Authentication. In both versions, I have turned
>>>>>>>> DEBUG
>>>>>>>> on
>>>>>>>> and
>>>>>>>> noticed there are LDAP connections on not only when users login but
>>>>>>>> on
>>>>>>>> "every" action, even just naviation from one spacec to another.
>>>>>>>>
>>>>>>>> I would thought LDAP call will only be made during the login
>>>>>>>> process?
>>>>>>>> or
>>>>>>>> is
>>>>>>>> there anything I missed in the config?
>>>>>>>>
>>>>>>>> Here are the debug messages when I do my test by clicking on a link
>>>>>>>> to
>>>>>>>> a
>>>>>>>> Space. I have also attach the LDAP config as well.
>>>>>>>>
>>>>>>>> Thanks a lot!
>>>>>>>> ===
>>>>>>>> 08:22:32,069 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>>>>>> DEBUG
>>>>>>>> ldap.XWikiLDAPConnection- Connecting to LDAP using SSL
>>>>>>>> 08:22:32,507 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>>>>>> DEBUG
>>>>>>>> LDAP.XWikiLDAPAuthServiceImpl   - Found user dn with the user
>>>>>>>> object:
>>>>>>>> cn=MY_LDAP_ID,ou=People,dc=mydc,dc=net
>>>>>>>> 08:22:32,702 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>>>>>> DEBUG
>>>>>>>> LDAP.XWikiLDAPAuthServiceImpl   - LDAP attributes will be used to
>>>>>>>> update
>>>>>>>> XWiki attributes.
>>>>>>>> 08:22:32,703 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>>>>>> DEBUG
>>>>>>>> ldap.XWikiLDAPConfig- Ready to create user from LDAP
>>>>>>>> with
>>>>>>>> fields
>>>>>>>> last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
>>>>>>>> 08:22:32,810 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>>>>>> DEBUG
>>>>>>>> LDAP.XWikiLDAPAuthServiceImpl   - Updating existing user with
>>>>>>>> LDAPattribues
>>>>>>>> located at cn=MY_LDAP_ID,ou=People,dc=mydc,dc=net
>>>>>>>> 08:22:32,811 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>>>>>> DEBUG
>>>>>>>> ldap.XWikiLDAPConfig- Ready to create user from LDAP
>>>>>>>> with
>>>>>>>> fields
>>>>>>>> last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
>>>>>>>> 08:22:33,115 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>>>>>> DEBUG
>>>>>>>> ldap.XWikiLDAPConnection- Connecting to LDAP using SSL
>>>>>>>> 08:22:33,564 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>>>>>> DEBUG
>>>>>>>> LDAP.XWikiLDAPAuthServiceImpl   - Found user dn with the user
>>

Re: [xwiki-users] Unexpected LDAP Connection Issue

2008-10-14 Thread Art Yeung



Thomas Mortagne wrote:
> 
> On Mon, Oct 13, 2008 at 1:43 PM, Art Yeung <[EMAIL PROTECTED]>
> wrote:
>>
>>
>>
>> Thomas Mortagne wrote:
>>>
>>> On Tue, Oct 7, 2008 at 1:06 PM, Art Yeung <[EMAIL PROTECTED]>
>>> wrote:
>>>>
>>>>
>>>>
>>>> Thomas Mortagne wrote:
>>>>>
>>>>> See http://markmail.org/message/jlsqhlrk2d3kwyrx
>>>>>
>>>>> On Tue, Oct 7, 2008 at 9:34 AM, Art Yeung <[EMAIL PROTECTED]>
>>>>> wrote:
>>>>>>
>>>>>> Hi All,
>>>>>>
>>>>>> I have a XWiki on version 1.5.1 and recently upgraded to 1.6.13286
>>>>>> with
>>>>>> LDAP
>>>>>> integrated for Authentication. In both versions, I have turned DEBUG
>>>>>> on
>>>>>> and
>>>>>> noticed there are LDAP connections on not only when users login but
>>>>>> on
>>>>>> "every" action, even just naviation from one spacec to another.
>>>>>>
>>>>>> I would thought LDAP call will only be made during the login process?
>>>>>> or
>>>>>> is
>>>>>> there anything I missed in the config?
>>>>>>
>>>>>> Here are the debug messages when I do my test by clicking on a link
>>>>>> to
>>>>>> a
>>>>>> Space. I have also attach the LDAP config as well.
>>>>>>
>>>>>> Thanks a lot!
>>>>>> ===
>>>>>> 08:22:32,069 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>>>> DEBUG
>>>>>> ldap.XWikiLDAPConnection- Connecting to LDAP using SSL
>>>>>> 08:22:32,507 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>>>> DEBUG
>>>>>> LDAP.XWikiLDAPAuthServiceImpl   - Found user dn with the user object:
>>>>>> cn=MY_LDAP_ID,ou=People,dc=mydc,dc=net
>>>>>> 08:22:32,702 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>>>> DEBUG
>>>>>> LDAP.XWikiLDAPAuthServiceImpl   - LDAP attributes will be used to
>>>>>> update
>>>>>> XWiki attributes.
>>>>>> 08:22:32,703 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>>>> DEBUG
>>>>>> ldap.XWikiLDAPConfig- Ready to create user from LDAP with
>>>>>> fields
>>>>>> last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
>>>>>> 08:22:32,810 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>>>> DEBUG
>>>>>> LDAP.XWikiLDAPAuthServiceImpl   - Updating existing user with
>>>>>> LDAPattribues
>>>>>> located at cn=MY_LDAP_ID,ou=People,dc=mydc,dc=net
>>>>>> 08:22:32,811 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>>>> DEBUG
>>>>>> ldap.XWikiLDAPConfig- Ready to create user from LDAP with
>>>>>> fields
>>>>>> last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
>>>>>> 08:22:33,115 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>>>> DEBUG
>>>>>> ldap.XWikiLDAPConnection- Connecting to LDAP using SSL
>>>>>> 08:22:33,564 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>>>> DEBUG
>>>>>> LDAP.XWikiLDAPAuthServiceImpl   - Found user dn with the user object:
>>>>>> null
>>>>>> 08:22:33,565 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>>>> DEBUG
>>>>>> ldap.XWikiLDAPConfig- Ready to create user from LDAP with
>>>>>> fields
>>>>>> last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
>>>>>> 08:22:33,566 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>>>> DEBUG
>>>>>> ldap.XWikiLDAPUtils - Searching for the user in LDAP:
>>>>>> user:MY_LDAP_ID base: query:(cn=MY_LDAP_ID) uid:cn
>>>>>> 08:22:33,865 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>>>> DEBUG
>>>>>> LDAP.XWikiLDAPAuthServiceImpl   - LDAP attributes will be used to
>>>>>> update
>>&

[xwiki-users] Comment field in XE 1.6 for page display

2008-10-13 Thread Art Yeung

Hi All,

There are few tabs for comments/attachment etc in the new layout for XE 1.6
which is great. However, can I suggest we do not show the details by default
until users click? (which like version 1.5).

The reason is that currently every page made an authentication call. When we
are using LDAP for authentication this may take 1-2 seconds. Since the
comment field is opened by default, it's another 2 seconds delay for until
the page is completely loaded. Reducing this 2 seconds means 40-50% faster
per page which is very significance.

Many Thanks
Art.
-- 
View this message in context: 
http://n2.nabble.com/Comment-field-in-XE-1.6-for-page-display-tp1322013p1322013.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


Re: [xwiki-users] Unexpected LDAP Connection Issue

2008-10-13 Thread Art Yeung



Thomas Mortagne wrote:
> 
> On Tue, Oct 7, 2008 at 1:06 PM, Art Yeung <[EMAIL PROTECTED]>
> wrote:
>>
>>
>>
>> Thomas Mortagne wrote:
>>>
>>> See http://markmail.org/message/jlsqhlrk2d3kwyrx
>>>
>>> On Tue, Oct 7, 2008 at 9:34 AM, Art Yeung <[EMAIL PROTECTED]>
>>> wrote:
>>>>
>>>> Hi All,
>>>>
>>>> I have a XWiki on version 1.5.1 and recently upgraded to 1.6.13286 with
>>>> LDAP
>>>> integrated for Authentication. In both versions, I have turned DEBUG on
>>>> and
>>>> noticed there are LDAP connections on not only when users login but on
>>>> "every" action, even just naviation from one spacec to another.
>>>>
>>>> I would thought LDAP call will only be made during the login process?
>>>> or
>>>> is
>>>> there anything I missed in the config?
>>>>
>>>> Here are the debug messages when I do my test by clicking on a link to
>>>> a
>>>> Space. I have also attach the LDAP config as well.
>>>>
>>>> Thanks a lot!
>>>> ===
>>>> 08:22:32,069 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> ldap.XWikiLDAPConnection- Connecting to LDAP using SSL
>>>> 08:22:32,507 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> LDAP.XWikiLDAPAuthServiceImpl   - Found user dn with the user object:
>>>> cn=MY_LDAP_ID,ou=People,dc=mydc,dc=net
>>>> 08:22:32,702 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> LDAP.XWikiLDAPAuthServiceImpl   - LDAP attributes will be used to
>>>> update
>>>> XWiki attributes.
>>>> 08:22:32,703 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> ldap.XWikiLDAPConfig- Ready to create user from LDAP with
>>>> fields
>>>> last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
>>>> 08:22:32,810 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> LDAP.XWikiLDAPAuthServiceImpl   - Updating existing user with
>>>> LDAPattribues
>>>> located at cn=MY_LDAP_ID,ou=People,dc=mydc,dc=net
>>>> 08:22:32,811 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> ldap.XWikiLDAPConfig- Ready to create user from LDAP with
>>>> fields
>>>> last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
>>>> 08:22:33,115 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> ldap.XWikiLDAPConnection- Connecting to LDAP using SSL
>>>> 08:22:33,564 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> LDAP.XWikiLDAPAuthServiceImpl   - Found user dn with the user object:
>>>> null
>>>> 08:22:33,565 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> ldap.XWikiLDAPConfig- Ready to create user from LDAP with
>>>> fields
>>>> last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
>>>> 08:22:33,566 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> ldap.XWikiLDAPUtils - Searching for the user in LDAP:
>>>> user:MY_LDAP_ID base: query:(cn=MY_LDAP_ID) uid:cn
>>>> 08:22:33,865 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> LDAP.XWikiLDAPAuthServiceImpl   - LDAP attributes will be used to
>>>> update
>>>> XWiki attributes.
>>>> 08:22:33,865 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> LDAP.XWikiLDAPAuthServiceImpl   - Updating existing user with
>>>> LDAPattribues
>>>> located at cn=MY_LDAP_ID,ou=People,dc=mydc,dc=net
>>>> 08:22:33,866 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> ldap.XWikiLDAPConfig- Ready to create user from LDAP with
>>>> fields
>>>> last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
>>>> [WARNING] Deprecated usage of method [com.xpn.xwiki.api.XWiki.split] in
>>>> [EMAIL PROTECTED],36
>>>> 08:22:34,989
>>>> [http://myhost/xwiki/bin/view/Admin/?xpage=xpart&vm=commentsinline.vm]
>>>> [TP-Pro

[xwiki-users] Comment field in XE 1.6 for page display

2008-10-13 Thread Art Yeung

Hi All,

[Nabble told me my last post didn't get sent, so reposting, apologize if it
caused a duplication]

There are few tabs for comments/attachment etc in the new layout for XE 1.6
which is great. However, can I suggest we do not show the details by default
until users click? (which like version 1.5).

The reason is that currently every page made an authentication call. When we
are using LDAP for authentication this may take 1-2 seconds. Since the
comment field is opened by default, it's another 2 seconds delay for until
the page is completely loaded. Reducing this 2 seconds means 40-50% faster
per page which is very significance.

Many Thanks
Art. 
-- 
View this message in context: 
http://n2.nabble.com/Comment-field-in-XE-1.6-for-page-display-tp1328527p1328527.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


Re: [xwiki-users] Unexpected LDAP Connection Issue

2008-10-13 Thread Art Yeung



Thomas Mortagne wrote:
> 
> On Tue, Oct 7, 2008 at 1:06 PM, Art Yeung <[EMAIL PROTECTED]>
> wrote:
>>
>>
>>
>> Thomas Mortagne wrote:
>>>
>>> See http://markmail.org/message/jlsqhlrk2d3kwyrx
>>>
>>> On Tue, Oct 7, 2008 at 9:34 AM, Art Yeung <[EMAIL PROTECTED]>
>>> wrote:
>>>>
>>>> Hi All,
>>>>
>>>> I have a XWiki on version 1.5.1 and recently upgraded to 1.6.13286 with
>>>> LDAP
>>>> integrated for Authentication. In both versions, I have turned DEBUG on
>>>> and
>>>> noticed there are LDAP connections on not only when users login but on
>>>> "every" action, even just naviation from one spacec to another.
>>>>
>>>> I would thought LDAP call will only be made during the login process?
>>>> or
>>>> is
>>>> there anything I missed in the config?
>>>>
>>>> Here are the debug messages when I do my test by clicking on a link to
>>>> a
>>>> Space. I have also attach the LDAP config as well.
>>>>
>>>> Thanks a lot!
>>>> ===
>>>> 08:22:32,069 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> ldap.XWikiLDAPConnection- Connecting to LDAP using SSL
>>>> 08:22:32,507 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> LDAP.XWikiLDAPAuthServiceImpl   - Found user dn with the user object:
>>>> cn=MY_LDAP_ID,ou=People,dc=mydc,dc=net
>>>> 08:22:32,702 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> LDAP.XWikiLDAPAuthServiceImpl   - LDAP attributes will be used to
>>>> update
>>>> XWiki attributes.
>>>> 08:22:32,703 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> ldap.XWikiLDAPConfig- Ready to create user from LDAP with
>>>> fields
>>>> last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
>>>> 08:22:32,810 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> LDAP.XWikiLDAPAuthServiceImpl   - Updating existing user with
>>>> LDAPattribues
>>>> located at cn=MY_LDAP_ID,ou=People,dc=mydc,dc=net
>>>> 08:22:32,811 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> ldap.XWikiLDAPConfig- Ready to create user from LDAP with
>>>> fields
>>>> last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
>>>> 08:22:33,115 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> ldap.XWikiLDAPConnection- Connecting to LDAP using SSL
>>>> 08:22:33,564 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> LDAP.XWikiLDAPAuthServiceImpl   - Found user dn with the user object:
>>>> null
>>>> 08:22:33,565 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> ldap.XWikiLDAPConfig- Ready to create user from LDAP with
>>>> fields
>>>> last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
>>>> 08:22:33,566 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> ldap.XWikiLDAPUtils - Searching for the user in LDAP:
>>>> user:MY_LDAP_ID base: query:(cn=MY_LDAP_ID) uid:cn
>>>> 08:22:33,865 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> LDAP.XWikiLDAPAuthServiceImpl   - LDAP attributes will be used to
>>>> update
>>>> XWiki attributes.
>>>> 08:22:33,865 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> LDAP.XWikiLDAPAuthServiceImpl   - Updating existing user with
>>>> LDAPattribues
>>>> located at cn=MY_LDAP_ID,ou=People,dc=mydc,dc=net
>>>> 08:22:33,866 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7]
>>>> DEBUG
>>>> ldap.XWikiLDAPConfig- Ready to create user from LDAP with
>>>> fields
>>>> last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
>>>> [WARNING] Deprecated usage of method [com.xpn.xwiki.api.XWiki.split] in
>>>> [EMAIL PROTECTED],36
>>>> 08:22:34,989
>>>> [http://myhost/xwiki/bin/view/Admin/?xpage=xpart&vm=commentsinline.vm]
>>>> [TP-Pro

Re: [xwiki-users] Unregistered user viewing access

2008-10-10 Thread Art Yeung



Art Yeung wrote:
> 
> Hi,
> 
> I am a bit puzzled on the ACL setup. Currently unregistered users are not
> able to "view" pages. It prompted for Login even the welcome page for
> xwiki.
> 
> I understand that we have Global/Space/Page ACL. This is what I have
> currently got:
> Global Right Unregistered Users: View, Register 
> Global Right XWikiAllGroup Users:  View, Comment, Edit, Register
> Prevent unregistered users from viewing pages, regardless of the page or
> space rights: [not tick]
> Prevent unregistered users from editing pages, regardless of the page or
> space rights: [not tick]
> Space Right: Blank for both Unregistered and groups
> Page Right: Blank for both Unregistered and groups
> 
> I thought that with Space and Page ACL being blank it will pickup the
> global one which unregistered users has View access. However, it still
> prompt for login. Am I missing something?
> 
> Any advice is appreciated.
> 
> Thanks!
> Art
> 


Just replying to my issue, it seems that after I setup the ACL on Spaces,
the Global right for unregistered user didn't get pickup.  I have to
explicit set the View access for the Space which i have applied ACL on,
otherwise people can see.

Cheers,
-- 
View this message in context: 
http://n2.nabble.com/Unregistered-user-viewing-access-tp1303273p1315494.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


[xwiki-users] Attachment Limit error message issue

2008-10-09 Thread Art Yeung

Hi All,

I have managed to limit the attachment upload size to 1MB by setting
"Maximum Upload Size:"

However, when users upload large attachment, it gave an error like this.
XWiki has a default limit of around 10Mb for attached files. This limit can
be changed using the upload_maxsize parameter. Check the FAQ for more
information.

Which it still saying the default value of 10Mb, how would I set so i pickup
my custom setting, 1MB?

Thanks
Art.
-- 
View this message in context: 
http://n2.nabble.com/Attachment-Limit-error-message-issue-tp1312233p1312233.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


[xwiki-users] Unregistered user viewing access

2008-10-07 Thread Art Yeung

Hi,

I am a bit puzzled on the ACL setup. Currently unregistered users are not
able to "view" pages. It prompted for Login even the welcome page for xwiki.

I understand that we have Global/Space/Page ACL. This is what I have
currently got:
Global Right Unregistered Users: View, Register 
Global Right XWikiAllGroup Users:  View, Comment, Edit, Register
Prevent unregistered users from viewing pages, regardless of the page or
space rights: [not tick]
Prevent unregistered users from editing pages, regardless of the page or
space rights: [not tick]
Space Right: Blank for both Unregistered and groups
Page Right: Blank for both Unregistered and groups

I thought that with Space and Page ACL being blank it will pickup the global
one which unregistered users has View access. However, it still prompt for
login. Am I missing something?

Any advice is appreciated.

Thanks!
Art
-- 
View this message in context: 
http://n2.nabble.com/Unregistered-user-viewing-access-tp1303273p1303273.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


Re: [xwiki-users] Unexpected LDAP Connection Issue

2008-10-07 Thread Art Yeung



Thomas Mortagne wrote:
> 
> See http://markmail.org/message/jlsqhlrk2d3kwyrx
> 
> On Tue, Oct 7, 2008 at 9:34 AM, Art Yeung <[EMAIL PROTECTED]>
> wrote:
>>
>> Hi All,
>>
>> I have a XWiki on version 1.5.1 and recently upgraded to 1.6.13286 with
>> LDAP
>> integrated for Authentication. In both versions, I have turned DEBUG on
>> and
>> noticed there are LDAP connections on not only when users login but on
>> "every" action, even just naviation from one spacec to another.
>>
>> I would thought LDAP call will only be made during the login process? or
>> is
>> there anything I missed in the config?
>>
>> Here are the debug messages when I do my test by clicking on a link to a
>> Space. I have also attach the LDAP config as well.
>>
>> Thanks a lot!
>> ===
>> 08:22:32,069 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
>> ldap.XWikiLDAPConnection- Connecting to LDAP using SSL
>> 08:22:32,507 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
>> LDAP.XWikiLDAPAuthServiceImpl   - Found user dn with the user object:
>> cn=MY_LDAP_ID,ou=People,dc=mydc,dc=net
>> 08:22:32,702 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
>> LDAP.XWikiLDAPAuthServiceImpl   - LDAP attributes will be used to update
>> XWiki attributes.
>> 08:22:32,703 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
>> ldap.XWikiLDAPConfig- Ready to create user from LDAP with
>> fields
>> last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
>> 08:22:32,810 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
>> LDAP.XWikiLDAPAuthServiceImpl   - Updating existing user with
>> LDAPattribues
>> located at cn=MY_LDAP_ID,ou=People,dc=mydc,dc=net
>> 08:22:32,811 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
>> ldap.XWikiLDAPConfig- Ready to create user from LDAP with
>> fields
>> last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
>> 08:22:33,115 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
>> ldap.XWikiLDAPConnection- Connecting to LDAP using SSL
>> 08:22:33,564 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
>> LDAP.XWikiLDAPAuthServiceImpl   - Found user dn with the user object:
>> null
>> 08:22:33,565 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
>> ldap.XWikiLDAPConfig- Ready to create user from LDAP with
>> fields
>> last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
>> 08:22:33,566 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
>> ldap.XWikiLDAPUtils - Searching for the user in LDAP:
>> user:MY_LDAP_ID base: query:(cn=MY_LDAP_ID) uid:cn
>> 08:22:33,865 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
>> LDAP.XWikiLDAPAuthServiceImpl   - LDAP attributes will be used to update
>> XWiki attributes.
>> 08:22:33,865 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
>> LDAP.XWikiLDAPAuthServiceImpl   - Updating existing user with
>> LDAPattribues
>> located at cn=MY_LDAP_ID,ou=People,dc=mydc,dc=net
>> 08:22:33,866 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
>> ldap.XWikiLDAPConfig- Ready to create user from LDAP with
>> fields
>> last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
>> [WARNING] Deprecated usage of method [com.xpn.xwiki.api.XWiki.split] in
>> [EMAIL PROTECTED],36
>> 08:22:34,989
>> [http://myhost/xwiki/bin/view/Admin/?xpage=xpart&vm=commentsinline.vm]
>> [TP-Processor7] DEBUG ldap.XWikiLDAPConnection-Connecting to LDAP
>> using SSL
>> 08:22:35,548
>> [http://myhost/xwiki/bin/view/Admin/?xpage=xpart&vm=commentsinline.vm]
>> [TP-Processor7] DEBUG LDAP.XWikiLDAPAuthServiceImpl   -Found user dn with
>> the user object: cn=MY_LDAP_ID,ou=People,dc=mydc,dc=net
>> 08:22:35,743
>> [http://myhost/xwiki/bin/view/Admin/?xpage=xpart&vm=commentsinline.vm]
>> [TP-Processor7] DEBUG LDAP.XWikiLDAPAuthServiceImpl   -LDAP attributes
>> will
>> be used to update XWiki attributes.
>> 08:22:35,744
>> [http://myhost/xwiki/bin/view/Admin/?xpage=xpart&vm=commentsinline.vm]
>> [TP-Processor7] DEBUG ldap.XWikiLDAPConfig-Ready to create
>> user
>> from LDAP with fields
>> last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
>> 08:22:35,848
>> [http://myhost/xwiki/bin/view/Admin/?xpage=xpart&vm=commentsinline.vm]
&g

[xwiki-users] Unexpected LDAP Connection Issue

2008-10-07 Thread Art Yeung

Hi All,

I have a XWiki on version 1.5.1 and recently upgraded to 1.6.13286 with LDAP
integrated for Authentication. In both versions, I have turned DEBUG on and
noticed there are LDAP connections on not only when users login but on
"every" action, even just naviation from one spacec to another.

I would thought LDAP call will only be made during the login process? or is
there anything I missed in the config?

Here are the debug messages when I do my test by clicking on a link to a
Space. I have also attach the LDAP config as well.

Thanks a lot!
===
08:22:32,069 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
ldap.XWikiLDAPConnection- Connecting to LDAP using SSL
08:22:32,507 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
LDAP.XWikiLDAPAuthServiceImpl   - Found user dn with the user object:
cn=MY_LDAP_ID,ou=People,dc=mydc,dc=net
08:22:32,702 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
LDAP.XWikiLDAPAuthServiceImpl   - LDAP attributes will be used to update
XWiki attributes.
08:22:32,703 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
ldap.XWikiLDAPConfig- Ready to create user from LDAP with fields
last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
08:22:32,810 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
LDAP.XWikiLDAPAuthServiceImpl   - Updating existing user with LDAPattribues
located at cn=MY_LDAP_ID,ou=People,dc=mydc,dc=net
08:22:32,811 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
ldap.XWikiLDAPConfig- Ready to create user from LDAP with fields
last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
08:22:33,115 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
ldap.XWikiLDAPConnection- Connecting to LDAP using SSL
08:22:33,564 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
LDAP.XWikiLDAPAuthServiceImpl   - Found user dn with the user object: null
08:22:33,565 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
ldap.XWikiLDAPConfig- Ready to create user from LDAP with fields
last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
08:22:33,566 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
ldap.XWikiLDAPUtils - Searching for the user in LDAP:
user:MY_LDAP_ID base: query:(cn=MY_LDAP_ID) uid:cn
08:22:33,865 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
LDAP.XWikiLDAPAuthServiceImpl   - LDAP attributes will be used to update
XWiki attributes.
08:22:33,865 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
LDAP.XWikiLDAPAuthServiceImpl   - Updating existing user with LDAPattribues
located at cn=MY_LDAP_ID,ou=People,dc=mydc,dc=net
08:22:33,866 [http://myhost/xwiki/bin/view/Admin/] [TP-Processor7] DEBUG
ldap.XWikiLDAPConfig- Ready to create user from LDAP with fields
last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
[WARNING] Deprecated usage of method [com.xpn.xwiki.api.XWiki.split] in
[EMAIL PROTECTED],36
08:22:34,989
[http://myhost/xwiki/bin/view/Admin/?xpage=xpart&vm=commentsinline.vm]
[TP-Processor7] DEBUG ldap.XWikiLDAPConnection-Connecting to LDAP
using SSL
08:22:35,548
[http://myhost/xwiki/bin/view/Admin/?xpage=xpart&vm=commentsinline.vm]
[TP-Processor7] DEBUG LDAP.XWikiLDAPAuthServiceImpl   -Found user dn with
the user object: cn=MY_LDAP_ID,ou=People,dc=mydc,dc=net
08:22:35,743
[http://myhost/xwiki/bin/view/Admin/?xpage=xpart&vm=commentsinline.vm]
[TP-Processor7] DEBUG LDAP.XWikiLDAPAuthServiceImpl   -LDAP attributes will
be used to update XWiki attributes.
08:22:35,744
[http://myhost/xwiki/bin/view/Admin/?xpage=xpart&vm=commentsinline.vm]
[TP-Processor7] DEBUG ldap.XWikiLDAPConfig-Ready to create user
from LDAP with fields
last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
08:22:35,848
[http://myhost/xwiki/bin/view/Admin/?xpage=xpart&vm=commentsinline.vm]
[TP-Processor7] DEBUG LDAP.XWikiLDAPAuthServiceImpl   -Updating existing
user with LDAP attribues located at cn=MY_LDAP_ID,ou=People,dc=mydc,dc=net
08:22:35,849
[http://myhost/xwiki/bin/view/Admin/?xpage=xpart&vm=commentsinline.vm]
[TP-Processor7] DEBUG ldap.XWikiLDAPConfig-Ready to create user
from LDAP with fields
last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn

===

xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
xwiki.authentication.ldap.base_DN=ou=People,dc=mydc,dc=net
xwiki.authentication.ldap.bind_DN=cn=xwikiAdmin, ou=myou, ou=myou2,
ou=Applications, dc=mydc, dc=net
xwiki.authentication.ldap.bind_pass=mypassword
xwiki.authentication.ldap.fields_mapping=last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
xwiki.authentication.ldap.group_classes=group,groupOfNames,groupOfUniqueNames,dynamicGroup,dynamicGroupAux,groupWiseDistributionList
xw

[xwiki-users] Creating a page with dot on the Title

2008-09-23 Thread Art Yeung

Hi all,

When I create a page in a Space called "MySpace" using Title "a.b.c" , it
created a page call "c" under the space "a.b". (a.b: c)
Is there anyway I can allow users create document with dot on the Title
please? I would expect the document to be called "MySpace: a.b.c"

Many Thanks
Art
-- 
View this message in context: 
http://n2.nabble.com/Creating-a-page-with-dot-on-the-Title-tp1112070p1112070.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


Re: [xwiki-users] XE Misc questions

2008-08-26 Thread Art Yeung

Hi Guillaume

Thanks, Will deploy the bulletin app again and look for the div. It's
interesting though because I won't get the issue until I posted an article
on the bulletin. Once I posted, the problem still exists even after I
navigated away from the bulletin and go to "any" pages.

Re: the panel, I have opened an jira as per Vincent suggested.


Any idea about the Space Manager please? or Spaces management interface for
XE?

Thanks,
Art.



Guillaume Lerouge wrote:
> 
> Hi Arthur,
> 
> 1. Is there a Space Manager available for XE ? I am planning to setup
> about
>> 60+ spaces so would be nice to have a interface to manage them. I saw
>> there
>> is one for the Workspace, is there something similar for the XE?
>>
>> 2. With the new Admin application, where is the Panel field located? In
>> the
>> past there is an option we can see the Panel list (in text) so we can
>> edit.
>> Does does it all rely on the drag and drop now?
> 
> 
> You can still access it at : http:///xwiki/bin/view/Panels/
> 
> 
>> 3. Has anyone done Site Minder integration for the authentication? The
>> Admin
>> Guide mentioned briefly saying it can be done as Custom Authentication
>> but
>> no details.
>>
>> 4. Any news on the "Rating" feature please? would like to allow users to
>> rate the pages usefulness
> 
> 
> We're working on it right now but it isn't finished yet. Once the module
> is
> out it will be published in the release notes.
> 
> 
>> 5. I deployed the Bulletin Application. After I posted an article on the
>> forum, the right panel (the menu etc) went to the bottom of the screen.
>> Even
>> when I left the forum and went back to the other pages, the right panel
>> was
>> till at the bottom of the screen. Not sure if its CSS issue. Has anyone
>> seen
>> it before?
> 
> 
> Looks like a closing  is missing somewhere... Since it's happening
> on
> all pages I guess this must be related to a panel that is present on all
> those pages... Could you try to identify where the  is missing using
> a
> tool such as firebug so that we can correct it ?
> 
> Thanks,
> Guillaume
> 
> 
>>
>>
>>
>> Many Thanks
>>
>> Art.
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
> 
> 
> 
> -- 
> Guillaume Lerouge
> Product Manager - XWiki
> Skype ID : wikibc
> http://blog.xwiki.com/
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/XE-Misc-questions-tp759737p785430.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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