Hi guys,
we try to configure confluence which special persmissions.
simple Case details:
Very simple so far
Now we wanna set some security permissions:
Our problem is point 2 in dependence to 1.
We don't use LDAP authentication.
Any ideas?
Thanks a lot!
But it is possible the create a, for example, readonlygroup and put a user in. This group should see headline 2,3 but, and thats the problem, it should NOT see the "Profiles", "Persons", "Favorite", -Buttons on top of the page.
->
confluence-user (view complete space1)
confluence-admin (view / edit complete space1)
confluence-readonly (view navigation with headlines 1,2,3)
anonymous (view navigation with headline 1)
?
Confluence-readonly implies that user has logged in, you asked both anonymous
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
sure... and you told, it is not possible without any programming... So maybe this is a second option?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, that's not "anonymous" any more - you know it's someone to whom you have given an account (even if it's shared, so you don't know which human it is, it's still not anonymous)
Now you know who they are, you can apply the permissions like they're any other user. But, you still can't do anonymous1 and anonymous2 because you have only set up one user.
And because they are now a logged in user, they get to see profiles, persons, favourite and so-on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, it would be possible with creating some servlet filter for the specific URL or inject javascript. But then you need to decide what criteria should anonymous user A should fulfill in order to see header and what different criteria should anonymous user B should fulfill in order to see partial header.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe you should re-think your approach with anonymous and keep it "one", but thats just me
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Panos is absolutely right. You have no way of knowing that anonymous1 is not anonymous2 - the whole point of anonymous access is that they do not log in. Without a log in, you can't know who a visitor is, so you simply don't have any data to decide on different behaviours.
There are things you can do with proxy servers or networking that could add more information to a session so that you could make access decisions based on it, but Confluence works with users only, so you'd have to start coding to allow it to make different decisions as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can't do that, not unless you provide some kind of distinguishment between anonymous1 and anonymous2. e.g. anonymous1 comes from XXX page and anonymous2 comes from YYY page, assuming that web-browser settings are intact
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is this that differentiates user1 and user2 as both are anonymous?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.