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
fae8625a
Commit
fae8625a
authored
Sep 03, 2007
by
Howard Chu
Browse files
IA5String stuff from HEAD
parent
992c3f3a
Changes
3
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb/config.c
View file @
fae8625a
...
...
@@ -72,7 +72,7 @@ static ConfigTable bdbcfg[] = {
{
"dbconfig"
,
"DB_CONFIG setting"
,
1
,
0
,
0
,
ARG_MAGIC
|
BDB_CONFIG
,
bdb_cf_gen
,
"( OLcfgDbAt:1.3 NAME 'olcDbConfig' "
"DESC 'BerkeleyDB DB_CONFIG configuration directives' "
"SYNTAX OMs
Directory
String X-ORDERED 'VALUES' )"
,
NULL
,
NULL
},
"SYNTAX OMs
IA5
String X-ORDERED 'VALUES' )"
,
NULL
,
NULL
},
{
"dbnosync"
,
NULL
,
1
,
2
,
0
,
ARG_ON_OFF
|
ARG_MAGIC
|
BDB_NOSYNC
,
bdb_cf_gen
,
"( OLcfgDbAt:1.4 NAME 'olcDbNoSync' "
"DESC 'Disable synchronous database writes' "
...
...
servers/slapd/bconfig.c
View file @
fae8625a
...
...
@@ -208,6 +208,7 @@ static OidRec OidMacros[] = {
{
"OMsBoolean"
,
"OMsyn:7"
},
{
"OMsDN"
,
"OMsyn:12"
},
{
"OMsDirectoryString"
,
"OMsyn:15"
},
{
"OMsIA5String"
,
"OMsyn:26"
},
{
"OMsInteger"
,
"OMsyn:27"
},
{
"OMsOID"
,
"OMsyn:38"
},
{
"OMsOctetString"
,
"OMsyn:40"
},
...
...
servers/slapd/schema_init.c
View file @
fae8625a
...
...
@@ -1446,12 +1446,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