Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
74f77cfe
Commit
74f77cfe
authored
Jun 16, 2000
by
Kurt Zeilenga
Browse files
Compare w/ ManageDSAit not implemented.
parent
da74650a
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-dnssrv/compare.c
View file @
74f77cfe
...
...
@@ -25,6 +25,9 @@ dnssrv_back_compare(
AttributeAssertion
*
ava
)
{
return
dnssrv_back_request
(
be
,
conn
,
op
,
dn
,
ndn
,
0
,
NULL
,
NULL
,
0
);
assert
(
get_manageDSAit
(
op
)
);
/* not implemented */
return
LDAP_OTHER
;
}
servers/slapd/back-dnssrv/init.c
View file @
74f77cfe
...
...
@@ -55,7 +55,7 @@ dnssrv_back_initialize(
bi
->
bi_op_bind
=
dnssrv_back_bind
;
bi
->
bi_op_unbind
=
0
;
bi
->
bi_op_search
=
dnssrv_back_search
;
bi
->
bi_op_compare
=
dnssrv_back_compare
;
bi
->
bi_op_compare
=
0
/*
dnssrv_back_compare
*/
;
bi
->
bi_op_modify
=
0
;
bi
->
bi_op_modrdn
=
0
;
bi
->
bi_op_add
=
0
;
...
...
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