Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Norbert Klasen
JLDAP
Commits
a52949f9
Commit
a52949f9
authored
Jan 23, 2004
by
Sunil Kumar
Browse files
Fix foe neverderefalias in DSML writer
parent
9d74af7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
com/novell/ldap/util/DSMLWriter.java
View file @
a52949f9
...
...
@@ -1020,6 +1020,7 @@ public class DSMLWriter implements LDAPWriter {
searchDeRef
=
"neverDerefAliases"
;
break
;
}
out
.
write
(
" derefAliases=\""
+
searchDeRef
+
"\""
);
out
.
write
(
" sizeLimit=\""
+
slimit
+
"\""
);
out
.
write
(
" timeLimit=\""
+
tlimit
+
"\""
);
out
.
write
(
" typesOnly=\""
+
isTypesonly
+
"\""
);
...
...
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