So how would I set up my group rights in this scenario? I've tried this out
and I can't seem to get it to work.
SpaceMain -> everyone should be able to see
SpaceOne -> only users in GroupOne can see. No one else may see this space,
Non-grouped or spacetwo users.
SpaceTwo -> only users in GroupTwo and use. No one else may see this space,
Non-grouped or spaceone users.
I've tried denying GroupOne & AllGroup from SpaceTwo but a GroupTwo member
isn't being allowed to see.
Joel Schuster
joel.schuster(a)opsysinc.com
719-510-0181
Hello again,
I've troubles getting any Tree-View-Navigation to run properly.
I tried "Space Explorer Panel Application" as well as almost any other
tree-view-extension from extensions.xwiki.org .
I always ended up getting the following error pop-up:
ERROR: xwikiexplorer.js depends on xwiki.js
To get rid of it, I had to disable Java-Script and delete the panel.
Currently we are using 3 levels in our hierachy within a space.
Does anyone know a solution? Maybe someone has a working script
running in a panel and would like to share it with me?
Any help is very much appreciated.
Cheers,
Chris
Hi,
I am Avinash Parida , undergraduate final year from India . I am
really interested to work with XWiki organization , and propose my
project for GSoC 2011. I have attached an overview of the
Project Proposal for Mobil Skin XWiki and my resume outlining relevant
work experience and education . I feel my skills and knowledge in web
technologies and design are of best utilization for this project.
www.globaldelight.com/XWiki/Gsoc-XwikiProposal.pdf
<http://www.globaldelight.com/XWiki/Gsoc-XwikiProposal.pdf%20>[Gsoc
Project Proposal]
I have also attached detailed mobile views for the project.These are initial
layouts and am willing to make further iterations on remarks.
www.globaldelight.com/XWiki/XWiki-Mobile-layouts.zip [Mobile Skin Layouts ]
Please have a look at the proposal and i am ready for comments and
fine-tuning it.
Hoping for a positive response.
Regards,
Avinash Parida
BTech 2011
DA-IICT
User Interface Intern
Robosoft Technologies
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,
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