mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
warn users of the need to use the rwm overlay
This commit is contained in:
parent
ef2df3e398
commit
6b1c641bc1
1 changed files with 7 additions and 0 deletions
|
|
@ -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: "
|
||||
|
|
|
|||
Loading…
Reference in a new issue