Skip to content
Snippets Groups Projects
Commit 6b1c641b authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

warn users of the need to use the rwm overlay

parent ef2df3e3
No related branches found
No related tags found
No related merge requests found
......@@ -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: "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment