From cfb0e36e7e8219cbcf5fb017ceb25f32abe706ea Mon Sep 17 00:00:00 2001 From: luke Date: Thu, 23 Feb 2006 20:21:10 +0000 Subject: updates git-svn-id: https://reductivelabs.com/svn/puppet/trunk@931 980ebf18-57e1-0310-9a29-db15c13687c0 --- ext/ldap/puppet.schema | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/ldap') diff --git a/ext/ldap/puppet.schema b/ext/ldap/puppet.schema index 319b6c535..1033d6126 100644 --- a/ext/ldap/puppet.schema +++ b/ext/ldap/puppet.schema @@ -2,16 +2,16 @@ # # $Id$ -attributetype ( 1.1.2.10 NAME 'puppetclass' +attributetype ( 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.2.9 NAME 'parentnode' +attributetype ( 1.1.3.9 NAME 'parentnode' DESC 'Puppet Parent Node' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) -objectclass ( 1.1.1.1 NAME 'puppetClient' SUP ipHost AUXILIARY +objectclass ( 1.1.1.2 NAME 'puppetClient' SUP ipHost AUXILIARY DESC 'Puppet Client objectclass' MAY ( puppetclass $ parentnode )) -- cgit