Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
f8fcb44d
Commit
f8fcb44d
authored
Sep 03, 2007
by
Howard Chu
Browse files
Fix PrintableString/IA5String commentary
parent
33f311d8
Changes
1
Show whitespace changes
Inline
Side-by-side
servers/slapd/schema_init.c
View file @
f8fcb44d
...
...
@@ -1445,12 +1445,11 @@ PrintableString
In ASN.1, Printable string is just a string of printable characters
and can be empty. In X.500, semantics much like NumericString (see
serialNumber for a like example) excepting uses insignificant space
handling instead of ignore all spaces.
handling instead of ignore all spaces.
They must be non-empty.
IA5String
Basically same as PrintableString. There are no examples in X.500,
but same logic applies. So we require them to be non-empty as
well.
but same logic applies. Empty strings are allowed.
-------------------------------------------------------------------*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment