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:

   
   
   Authenticated area
   /Edit.jsp
   /Comment.jsp
   /Login.jsp
   /NewGroup.jsp
   /Rename.jsp
   /Upload.jsp
   DELETE
   GET
   HEAD
   POST
   PUT
   

   
   Read-only Area
   /attach
   DELETE
   POST
   PUT
   

   
   wikiuser
   wikiadmin
   

   
   

and

   
   
   This logical role includes all wikiusers
   
   wikiuser
   

   
   
   This logical role includes all wikiadmins
   
   wikiadmin
   


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]