puppet.schema.oids_substr.patch
| b/ext/ldap/puppet.schema | ||
|---|---|---|
| 1 |
# These OIDs are all fake. No guarantees there won't be conflicts. |
|
| 2 |
# |
|
| 3 | 1 |
# $Id$ |
| 4 | 2 | |
| 5 |
attributetype ( 1.1.3.10 NAME 'puppetclass'
|
|
| 3 |
attributetype ( 1.3.6.1.4.1.30977.1.1.2.1.9 NAME 'puppetclass'
|
|
| 6 | 4 |
DESC 'Puppet Node Class' |
| 7 | 5 |
EQUALITY caseIgnoreIA5Match |
| 6 |
SUBSTR caseIgnoreIA5SubstringsMatch |
|
| 8 | 7 |
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) |
| 9 | 8 | |
| 10 |
attributetype ( 1.1.3.9 NAME 'parentnode'
|
|
| 9 |
attributetype ( 1.3.6.1.4.1.30977.1.1.2.1.10 NAME 'parentnode'
|
|
| 11 | 10 |
DESC 'Puppet Parent Node' |
| 12 | 11 |
EQUALITY caseIgnoreIA5Match |
| 13 | 12 |
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 |
| 14 | 13 |
SINGLE-VALUE ) |
| 15 | 14 | |
| 16 |
attributetype ( 1.1.3.11 NAME 'environment'
|
|
| 15 |
attributetype ( 1.3.6.1.4.1.30977.1.1.2.1.11 NAME 'environment'
|
|
| 17 | 16 |
DESC 'Puppet Node Environment' |
| 18 | 17 |
EQUALITY caseIgnoreIA5Match |
| 19 | 18 |
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) |
| 20 | 19 | |
| 21 |
attributetype ( 1.1.3.12 NAME 'puppetvar'
|
|
| 20 |
attributetype ( 1.3.6.1.4.1.30977.1.1.2.1.12 NAME 'puppetvar'
|
|
| 22 | 21 |
DESC 'A variable setting for puppet' |
| 23 | 22 |
EQUALITY caseIgnoreIA5Match |
| 24 | 23 |
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) |
| 25 | 24 | |
| 26 |
objectclass ( 1.1.1.2 NAME 'puppetClient' SUP top AUXILIARY
|
|
| 25 |
objectclass ( 1.3.6.1.4.1.30977.1.1.2.2.3 NAME 'puppetClient' SUP top AUXILIARY
|
|
| 27 | 26 |
DESC 'Puppet Client objectclass' |
| 28 | 27 |
MAY ( puppetclass $ parentnode $ environment $ puppetvar )) |