From 443e8855704a416fc920a4e3bf0c515cbc4be11c Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 14 Sep 2008 00:18:38 +0200 Subject: [PATCH] Do not limit sudoPassword entries in size - the hostlist could be larger --- userdir-ldap.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userdir-ldap.schema b/userdir-ldap.schema index f9c96a4..33a6922 100644 --- a/userdir-ldap.schema +++ b/userdir-ldap.schema @@ -364,7 +364,7 @@ attributetype ( 1.3.6.1.4.1.9586.100.4.2.36 NAME 'sudoPassword' DESC 'sudo password' EQUALITY octetStringMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{128} ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 ) # Public object classes -- 2.20.1