Re: How to get group-member-set property?

2004-05-21 Thread Simone Gianni
Hi Alan, this is a snippet : // Retrieve the current property value Vector props = new Vector(); props.add(new PropertyName("DAV:", "group-member-set")); Enumeration enu = resource.propfindMethod(DepthSupport.DEPTH_0, props); if (!enu.hasMoreElements()) retu

How to get group-member-set property?

2004-05-21 Thread Alan Yu
Hi, I am trying to add a new user to roles/user group-member-set. According to the documentation To associate users to a role/group, issue a PROPPATCH request setting the DAV:group-member-set property. NOTE: to add a user(s) to a role/group, the value of the DAV:gr

Do links work in Slide 2.0?

2004-05-21 Thread Kiran Patchigolla
Do links work in Slide 2.0? At least I am unable to get them to work. I am getting classcast exceptions when I try to create links via Slide API. java.lang.ClassCastException: org.apache.slide.structure.LinkNode at org.apache.slide.security.ACLSecurityImpl.matchSubject(ACLSecurityImpl.ja

Need help getting Slide to use LDAP.

2004-05-21 Thread James Mason
Here's what I'm hoping to have when I get finished: 1. Tomcat authenticates users against an LDAP repository. 2. Slide authorizes users against an LDAP repository. 3. Slide authorizes groups (or roles) against an LDAP repository. 4. Slide determines group/role membership from user membership in L

Re: how can i create new user in slide

2004-05-21 Thread Simone Gianni
Yes, this is a specific extentension of Slide. The specifications never mention of a standard way to add a user. AFAIK what follows should be a quite comprehensive explanation of the various cases : -IF Slide Realm is used in the container (and this requires explicit confiugration) --A collecti

Re: how can i create new user in slide

2004-05-21 Thread J H
I remember reading somewhere that this is specific to the slide server and not a generic webdav specification is that true? Jeff From: Simone Gianni <[EMAIL PROTECTED]> Reply-To: "Slide Users Mailing List" <[EMAIL PROTECTED]> To: "Slide Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: how ca

Re: how can i create new user in slide

2004-05-21 Thread Simone Gianni
At 13.03 21/05/2004, you wrote: Hi, I am very new to slide… I have seen in the “users” directory that there are few users like root, john, john2 are created Now I wanted to create my own user, so could anyone please guide me how can I do that using slide Command line tool. very simple : cd users

how can i create new user in slide

2004-05-21 Thread Solanki Mihir
Hi,   I am very new to slide…   I have seen in the “users” directory that there are few users like root, john, john2 are created Now I wanted to create my own user, so could anyone please guide me how can I do that using slide Command line tool.   Also once the user is created I wan