BootParamSyntax: be more liberal than the ABNF such that

examples in RFC 2307 are treated as valid.
This commit is contained in:
Kurt Zeilenga 2002-07-24 15:29:22 +00:00
parent 3b775fce8b
commit 4d22977f7f

View file

@ -4116,7 +4116,7 @@ bootParameterValidate(
/* path */
for ( p++; p < e; p++ ) {
if ( !AD_CHAR( *p ) ) {
if ( !SLAP_PRINTABLE( *p ) ) {
return LDAP_INVALID_SYNTAX;
}
}