ACLs
[hcoop/domtool2.git] / lib / domain.dtl
index 0f2b1fa..b2333e8 100644 (file)
@@ -9,9 +9,19 @@ extern type host;
 extern type domain;
 {{An Internet domain name}}
 
 extern type domain;
 {{An Internet domain name}}
 
+extern type your_domain;
+{{A domain that you're allowed to configure}}
+
 extern type node;
 {{The name of a server controlled by domtool}}
 
 extern type node;
 {{The name of a server controlled by domtool}}
 
+extern type user;
+extern type group;
+{{UNIX users and groups that you're allowed to run as}}
+
+extern type path;
+{{A filesystem path that you're allowed to use}}
+
 context Domain;
 {{Configuration directives specific to an Internet domain}}
 
 context Domain;
 {{Configuration directives specific to an Internet domain}}
 
@@ -41,5 +51,5 @@ extern val useDns : soa -> master -> [node] -> dnsKind;
 extern val noDns : dnsKind;
 {{No DNS services for this domain.}}
 
 extern val noDns : dnsKind;
 {{No DNS services for this domain.}}
 
-extern val domain : domain -> Domain => [Root] {DNS : dnsKind, TTL : int};
+extern val domain : your_domain -> Domain => [Root] {DNS : dnsKind, TTL : int};
 {{Configure a domain to which you have access rights.}}
 {{Configure a domain to which you have access rights.}}