BSD 4_3_Net_2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Wed, 16 May 1990 02:00:31 +0000 (18:00 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Wed, 16 May 1990 02:00:31 +0000 (18:00 -0800)
Work on file usr/src/contrib/isode/others/quipu/uips/pod/Xd/duaconfig/filterTypes/Type_org
Work on file usr/src/contrib/isode/others/quipu/uips/pod/Xd/duaconfig/filterTypes/Type_dept
Work on file usr/src/contrib/isode/others/quipu/uips/pod/Xd/duaconfig/filterTypes/Type_place
Work on file usr/src/contrib/isode/others/quipu/uips/pod/Xd/duaconfig/filterTypes/Type_person

Synthesized-from: CSRG/cd2/net.2

usr/src/contrib/isode/others/quipu/uips/pod/Xd/duaconfig/filterTypes/Type_dept [new file with mode: 0644]
usr/src/contrib/isode/others/quipu/uips/pod/Xd/duaconfig/filterTypes/Type_org [new file with mode: 0644]
usr/src/contrib/isode/others/quipu/uips/pod/Xd/duaconfig/filterTypes/Type_person [new file with mode: 0644]
usr/src/contrib/isode/others/quipu/uips/pod/Xd/duaconfig/filterTypes/Type_place [new file with mode: 0644]

diff --git a/usr/src/contrib/isode/others/quipu/uips/pod/Xd/duaconfig/filterTypes/Type_dept b/usr/src/contrib/isode/others/quipu/uips/pod/Xd/duaconfig/filterTypes/Type_dept
new file mode 100644 (file)
index 0000000..bdff20f
--- /dev/null
@@ -0,0 +1,15 @@
+#Composition of type place#
+name:"Department"
+(&     (2.5.4.11 ~= *)
+       (2.5.4.0 = "2.5.6.5"))
+
+
+
+
+
+
+
+
+
+
+
diff --git a/usr/src/contrib/isode/others/quipu/uips/pod/Xd/duaconfig/filterTypes/Type_org b/usr/src/contrib/isode/others/quipu/uips/pod/Xd/duaconfig/filterTypes/Type_org
new file mode 100644 (file)
index 0000000..17aa1a7
--- /dev/null
@@ -0,0 +1,5 @@
+#Composition of type Organization
+name:"Organization"
+(&     (2.5.4.10 ~= *) #organization
+       (2.5.4.0 = "2.5.6.4"))
+
diff --git a/usr/src/contrib/isode/others/quipu/uips/pod/Xd/duaconfig/filterTypes/Type_person b/usr/src/contrib/isode/others/quipu/uips/pod/Xd/duaconfig/filterTypes/Type_person
new file mode 100644 (file)
index 0000000..7a6b790
--- /dev/null
@@ -0,0 +1,7 @@
+#Composistion of type Person
+name:"Person"
+( & (2.5.4.0="2.5.6.6")
+    ( | (2.5.4.3~=*)   # cn (common name)
+       (2.5.4.4%=*)    # sn (surname)
+       (2.5.4.12~=*))) #title
+
diff --git a/usr/src/contrib/isode/others/quipu/uips/pod/Xd/duaconfig/filterTypes/Type_place b/usr/src/contrib/isode/others/quipu/uips/pod/Xd/duaconfig/filterTypes/Type_place
new file mode 100644 (file)
index 0000000..215ef14
--- /dev/null
@@ -0,0 +1,12 @@
+#Composition of type Place#
+name:"Place"
+( & ( | (2.5.4.0 = "2.5.6.2")
+       (2.5.4.0 = "0.9.2342.19200300.100.4.7")
+       (2.5.4.0 = "2.5.6.3"))
+    ( | (2.5.4.7 ~= *)
+        (2.5.4.8 ~= *)
+       (2.5.4.6 ~= *)
+       (2.5.4.17  ~= *)
+       (0.9.2342.19200300.99.1.8 ~= *)
+       (0.9.2342.19200300.100.1.6 ~= *)
+       (2.5.4.3 ~= *)))