From 0f96526c497135298682af931fdbeb9645c356e6 Mon Sep 17 00:00:00 2001 From: CSRG Date: Tue, 17 Apr 1990 14:20:53 -0800 Subject: [PATCH] BSD 4_3_Net_2 development Work on file usr/src/contrib/isode/others/quipu/uips/sd/sd/duaconfig/filterTypes/Type_dept Work on file usr/src/contrib/isode/others/quipu/uips/sd/sd/duaconfig/filterTypes/Type_org Work on file usr/src/contrib/isode/others/quipu/uips/sd/sd/duaconfig/filterTypes/Type_place Work on file usr/src/contrib/isode/others/quipu/uips/sd/sd/duaconfig/typeDefaults Synthesized-from: CSRG/cd2/net.2 --- .../uips/sd/sd/duaconfig/filterTypes/Type_dept | 15 +++++++++++++++ .../uips/sd/sd/duaconfig/filterTypes/Type_org | 5 +++++ .../uips/sd/sd/duaconfig/filterTypes/Type_place | 12 ++++++++++++ .../quipu/uips/sd/sd/duaconfig/typeDefaults | 9 +++++++++ 4 files changed, 41 insertions(+) create mode 100644 usr/src/contrib/isode/others/quipu/uips/sd/sd/duaconfig/filterTypes/Type_dept create mode 100644 usr/src/contrib/isode/others/quipu/uips/sd/sd/duaconfig/filterTypes/Type_org create mode 100644 usr/src/contrib/isode/others/quipu/uips/sd/sd/duaconfig/filterTypes/Type_place create mode 100644 usr/src/contrib/isode/others/quipu/uips/sd/sd/duaconfig/typeDefaults diff --git a/usr/src/contrib/isode/others/quipu/uips/sd/sd/duaconfig/filterTypes/Type_dept b/usr/src/contrib/isode/others/quipu/uips/sd/sd/duaconfig/filterTypes/Type_dept new file mode 100644 index 0000000000..3aca4c9bee --- /dev/null +++ b/usr/src/contrib/isode/others/quipu/uips/sd/sd/duaconfig/filterTypes/Type_dept @@ -0,0 +1,15 @@ +#Composition of type place# +name:"Department" +(& (2.5.4.11 ~= *) + (2.5.4.0 = "organizationalUnit")) + + + + + + + + + + + diff --git a/usr/src/contrib/isode/others/quipu/uips/sd/sd/duaconfig/filterTypes/Type_org b/usr/src/contrib/isode/others/quipu/uips/sd/sd/duaconfig/filterTypes/Type_org new file mode 100644 index 0000000000..25ae3a8e8d --- /dev/null +++ b/usr/src/contrib/isode/others/quipu/uips/sd/sd/duaconfig/filterTypes/Type_org @@ -0,0 +1,5 @@ +#Composition of type Organization +name:"Organization" +(& (2.5.4.10 ~= *) #organization + (2.5.4.0 = "organization")) + diff --git a/usr/src/contrib/isode/others/quipu/uips/sd/sd/duaconfig/filterTypes/Type_place b/usr/src/contrib/isode/others/quipu/uips/sd/sd/duaconfig/filterTypes/Type_place new file mode 100644 index 0000000000..b3aff826ee --- /dev/null +++ b/usr/src/contrib/isode/others/quipu/uips/sd/sd/duaconfig/filterTypes/Type_place @@ -0,0 +1,12 @@ +#Composition of type Place# +name:"Place" +( & ( | (2.5.4.0 = "country") + (2.5.4.0 = "room") + (2.5.4.0 = "locality")) + ( | (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 ~= *))) diff --git a/usr/src/contrib/isode/others/quipu/uips/sd/sd/duaconfig/typeDefaults b/usr/src/contrib/isode/others/quipu/uips/sd/sd/duaconfig/typeDefaults new file mode 100644 index 0000000000..dbd503166c --- /dev/null +++ b/usr/src/contrib/isode/others/quipu/uips/sd/sd/duaconfig/typeDefaults @@ -0,0 +1,9 @@ +# +# Format is: +# OID of RDN: Types available at this level: Default type +# +2.5.4.10:Person, Place, Department: Person +2.5.4.11:Person, Place, Department: Person +2.5.4.6:Place, Organization:Organization +2.5.4.7:Place, Organization, Department: Organization +@: Place: Place -- 2.20.1