+1 On Wed, Dec 16, 2009 at 10:48 AM, Jesse Wolfe <[email protected]> wrote: > We've got a real OID for LDAP, now. > > Signed-off-by: Jesse Wolfe <[email protected]> > --- > ext/ldap/puppet.schema | 14 +++++--------- > 1 files changed, 5 insertions(+), 9 deletions(-) > > diff --git a/ext/ldap/puppet.schema b/ext/ldap/puppet.schema > index 651cbaf..e5561f2 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 )) > -- > 1.6.5 > > -- > > You received this message because you are subscribed to the Google Groups > "Puppet Developers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/puppet-dev?hl=en. > > >
-- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
