From 4520cd4ec25a8295f6f85bf2763ae0c9c5a3dcf9 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 28 Aug 2000 19:19:47 +0000 Subject: [PATCH] Align with man page --- servers/slapd/config.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/servers/slapd/config.c b/servers/slapd/config.c index 86c85ccec5..1e0077c7d6 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -517,7 +517,7 @@ read_config( const char *fname ) if ( cargc < 2 ) { Debug( LDAP_DEBUG_ANY, - "%s: line %d: missing feature(s) in \"requires \" line\n", + "%s: line %d: missing feature(s) in \"require \" line\n", fname, lineno, 0 ); return( 1 ); } @@ -542,7 +542,7 @@ read_config( const char *fname ) } else if( strcasecmp( cargv[i], "none" ) != 0 ) { Debug( LDAP_DEBUG_ANY, - "%s: line %d: unknown feature %s in \"requires \" line\n", + "%s: line %d: unknown feature %s in \"require \" line\n", fname, lineno, cargv[i] ); return( 1 ); } @@ -622,7 +622,7 @@ read_config( const char *fname ) } else { Debug( LDAP_DEBUG_ANY, - "%s: line %d: unknown feature %s in \"requires \" line\n", + "%s: line %d: unknown factor %s in \"security \" line\n", fname, lineno, cargv[i] ); return( 1 ); } -- 2.39.5