LDAP Store to get the value from group-member-set (or more)

2006-05-11 Thread Maël Villat
Hello, I'm trying to use LDAP for authentification and authorization but it doesn't work. So I need you help... thanks for advance! My realm (in server.xml) seems to work because I can see in my logs that Slide uses the "propfind" method (I use the client commandline client for my tests). Sli

Re: user access denied, root ok

2006-05-17 Thread Maël Villat
Your title is "user access denied, root ok" and in your message you say "but root can't access". So I don't know what is your problem. You should look at the ACL (the permissions) of the ressource that you're trying to get. With DavExplorer go to "Access Control" and then "view / modify ACL". Yo

Re: please help starting slide in eclipse

2006-05-17 Thread Maël Villat
Does your Slide server work without Eclipse? GRAVE: Exception creating UserDatabase MBeans for UserDatabase In my opinion there is something wrong with your userDatabase. That's the default realm in the file server.xml from Tomcat. This default realm uses the file tomcat-users.xml. Maybe you hav

Re: user access denied, root ok

2006-05-20 Thread Maël Villat
Sometimes I got some problems because of the default permission of Slide, maybe you could remove them. You should also try to check the file web.xml from Slide (TOMCAT-HOME/webapps/slide/web-inf). In this file you have something like that --- WEB.XML

Re: binary distribution woes, websphere 5.1

2006-06-10 Thread Maël Villat
I believe that the ACLs are wrong. You should log in as root and try to look at the permission, you can use DavExplorer for example. In the file that describe your directory "/store/metadata/files.def.xml" for example, you have to put something like that: inheritable="true" negative="false"

Re: help in passowrd protection slide

2006-06-12 Thread Maël Villat
Your users won't be able to see the password if you put the right ACLs on the directory /users. Use the function "View/Modify ACLs" in DavExplorer to change them. You could deny the "read-acl" (or "read") permission to all and grant the read and read-acl permission for the subject "self" so th

Re: help in passowrd protection slide

2006-06-13 Thread Maël Villat
What user are you using to log on? What are the ACL on "/users" ? - Original Message - From: "mridu" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 13, 2006 8:29 AM Subject: Re: help in passowrd protection slide hello sir thanx for ur suggestions. I have done that but still i can see

Re: Error while getting resources from Exchange via slide client

2006-06-24 Thread Maël Villat
Hello, I'm not sure to understand but it seems that your resource has a wrong URI: WebdavResource wdr = new WebdavResource(urlCalendar); The urlCalendar seems like "/slide/files" I believe, there isn't http://servername.com/. "escaped absolute path not valid": maybe there is some problems wit

Re: slide client

2006-07-19 Thread Maël Villat
Hello! I believe that getMethod needs an absolute path like: /slide/files/filename.txt. You should look at the server's log, it could help you. - Original Message - From: "Julien Chambert" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 19, 2006 3:33 PM Subject: slide client i'm a

Re: Multiple server, single authentication

2006-08-26 Thread Maël Villat
Hello! The contentstore it's where you put the files. By default it's on the file system so I believe that you don't need to change it or maybe just the directory. The security store is where you put the rights but not the users and passwords. By default that's on the file system in the meta

Re: Slide 2.2 doesnot authorize

2006-09-13 Thread Maël Villat
You should check the file "web.xml" of Slide. There is a few things to uncomment in order tp activate the authentification. Slide is not responsible for the authentification, it's Tomcat who shows the popup or not according to the configuration of web.xml. In the bundle version the authentifi