diff options
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rw-r--r-- | ext/ldap/puppet.schema | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,6 @@ 0.25.0 + Fixed #2071 - Updated LDAP schema + Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with semicolons Fixed #1910 - Updated logcheck regex diff --git a/ext/ldap/puppet.schema b/ext/ldap/puppet.schema index a7a5f46ff..651cbafc8 100644 --- a/ext/ldap/puppet.schema +++ b/ext/ldap/puppet.schema @@ -10,7 +10,8 @@ attributetype ( 1.1.3.10 NAME 'puppetclass' 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 ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 + SINGLE-VALUE ) attributetype ( 1.1.3.11 NAME 'environment' DESC 'Puppet Node Environment' |
