sogo/Misc/dbd/product.plist
dev-unix.inverse.qc.ca f18c764ffa see ChangeLog
Monotone-Revision: 9054022ef1ca8aeba6e34842d27d9b94ce002b89

Monotone-Author: dev-unix.inverse.qc.ca
Monotone-Date: 2006-06-15T19:34:10
Monotone-Branch: ca.inverse.sogo
2006-06-15 19:34:10 +00:00

96 lines
1.9 KiB
Plaintext

{
publicResources = (
"dbd.css"
);
classes = {
DBDaemon = {
superclass = "SoApplication";
protectedBy = "View";
defaultAccess = "allow";
defaultRoles = {
"View" = "Anonymous";
"WebDAV Access" = "Authenticated";
};
methods = {
index = {
protectedBy = "View";
pageName = "MainPage";
};
GET = { // more or less a hack, see README
protectedBy = "View";
pageName = "MainPage";
};
connect = {
protectedBy = "View";
pageName = "MainPage";
actionName = "connect";
};
};
};
DSoObject = {
protectedBy = "View";
defaultAccess = "allow";
defaultRoles = {
"View" = "Authenticated";
"WebDAV Access" = "Authenticated";
};
methods = {
};
};
DSoHost = {
superclass = "DSoObject";
methods = {
index = {
protectedBy = "View";
pageName = "DHostView";
};
};
};
DSoTable = {
superclass = "DSoObject";
methods = {
index = {
protectedBy = "View";
pageName = "DTable";
};
};
};
DSoDatabase = {
superclass = "DSoObject";
methods = {
index = {
protectedBy = "View";
pageName = "DDatabase";
};
};
};
DSoDatabaseManager = {
superclass = "DSoObject";
methods = {
index = {
protectedBy = "View";
pageName = "DDatabaseManager";
};
};
};
DSoUser = {
superclass = "DSoObject";
methods = {
};
};
DSoUserManager = {
superclass = "DSoObject";
methods = {
};
};
DSoField = {
superclass = "DSoObject";
methods = {
};
};
};
}