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
Lukas However
OpenLDAP
Commits
97137ca0
Commit
97137ca0
authored
Jun 17, 2000
by
Kurt Zeilenga
Browse files
Add scope to debug message
parent
ef1664b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-dnssrv/search.c
View file @
97137ca0
...
...
@@ -93,9 +93,11 @@ dnssrv_back_search(
"conn=%ld op=%d DNSSRV p=%d dn=
\"
%s
\"
url=
\"
%s
\"\n
"
,
op
->
o_connid
,
op
->
o_opid
,
op
->
o_protocol
,
dn
,
urls
[
0
]
->
bv_val
);
Debug
(
LDAP_DEBUG_TRACE
,
"DNSSRV: ManageDSAit dn=
\"
%s
\"
-> url=
\"
%s
\"\n
"
,
Debug
(
LDAP_DEBUG_TRACE
,
"DNSSRV: ManageDSAit scope=%d dn=
\"
%s
\"
-> url=
\"
%s
\"\n
"
,
scope
,
dn
==
NULL
?
""
:
dn
,
urls
[
0
]
->
bv_val
,
0
);
urls
[
0
]
->
bv_val
);
rc
=
ldap_domain2dn
(
domain
,
&
refdn
);
...
...
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