|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 | Next > |
|
|
Re: 2.4 with kaukolu ldap auth/userdatabase to 2.8 migrationjonathan wrote:
> thanks a lot Andrew, > > I figured it was something like this - the security logs are a bit > confusing on this point. > > The cookie assertion issue isn't a cookie assertion issue (contrary to > my initial report). There's something about Firefox/Chrome that often > requires you to log-in twice. I haven't done any further > investigation into this, but the problem doesn't seem to manifest (so > far) in IE. image (e.g <img src="">) firefox load the page twice (at list it did in 3.0.x). There is a note here http://geekswithblogs.net/bcaraway/archive/2007/08/24/114945.aspx but I found the same problem some time ago. At the time, made a little search and found something in an RFC asking for this behaviour, but cannot find it again now. As said, maybe unlrelated but .. > > thanks again for all your help, > Jonathan. > > Andrew Jaquith wrote: >> Jonathan, >> >> I did some tests and determined that the cause of the problem is >> probably on your end. Here's the deal: >> >> - Container-managed authentication and authorization works by >> protecting a set of resources with auth-constraints >> >> - Each auth-constraint lists one or more roles that are allowed to >> access those resources. Now here's the important point: these are >> CONTAINER roles, not JSPWiki roles. >> >> - The default auth-constraint that protects Login.jsp (and thus >> triggers authentication) is protected by a sample container role >> called Authenticated. This is NOT the same as the JSPWiki role called >> Authenticated. >> >> - Thus, if your container is not configured to return any roles, the >> container will NOT let you access Login.jsp and returns a 403 >> (Forbidden), which directs you to Forbidden.html. This is exactly how >> the container is supposed to behave when a user is "unauthorized", >> which you are if you don't possess any container roles. >> >> - However, even though you did not receive the proper container role >> to access Login.jsp, your session is STILL authenticated, and as such >> your HttpServletRequest possesses a UserPrincipal. JSPWiki sniffs this >> principal during the next request and says, "Aha! The user is >> container-authenticated" and prints out the G'day (authenticated) >> message. >> >> Got it? Essentially, the container authenticates you, and JSPWiki >> figures that out. In between those two events, the fact that the user >> doesn't possess any container roles is what produces the 403. >> >> The fix is simple. Just make sure that the role named in the >> auth-constraint is the same as one returned by your container. In our >> default web.xml, we assume that this role is called "Authenticated." >> If your default container role is different (for example, "person"), >> make sure the one in web.xml matches that role name. >> >> I don't know what the root cause of your cookie authentication issue >> is. I could not reproduce it. >> >> Andrew >> >> On Wed, Jul 15, 2009 at 5:30 PM, jonathan<jengbrec@...> wrote: >>> heya too! >>> >>> The wiki page on container auth has been very, very helpful, yes. Upon >>> further investigation, I think my issues are currently more >>> role-related >>> than UserDatabase related. >>> >>> Container has been set up to authenticate to ldap, no roles have been >>> configured, web.xml is default container-managed config. As soon as >>> I log >>> in, I end up getting a forbidden page (on Login.jsp?redirect=Main). >>> If I >>> click "Better luck next time", I end up back on the main page, >>> "authenticated" (much like this problem: >>> http://www.mail-archive.com/jspwiki-user@.../msg01892.html >>> >>> - except I'm using Tomcat 5.5.15). >>> >>> If I look at my security log, I get the following entries only >>> *after* I >>> click the "Better luck..." link on the Forbidden page: >>> >>> 2009-07-15 17:11:07,547 INFO - WikiSecurityEvent.LOGIN_AUTHENTICATED >>> [source=com.ecyrd.jspwiki.auth.AuthenticationManager@e4245, >>> princpal=org.apache.catalina.realm.GenericPrincipal jengbrec, >>> target=com.ecyrd.jspwiki.WikiSession@1f55105] >>> 2009-07-15 17:11:07,547 DEBUG - WikiSecurityEvent.LOGIN_AUTHENTICATED >>> [source=com.ecyrd.jspwiki.auth.AuthenticationManager@e4245, >>> princpal=org.apache.catalina.realm.GenericPrincipal jengbrec, >>> target=com.ecyrd.jspwiki.WikiSession@1f55105] >>> 2009-07-15 17:11:07,548 DEBUG - WikiSecurityEvent.PRINCIPAL_ADD >>> [source=com.ecyrd.jspwiki.auth.AuthenticationManager@e4245, >>> princpal=org.apache.catalina.realm.GenericPrincipal jengbrec, >>> target=com.ecyrd.jspwiki.WikiSession@1f55105] >>> 2009-07-15 17:11:07,548 DEBUG - WikiSecurityEvent.PRINCIPAL_ADD >>> [source=com.ecyrd.jspwiki.auth.AuthenticationManager@e4245, >>> princpal=com.ecyrd.jspwiki.auth.authorize.Role Authenticated, >>> target=com.ecyrd.jspwiki.WikiSession@1f55105] >>> >>> >>> It looks like I now should have the "Authenticated" role from the >>> container >>> (though I don't seem to have it (according to the log, anyway) >>> immediately >>> after clicking "login" which is strange). However, I still get >>> "Forbidden" >>> if I try and go to Edit.jsp or similar (the "Authenticated area" in >>> web.xml). >>> >>> After the initial "Forbidden", my wiki acls seem to work properly, >>> but the >>> container-given Role ("Authenticated") doesn't seem to be working, even >>> though the logs appear to indicate that the role has been assigned. >>> >>> Thoughts on where to go from here? >>> >>> as always, many thanks, >>> jonathan. >>> >>> >>> Janne Jalkanen wrote: >>>> Heya! >>>> >>>> Does this help? >>>> >>>> http://www.jspwiki.org/wiki/WebContainerAuthenticationViaLDAP >>>> >>>> /Janne >>>> >>>> On 14 Jul 2009, at 21:37, jonathan wrote: >>>> >>>>> Has anyone successfully done this? >>>>> >>>>> In 2.4 I'm using Kaukolu LDAPUserDatabase implementation to get user >>>>> data, so I have no local userdatabse.xml file to fall back on. >>>>> The existing >>>>> LDAPUserDatabase doesn't work with 2.8, of course. >>>>> >>>>> If you've done this, how are you handling the userdatabase portion >>>>> under >>>>> 2.8? We have a very large ldap database, but a relatively small >>>>> number of >>>>> JSPWiki users, so migrating the ldap info into an xml (or even mysql) >>>>> userdatabase seems a bit like overkill (though this may be the >>>>> simplest >>>>> route to take given my relative inability to recode the >>>>> LDAPUserDatabase >>>>> stuff). >>>>> >>>>> Any thoughts appreciated. >>>> >> |
|
|
JSPWiki with FCKEditor 3.0Hey,
has anybody experience with integrating FCKEditor 3.0 into JSPWiki? If so, please mail. All the best Kai |
|
|
Re: JSPWiki with FCKEditor 3.0This has not been done yet for 3.0. My intent is that FCK integration
will happen after the remaining plain editor issues are resolved. -- Andrew On Sep 15, 2009, at 3:44, "K. W. Holzweißig" <kw@...- paderborn.de> wrote: > Hey, > > has anybody experience with integrating FCKEditor 3.0 into JSPWiki? > If so, please mail. > > All the best > Kai |
|
|
Re: JSPWiki with FCKEditor 3.0For v3.0 I would like to investigate the possibility to include in JSPWiki
a lightweight wysiwig editor. A possible candidate could be mooeditable ( http://cheeaun.github.com/mooeditable/) : * it is lightweight, with a small footprint * mootools based (js lib currently used by jspwiki) * MIT license, compatible with apache. Because of the pluggable architecture of JSPWiki, you can still decide to include one of the more heavy weight editors like CKeditor (ex FCKeditor), TinyMCE, of YUI Rich Text editor. dirk On Tue, Sep 15, 2009 at 12:36 PM, Andrew Jaquith <andrew.r.jaquith@... > wrote: > This has not been done yet for 3.0. My intent is that FCK integration will > happen after the remaining plain editor issues are resolved. -- Andrew > > > On Sep 15, 2009, at 3:44, "K. W. Holzweißig" <kw@...> > wrote: > > Hey, >> >> has anybody experience with integrating FCKEditor 3.0 into JSPWiki? If so, >> please mail. >> >> All the best >> Kai >> > |
|
|
Re: User Preferences not getting savedHi Bhanu
You please recheck with the jspwiki.propertie's base url # jspwiki.baseURL = http://www.jspwiki.org/ it should be same as with the base context url of the site that you have given to your wiki application Please do let me know if you find this helpful Thanks & Regards, -Anil Kumar Katta
|
| < Prev | 1 - 2 | Next > |
| Free embeddable forum powered by Nabble | Forum Help |