Hi,
I'm testing the ldap features of xwiki and have a question regarding importing /registering new user.
I managed to setup ldap authentication with user import and group mapping. The question is connected with
this configuration flag:
#-# Specifies the LDAP attribute containing the identifier to be used as the XWiki name (default=cn)
xwiki.authentication.ldap.UID_attr=mail
What I would achieve is a user authentication with his mail/password ( which is pretty common nowadays ).
It works with ldap and after a successful authentication with i.e.
mail = bruno(a)7cogs.com,
a new user is created with the following value:
username = bruno@7cogscom
I assume that the 'dot' is not allowed to be used in the username string ?
In my scenario there will be also a need for registering new users in a traditional (xwiki ) way but it
seems to be impossible to provide a mail as a username ( even though the client side validation seems to not
complain about that initially ):
Invalid username provided. Please use only letters from the latin alphabet, numbers, and the underscore
character.
Do you have any clues how to achieve that ? maybe it's possible to set a flag in xwiki config similar to the
ldap solution ( identifier to be used as the XWiki name )..
Thanks in advance,
Piotr
Hi all,
I made a form that a user uses to manually list files stored on the local
network drive, that are then displayed in a table. It works fine but to get
the link to be clickable you have to copy/paste the windowsPath macro into
the inline form field.
I am wondering how I can put the variable for the file into the windowsPath
macro so its clickable in the table, like this (only it doesn't work):
...
<td>{{windowsPath share="$formObj.file" name="Link"/}}</td>
...
I've tried a few things out but I'm not really sure on how to get it
working. Do I have to create an entirely new macro?
Thanks,
Lockie
--
View this message in context: http://xwiki.475771.n2.nabble.com/Using-a-Variable-in-the-WindowsPath-Macro…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I'm trying to implement editing of object properties in WYSIWYG editor
and there is some questions about it's functionality:
1. On page I have a grid which displays custom objects attached to the
it and WYSIWYG editor below the grid, used for editing this objects. By
clicking on a row - selected objects property should be loaded into
WYSIWYG editor and user can easily modify and save it. So the question
is - Is it possible to create single WYSIWYG editor on the page and then
dynamically(using JavaScript) load different properties from different
objects into it?
2. Can I load some abstract text which is not an object property into
WYSIWYG editor?
3. It seems that example provided on the following page doesn't work.
http://code.xwiki.org/xwiki/bin/view/Modules/WysiwygEditorModule#HLoadondem…
May be the reason is that request parameter 'key=fake' is incorrect.
BTW, what does this parameter mean?
Thank you,
Taras
Hi,
I'm testing my XWiki instance and noticed that I can edit headings from H1, H2 levels, and the H3 - H6 are
just treated like a text formatting. Is that intended behavior ? I found an old bug report:
http://jira.xwiki.org/jira/browse/XWIKI-4275?page=com.atlassian.jira.plugin…
its status is fixed but somehow it's still an issue for me.
My XWiki version:
XWiki Enterprise 2.4.3.31377
Is there any option to enable editing those h3-h6 headings as well ?
Regards,
Piotr
Hello xwiki users,
I reviewed the docs, but I didn't find the right answer, maybe you can help:
If a user is in two groups A and B, how can I handle the treatment if it is "allow" in one group and "deny" in the other?
Imagine B is the group of experts within a company A, so I would like to have "at least one allow" but I probably have "at least one deny".
To overcome this situation at the moment, I must provide admin rights for the experts group, which I am not interested in at all.
The second option is to have one user per role, this will lead to inconsistencies and is not preferred too.
The thrid is to massively increase the number of groups, for each role combination one own group. This is not an option too.
Any ideas? Thx a lot in advance Best regards
Pierre
I am out of the office until 10/12/2010.
I am on holiday. For wiki assistance, please contact Kim Dillon. If this
is an emergency, please leave a message on my cell phone. Thank you! :-)
Note: This is an automated response to your message "users Digest, Vol 39,
Issue 14" sent on 10/9/10 6:00:04.
This is the only notification you will receive while this person is away.
Hi,
I've compiled the last WYSIWYG (client/server) code and replaced it in my wiki. But the new xwe is misbehaving : the background of the text edit box became blue (I'm using the bluesky color theme). The xwe I was using before was normal, with the background in white (the way I want).
Where in the module's code I can correct this issue?
Regards,
Ramon
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 29 Sep 2010 12:13:29 +0200
> From: Vincent Massol <vincent(a)massol.net>
> Subject: Re: [xwiki-users] [myxwiki] new wiki request
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <572F59BE-5887-4988-991A-BB8E85DCEBB6(a)massol.net>
> Content-Type: text/plain; charset=us-ascii
>
> Hi Bogdan,
>
> On Sep 29, 2010, at 11:29 AM, Bogdan Flueras wrote:
>
> > Hello XWiki users,
> >
> > I would like to get a new wiki (named: *imigrant.myxwiki.org* - checked
> and
> > it's available) hosted on your server.
> > It's purpose will be to empower the communities of romanian imigrants
> with
> > useful tips and how they could easily fit in into their 'adoptive
> country'
> > with legal, shopping a.s.o advice.
> >
> > My username on myxwiki.org is *bflueras*.
>
> Just to be sure you want it "imigrant" or "immigrant" ?
> I guess the one 'm' is romanian while the 2 'm' is english:
>
> http://www.googlefight.com/index.php?lang=en_GB&word1=immigrant&word2=imigr…
>
> Thanks
> -Vincent
>
>
Hello Vincent,
Haha :) good question about the name but your guess is correct.
I'd prefer imigrant though. It's a lot simpler and it has a meaning for
romanians.
Ps: the *xxx* from my previous message are just formatting hints. So my
username is simply: bflueras.
Have a nice day!
--
ing. Flueras Bogdan
Hi,
I had until today success compiling the wysiwyg modules. So I've updated my local checked-out code to the last head version of wysiwyg editor (both client and server modules), but now the server module fails to compile with the following error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project xwiki-web-gwt-wysiwyg-server: Compilation failure: Compilation failure:
/workspace/xwiki-gwt-wysiwyg-server/src/main/java/com/xpn/xwiki/wysiwyg/server/internal/wiki/DefaultLinkService.java:[33,33] cannot find symbol
symbol : class LinkParser
location: package org.xwiki.rendering.parser
/workspace/xwiki-gwt-wysiwyg-server/src/main/java/com/xpn/xwiki/wysiwyg/server/internal/wiki/DefaultLinkService.java:[91,12] cannot find symbol
symbol : class LinkParser
location: class com.xpn.xwiki.wysiwyg.server.internal.wiki.DefaultLinkService
I'm using the XE 2.4. How can I correct this error? Should I use another branch/version/revision of server module? The client module worked well with the latest from HEAD.
Regards,
Ramon
Hi everybody,
I was considering installing xwiki in a SSO environment (JASIG CAS + LDAP
user authentication behind).
Could you help me out with inputs (documentation, links, examples), I
couldn't find anything explicit enough (for me ;)! ).
Your help is very much appreciated.
Olivier