diff -r d8b5f709a2a7 -r 882fec08957c proxy.schema --- a/proxy.schema Wed May 27 14:43:18 2015 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -# $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 ) ) -