Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
8052f36d
Commit
8052f36d
authored
Nov 10, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5759
parent
e4f22de6
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
8052f36d
...
...
@@ -46,6 +46,7 @@ OpenLDAP 2.4.13 Engineering
Added slapo-deref overlay (ITS#5768)
Documentation
admin24 added olcLimits to example (ITS#5746)
admin24 consolidated on whitespace (ITS#5759)
OpenLDAP 2.4.12 Release (2008/10/12)
Fixed libldap ldap_utf8_strchar arguments (ITS#5720)
...
...
doc/guide/admin/appendix-common-errors.sdf
View file @
8052f36d
...
...
@@ -162,7 +162,7 @@ values (the server will only report the first error it finds).
Common causes include:
* extraneous white
space (especially trailing white
space)
* extraneous whitespace (especially trailing whitespace)
* improperly encoded characters (LDAPv3 uses UTF-8 encoded Unicode)
* empty values (few syntaxes allow empty values)
...
...
doc/guide/admin/slapdconf2.sdf
View file @
8052f36d
...
...
@@ -125,7 +125,7 @@ keywords, using the keyword as the attribute name, with the "olc"
prefix attached.
A configuration directive may take arguments. If so, the arguments are
separated by white
space. If an argument contains white
space,
separated by whitespace. If an argument contains whitespace,
the argument should be enclosed in double quotes {{EX:"like this"}}.
In the descriptions that follow, arguments that should be replaced
by actual text are shown in brackets {{EX:<>}}.
...
...
doc/guide/admin/slapdconfig.sdf
View file @
8052f36d
...
...
@@ -27,7 +27,7 @@ be overridden in backend and/or database directives, and backend directives
can be overridden by database directives.
Blank lines and comment lines beginning with a '{{EX:#}}' character
are ignored. If a line begins with white
space, it is considered a
are ignored. If a line begins with whitespace, it is considered a
continuation of the previous line (even if the previous line is a
comment).
...
...
@@ -56,7 +56,7 @@ The general format of slapd.conf is as follows:
> ...
A configuration directive may take arguments. If so, they are
separated by white
space. If an argument contains white
space,
separated by whitespace. If an argument contains whitespace,
the argument should be enclosed in double quotes {{EX:"like this"}}. If
an argument contains a double quote or a backslash character `{{EX:\}}',
the character should be preceded by a backslash character `{{EX:\}}'.
...
...
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