Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
b56f7c72
Commit
b56f7c72
authored
Mar 11, 2002
by
Kurt Zeilenga
Browse files
Add no-op mru_schema_info()...
Not sure how best to populate matchingRuleUses...
parent
2f785804
Changes
3
Hide whitespace changes
Inline
Side-by-side
servers/slapd/mr.c
View file @
b56f7c72
...
...
@@ -303,4 +303,9 @@ int mr_schema_info( Entry *e )
return
0
;
}
int
mru_schema_info
(
Entry
*
e
)
{
return
0
;
}
#endif
servers/slapd/proto-slap.h
View file @
b56f7c72
...
...
@@ -591,6 +591,7 @@ LDAP_SLAPD_F (int) register_matching_rule LDAP_P((
const
char
*
associated
));
LDAP_SLAPD_F
(
int
)
mr_schema_info
(
Entry
*
e
);
LDAP_SLAPD_F
(
int
)
mru_schema_info
(
Entry
*
e
);
/*
* mra.c
...
...
servers/slapd/schema.c
View file @
b56f7c72
...
...
@@ -88,6 +88,7 @@ schema_info( Entry **entry, const char **text )
if
(
syn_schema_info
(
e
)
||
mr_schema_info
(
e
)
||
mru_schema_info
(
e
)
||
at_schema_info
(
e
)
||
oc_schema_info
(
e
)
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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