proxy.schema
changeset 20 68b845c64b74
parent 19 6d6c2c4693e2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/proxy.schema	Fri Aug 26 11:48:18 2005 +0000
@@ -0,0 +1,31 @@
+# $Id$
+# $URL$
+# © Heiko Schlittermann
+#
+# 1.3.6.1.4.1.23297		schlittermann OID
+
+# 1.3.6.1.4.1.23297.3.		iusProxy
+# 1.3.6.1.4.1.23297.3.3		- attribute types
+# 1.3.6.1.4.1.23297.3.4		- object classes
+
+objectIdentifier ius 1.3.6.1.4.1.23297
+
+objectIdentifier iusProxy ius:3
+objectIdentifier iusProxyAT iusProxy:3
+objectIdentifier iusProxyOC iusProxy:4
+
+# Proxy
+
+attributetype ( iusProxyAT:2
+    NAME 'iusProxyAccess'
+    DESC 'allowed to access proxy'
+    EQUALITY booleanMatch
+    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+    SINGLE-VALUE )
+
+objectclass ( iusProxyOC:2
+    NAME 'iusProxyUser' AUXILIARY
+    DESC 'proxy access permissions etc...'
+    SUP top
+    MAY ( iusProxyAccess ) )
+