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
6b1c641b
Commit
6b1c641b
authored
Nov 29, 2004
by
Pierangelo Masarati
Browse files
warn users of the need to use the rwm overlay
parent
ef2df3e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/config.c
View file @
6b1c641b
...
...
@@ -268,6 +268,13 @@ ldap_back_db_config(
||
strcasecmp
(
argv
[
0
],
"map"
)
==
0
||
strncasecmp
(
argv
[
0
],
"rewrite"
,
STRLENOF
(
"rewrite"
)
)
==
0
)
{
fprintf
(
stderr
,
"%s: line %d: "
"rewrite/remap capabilities have been moved "
"to the
\"
rwm
\"
overlay; see slapo-rwm(5) "
"for details. I'm trying to do my best "
"to preserve backwards compatibility...
\n
"
,
fname
,
lineno
);
if
(
li
->
rwm_started
==
0
)
{
if
(
overlay_config
(
be
,
"rwm"
)
)
{
fprintf
(
stderr
,
"%s: line %d: "
...
...
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