Hallo.
I'm a new user to WebDav. I have running Slide 1.0.16 on TC4.0 with
JDBCDescriptorsStore in SQL Server 7.0.
I'm developing a WEB ASP Application & the user should can write/edit some
documents. I want to try if I can use the WebDav for this job. I thing it's
not a bad idea.
Examples Scenario:
/users
|
----/GROUP1
|
----/user1...
----/GROUP2
|
----/user2...
...
/files
|
----/1
----/2
....
1. I want to have separated directory for every GROUPx i /files
Now I use this configuration & it's OK, but as you see it's not convenient
way to do this. I have tried some other ways, but didnt find the best way.
<objectnode classname="org.apache.slide.structure.SubjectNode" uri="
/files">
<objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/files/1">
<permission action="/actions" subject="+/users/GROUP1"
inheritable="true" negative="false"/>
<permission action="/actions/read" subject="+/users/GROUP2"
inheritable="true" negative="true"/>
</objectnode>
<objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/files/2">
<permission action="/actions" subject="+/users/GROUP2"
inheritable="true" negative="false"/>
<permission action="/actions" subject="+/users/GROUP1"
inheritable="true" negative="true"/>
</objectnode>
</objectnode>
Actually I want to do the whole configuration by direct writing in my
SLIDE-Db on the Server, but couldn't saw the way to do this. I have tried
to add this information manually, but it didn't worked, and not save it in
the Domain.xml file.
If you have some ideas, it will be helpful for me. 10x in advance. May be
my way of thinking is not right.
cheff
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>