summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorJesse Wolfe <jes5199@gmail.com>2009-12-16 10:14:04 -0800
committerJames Turnbull <james@lovedthanlost.net>2009-12-17 17:11:19 +1100
commitbf7c108825ffdb5ea89cf3e500d55d27ab64b8d2 (patch)
tree0839be07c30f58e80a509c040aabcc71d5f43d08 /ext
parente0488b26f04e931b17b104fd7f69f6527436e81d (diff)
downloadpuppet-bf7c108825ffdb5ea89cf3e500d55d27ab64b8d2.tar.gz
puppet-bf7c108825ffdb5ea89cf3e500d55d27ab64b8d2.tar.xz
puppet-bf7c108825ffdb5ea89cf3e500d55d27ab64b8d2.zip
Fix #2677 Proper OIDs on puppet.schema for LDAP
We've got a real OID for LDAP, now.
Diffstat (limited to 'ext')
-rw-r--r--ext/ldap/puppet.schema14
1 files changed, 5 insertions, 9 deletions
diff --git a/ext/ldap/puppet.schema b/ext/ldap/puppet.schema
index 651cbafc8..e5561f289 100644
--- a/ext/ldap/puppet.schema
+++ b/ext/ldap/puppet.schema
@@ -1,28 +1,24 @@
-# These OIDs are all fake. No guarantees there won't be conflicts.
-#
-# $Id$
-
-attributetype ( 1.1.3.10 NAME 'puppetclass'
+attributetype ( 1.3.6.1.4.1.34380.1.1.3.10 NAME 'puppetClass'
DESC 'Puppet Node Class'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
-attributetype ( 1.1.3.9 NAME 'parentnode'
+attributetype ( 1.3.6.1.4.1.34380.1.1.3.9 NAME 'parentNode'
DESC 'Puppet Parent Node'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE )
-attributetype ( 1.1.3.11 NAME 'environment'
+attributetype ( 1.3.6.1.4.1.34380.1.1.3.11 NAME 'environment'
DESC 'Puppet Node Environment'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
-attributetype ( 1.1.3.12 NAME 'puppetvar'
+attributetype ( 1.3.6.1.4.1.34380.1.1.3.12 NAME 'puppetVar'
DESC 'A variable setting for puppet'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
-objectclass ( 1.1.1.2 NAME 'puppetClient' SUP top AUXILIARY
+objectclass ( 1.3.6.1.4.1.34380.1.1.1.2 NAME 'puppetClient' SUP top AUXILIARY
DESC 'Puppet Client objectclass'
MAY ( puppetclass $ parentnode $ environment $ puppetvar ))