Web Container Authentication Via LDAP for a JSPWiki

2009-06-17 Thread Stefan Kuhn
Hi,

i have configured a Web Container Authentication Via LDAP with the
instructions from this page:
http://www.jspwiki.org/wiki/WebContainerAuthenticationViaLDAP

I can now login to the wiki, but have problems with the rights, it isn't
even possible to read pages.

The web.xml seems to be definied correctly with:

   security-constraint
   web-resource-collection
   web-resource-nameAuthenticated area/web-resource-name
   url-pattern/Edit.jsp/url-pattern
   url-pattern/Comment.jsp/url-pattern
   url-pattern/Login.jsp/url-pattern
   url-pattern/NewGroup.jsp/url-pattern
   url-pattern/Rename.jsp/url-pattern
   url-pattern/Upload.jsp/url-pattern
   http-methodDELETE/http-method
   http-methodGET/http-method
   http-methodHEAD/http-method
   http-methodPOST/http-method
   http-methodPUT/http-method
   /web-resource-collection

   web-resource-collection
   web-resource-nameRead-only Area/web-resource-name
   url-pattern/attach/url-pattern
   http-methodDELETE/http-method
   http-methodPOST/http-method
   http-methodPUT/http-method
   /web-resource-collection

   auth-constraint
   role-namewikiuser/role-name
   role-namewikiadmin/role-name
   /auth-constraint

   !-- user-data-constraint
   transport-guaranteeCONFIDENTIAL/transport-guarantee
   /user-data-constraint --
   /security-constraint

and

   security-role
   description
   This logical role includes all wikiusers
   /description
   role-namewikiuser/role-name
   /security-role

   security-role
   description
   This logical role includes all wikiadmins
   /description
   role-namewikiadmin/role-name
   /security-role


Has anybody ever done what i want to do?

Best regards,
  Stefan

-- 
/**
 * Stefan Kuhn
 * Software Developer
 * Synyx GmbH  Co. KG --OpenCms Solution Provider--J2ME Solutions--
 * Karlstr. 68
 * 76137 Karlsruhe
 *
 * phone  +49(0)721 66 24 866
 * fax+49(0)721 66 48 877
 * eMail  k...@synyx.de
 * wwwhttp://www.synyx.de
 * irc   irc.synyx.de
 *
 * Sitz der Gesellschaft: Karlsruhe
 * Registergericht: Mannheim
 * Handelsregisternummer: HRA 4793
 * USt-IdNr.: DE249264296
 *
 * Komplementärin: Elatech Verwaltungs GmbH
 * Sitz der Gesellschaft: Karlsruhe
 * Geschäftsführer: Markus Daniel
 * Registergericht: Mannheim
 * Handelsregisternummer: HRB 7250
 */
 */

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



strange tomcat 5.5 problem/session handling?

2007-01-04 Thread Stefan Kuhn
Hi all,
I have got a rather strange problem with am application running on tomcat.
 The aplication is based on Jetspeed, which uses Turbine. The problem is with
 login, since user handling is session based I think it could be a problem
 with tomcat session handling.
Ok, it's a jetspeed 1.6 running in tomcat 5.5.20 on a debian machine. If a
user logs in sometimes he is logged out again as soon as clicking on any
link. If he logs in a second time, it works fine. It seems the problem is
restricted to that machine and to firefox (tested also konqueror and IE).
This is really one of these ugly hard-to-solve problems. Help would be much
appreciated.
Stefan
--
Stefan Kuhn B. Sc. M. A.
Cologne University BioInformatics Center (http://www.cubic.uni-koeln.de)
Zülpicher Str. 47, 50674 Cologne
Tel: +49(0)221-470-7428   Fax: +49 (0) 221-470-7786
My public PGP key is available at http://pgp.mit.edu

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]