diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/ldap/puppet.schema | 3 |
1 files changed, 2 insertions, 1 deletions
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' |
