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
a14b3b29
Commit
a14b3b29
authored
May 18, 2000
by
Kurt Zeilenga
Browse files
Add X-BINARY (binary transfer required) and X-NOT-H-R (not human readable)
to appropriate syntaxes.
parent
074be5fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_init.c
View file @
a14b3b29
...
...
@@ -273,8 +273,8 @@ struct syntax_defs_rec {
slap_syntax_transform_func
*
sd_str2ber
;
};
#define X_BINARY ""
#define X_NOT_H_R ""
#define X_BINARY "
X-BINARY 'on'
"
#define X_NOT_H_R "
X-NOT-H-R 'on'
"
struct
syntax_defs_rec
syntax_defs
[]
=
{
{
"( 1.3.6.1.4.1.1466.115.121.1.1 DESC 'ACI Item' "
X_BINARY
X_NOT_H_R
")"
,
...
...
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