Hi folks, I am builiding a client application for content management that talks to slide running on tomcat 4.0.3. I'd like to implement a user management piece in java that can do the following: -create a new user -remove a user -change a user's password -assign a role to the user (optionally create a new role and assign it to the user)
The current slide client (specifically 'webdavresource') does not support such functionality. I have looked at the slide-admin web application to get an idea of how to simulate that browser experience and turn it into a programmatic interface. However, that does not give me a complete picture of all the steps that i need to implement to make this piece work.In particular, I'd like to open a connection to the slide server, make an appropriate request to slide to either create/remove/edit a user, and then close the connection. ANY help would be greatly appreciated. Wahome -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
