reductivelabs / puppet

Server automation framework and application

puppet / ext / ldap / puppet.schema
59992b5e » luke 2006-02-07 adding initial ldap schema 1 # These OIDs are all fake. No guarantees there won't be conflicts.
2 #
3 # $Id$
4
cfb0e36e » luke 2006-02-23 updates 5 attributetype ( 1.1.3.10 NAME 'puppetclass'
59992b5e » luke 2006-02-07 adding initial ldap schema 6 DESC 'Puppet Node Class'
7 EQUALITY caseIgnoreIA5Match
8 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
9
cfb0e36e » luke 2006-02-23 updates 10 attributetype ( 1.1.3.9 NAME 'parentnode'
59992b5e » luke 2006-02-07 adding initial ldap schema 11 DESC 'Puppet Parent Node'
12 EQUALITY caseIgnoreIA5Match
b24b9f5d » jamtur01 2009-03-13 Fixed #2071 - Updated LDAP ... 13 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
14 SINGLE-VALUE )
59992b5e » luke 2006-02-07 adding initial ldap schema 15
2cac600d » jamtur01 2008-03-31 Fixed duplicate oid for par... 16 attributetype ( 1.1.3.11 NAME 'environment'
22610328 » lak 2008-03-06 Partially fixing #1113: LDA... 17 DESC 'Puppet Node Environment'
18 EQUALITY caseIgnoreIA5Match
19 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
20
158d3df8 » wrobel 2008-05-14 Added the ability to add ar... 21 attributetype ( 1.1.3.12 NAME 'puppetvar'
22 DESC 'A variable setting for puppet'
23 EQUALITY caseIgnoreIA5Match
24 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
25
ba4071cb » luke 2006-06-13 changing puppetclient schem... 26 objectclass ( 1.1.1.2 NAME 'puppetClient' SUP top AUXILIARY
59992b5e » luke 2006-02-07 adding initial ldap schema 27 DESC 'Puppet Client objectclass'
158d3df8 » wrobel 2008-05-14 Added the ability to add ar... 28 MAY ( puppetclass $ parentnode $ environment $ puppetvar ))