You need to create the users in slide too! Try to log on with a user called:
root.

/jacob

----- Original Message ----- 
From: "Stefan Frank" <[EMAIL PROTECTED]>
To: "Slide Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, July 14, 2004 1:38 PM
Subject: Using a JDBCRealm for authentication on slide?!


> Hi folks,
>
> we've got a JDBCRealm configured in tomcat, that handles the security
> for the webapplications - we now have installed slide and want to reuse
> this realm: My first naive approach was to just uncomment the
> constraints in slide/WEB-INF/web.xml and add the roles we want to allow
> access to slide - however, this does not work. When we access slide
> using a browser we get a simple HTTP Status 403(Access to the specified
> resource () has been forbidden.), when we access it using the
> DAVExplorer (http://www.ics.uci.edu/~webdav/), we get a "Access denied
> on / by User *** Could not determine principal for action /actions/read"
>
> This is the realm we defined inside web.xml that we want to authenticate
> against:
>
> <Realm  className="org.apache.catalina.realm.JDBCRealm" debug="99"
>               driverName="oracle.jdbc.driver.OracleDriver"
>            connectionURL="jdbc:oracle:thin:@******:1521:***"
>           connectionName="***" connectionPassword="***"
>                userTable="users" userNameCol="user_name"
> userCredCol="user_password"
>            userRoleTable="user_roles" roleNameCol="role_name" />
>
> I checked the username/password thrice, we can log into the other
> webapps on the same tomcat withouit any problems: Does slide do
> something else than just have the user authenticate against the realm???!
>
> any help appreciated!!
> cheers
> stf
>
> -- 
> Stefan Frank
> iBioS - Intelligent BioInformatics Systems
> http://www.dkfz-heidelberg.de/ibios
> DKFZ - German Cancer Research Center
> Im Neuenheimer Feld 580
> 69120 Heidelberg
> Tel.: +49 (0) 6221 42-3612
> Mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to