Hello everyone,
my problem is, that the users I created cannot change their password.
If they click on the "Profile" or "Preference" Link they get:
"Error: You are not allowed to view this document or perform this action."
The Users themselfs do not have any rights assigned to them. However,
they all belong to a group called SUG. The groupd has the following
rights:
View: true
Comment: true
Edit: false
Delete: false
Admin: false
Register: false
Program: false
I don't think that I have changed anything this space/page -rights.
What am I missing? Any help is appreciated.
Cheers,
Chris
Hello everyone,
when I try to add a new category to the default Xwiki Blog I get the
following error in a little red Box at the buttom of the page:
Server not responding
Any Ideas?
Thanks,
Chris
Hi!
Is it possible to change default autocompletion of username in tregistration
window?
So when I'm enterning the first name and real name then the username
autocompletes to FirstnameLastname (uppercased).
I want to change it to first letter of firstnaeme and lastname without
uppercase and set it by default so users could not change this pattern.
When I clicked to edit the filds I've found tht this autocompletion is made
by javascript script "prepareName(...)"
Where is this script? can I change it when I've got hosted xwiki on myxwiki?
If not is there any method to change this behavior as I want?
Thank you!
Wojtek
I have an OpenLDAP installation with the following simple configuration:
dc=snapteam,dc=org < root (top)
cn=admin < admin login for access to LDAP, no
anonymous access (organizationalRole, simpleSecurityObject)
ou=groups < group of groups (organizationalUnit)
cn=group1 < posixGroups with multiple 'memberUid'
attributes with full user DNs
cn=group2
cn=admins
ou=users < group of users (organizationalUnit)
uid=snapadmin < user (inetOrgPerson, posixAccount) -
userPassword fields with plaintext password (I'd like to change to sha or
somesuch)
uid=user1 < another user
Here are the settings in the xwiki.cfg:
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthSer
viceImpl
xwiki.authentication.ldap=1
xwiki.authentication.ldap.server=127.0.0.1
xwiki.authentication.ldap.port=389
xwiki.authentication.ldap.bind_DN=cn=admin,dc=snapteam,dc=org
xwiki.authentication.ldap.bind_pass=adminPassword
xwiki.authentication.ldap.ldap_user_search_fmt=(&({0}={1})(objectClass=posix
Account))
xwiki.authentication.ldap.user_group=ou=users,dc=snapteam,dc=org
xwiki.authentication.ldap.base_DN=dc=snapteam,dc=org
xwiki.authentication.ldap.group_classes=posixGroup
xwiki.authentication.ldap.group_memberfields=memberUid
xwiki.authentication.ldap.fields_mapping=last_name=sn,first_name=givenName,e
mail=mail
xwiki.authentication.ldap.update_user=1
xwiki.authentication.ldap.group_mapping=XWiki.XWikiAdminGroup=cn=admins,ou=g
roups,dc=snapteam,dc=org|\
XWiki.SnapGroup=cn=snap,ou=groups,dc=snapteam,dc=org|\
XWiki.AARGroup=cn=aar,ou=groups,dc=snapteam,dc=org|\
XWiki.AACUSGroup=cn=aacus,ou=groups,dc=snapteam,dc=org
xwiki.authentication.ldap.groupcache_expiration=21800
xwiki.authentication.ldap.mode_group_sync=always
xwiki.authentication.ldap.trylocal=1
Here are the log trace I'm getting when trying to log in as one of the
users:
2011-04-09 21:35:19,522 DEBUG xwiki.XWiki - Using custom
AuthClass com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.
2011-04-09 21:50:42,946 TRACE LDAP.XWikiLDAPAuthServiceImpl - Starting
LDAP authentication
2011-04-09 21:50:42,946 DEBUG LDAP.XWikiLDAPAuthServiceImpl - The provided
user is null. We don't try to authenticate, it probably means the user is in
non logged mode.
2011-04-09 21:50:42,948 TRACE LDAP.XWikiLDAPAuthServiceImpl - Starting
LDAP authentication
2011-04-09 21:50:42,967 DEBUG LDAP.XWikiLDAPAuthServiceImpl - Checking if
the user belongs to the user group: ou=users,dc=snapteam,dc=org
2011-04-09 21:50:42,969 DEBUG LDAP.XWikiLDAPAuthServiceImpl - Local LDAP
authentication failed.
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticateInCont
ext(XWikiLDAPAuthServiceImpl.java:339)
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticate(XWiki
LDAPAuthServiceImpl.java:190)
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.authenticate(XWikiLDAP
AuthServiceImpl.java:137)
2011-04-09 21:50:42,970 DEBUG LDAP.XWikiLDAPAuthServiceImpl - Trying
authentication against XWiki DB
2011-04-09 21:50:42,974 DEBUG LDAP.XWikiLDAPAuthServiceImpl - LDAP
authentication failed for user [snapadmin]
Any help would be appreciated. Thanks!
Joel Schuster
joel.schuster(a)opsysinc.com
719-510-0181
Hello World,
I am looking in fixing the "fulscreen textarea issue" and I wanted to ask if any1 can point me to where I can find the uncompressed (and maybe commented) javascript files from /resources/xwiki/js (mainly the fullscreenedit/fullscreenedit.js file)
Thanks,
Stefan
________________________________________
From: users-bounces(a)xwiki.org [users-bounces(a)xwiki.org] on behalf of Paul Libbrecht [paul(a)hoplahup.net]
Sent: Sunday, April 10, 2011 2:37 PM
To: XWiki Developers
Cc: XWiki Users
Subject: Re: [xwiki-users] [xwiki-devs] Translation application ?
Thibaut,
look at the archive, there's at least two.
The one of xwiki.org (l10n ?)
And the one of i2geo ( http://i2geo.net/xwiki/bin/view/TranslationUpdate/ )
I wouldn't be surprised there are others.
Arguments for each are available in the list.
paul
Le 10 avr. 2011 à 13:04, Thibaut Camberlin a écrit :
> Hello,
>
> I was wondering if someone had a start of an application managing
> translations. The need is to have an end-user interface to manage
> translations. I put a mockup there to show you what I have in mind :
> http://incubator.myxwiki.org/xwiki/bin/view/Drafts/TranslationApplication
>
> Thanks
> --
> Thibaut
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hello,
I was wondering if someone had a start of an application managing
translations. The need is to have an end-user interface to manage
translations. I put a mockup there to show you what I have in mind :
http://incubator.myxwiki.org/xwiki/bin/view/Drafts/TranslationApplication
Thanks
--
Thibaut
Hi All,
I am looking for a way (probably a Macro) that allows me to show and
hide text content within an existing page by clicking on a specified
word.
Similiar to error codes where you click on the error code and you get
more information.
I need this so I can put alot of information in one page, and my users
can choose which information they want to have expanded.
A bit like show-hide table of contents in the 1.X versions.
I hope someone can help me out,
Thanks in advance,
Wouter
Hi,
If you are managing an XWiki deployment with more than 5000 users, can
you please send me an email directly (ludovic(a)xwiki.com).
You can be very helpful to XWiki by allowing us to use your company as a
reference for XWiki.
Thanks
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hi!
I'm trying to override the css of my xwiki.
I've been reading documents about making styleSheetExtensions (like
MinimalStyleSheet Extension fro mhere:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial).
I have to be doing something wrong because after creation StyleSheet
extension like in this tutorial and setting "use this extension" to "always"
nothing changes.
additional I've seen that in Administration menu -> Look & feel ->
presentation I've got button that "allow" me cutomize current skin. after
pressing it and sayin that I want to customize it I've got a lot of empty
boxes (style, header, footer).
Always when I'm trying to write there anything the whole css crash and the
site looks ugly.
Please could you write, what is the simplest method to override some
elements of the css of xwiki?
I will be very thankfull!
Wojtek
When I try to create a new page via WYSIWYG or Source editor, then click
"Save & View", I see a link with a question mark beside it. (All of this is
the normal, so far) When I click on that link to create the page, the bread
crumbs at the top of the page show the previous page as the parent. When I
save that newly created page, whether I add any other content to the new
page or not, the page shows as an orphan. The bread crumbs at the top
disappear and point back to the root of the space. The "Information" tab
shows no parent information.
If I try to edit that page and manually enter the parent using the little
"pencil" parent edit button, I enter the name of the parent page (which
xwiki seems to recognize), but when I save it, the page is still orphaned.
What's the deal? Any ideas?
I'm running XWiki Enterprise 2.7.1.34853 on Ubuntu lucid 64-bit. My local
computer is also running Ubuntu lucid 64-bit. I've tried using Firefox and
Chrome, but both behave the same way.
Any help would be appreciated.
Thanks,
travis