]> git.sur5r.net Git - openldap/commitdiff
Align with man page
authorKurt Zeilenga <kurt@openldap.org>
Mon, 28 Aug 2000 19:19:47 +0000 (19:19 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 28 Aug 2000 19:19:47 +0000 (19:19 +0000)
servers/slapd/config.c

index 86c85ccec5fa7c1215a686472136424c33f0d0b6..1e0077c7d6d7d46b7df662a170744cc88dce6962 100644 (file)
@@ -517,7 +517,7 @@ read_config( const char *fname )
 
                        if ( cargc < 2 ) {
                                Debug( LDAP_DEBUG_ANY,
-           "%s: line %d: missing feature(s) in \"requires <features>\" line\n",
+           "%s: line %d: missing feature(s) in \"require <features>\" 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 <features>\" line\n",
+                   "%s: line %d: unknown feature %s in \"require <features>\" 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 <features>\" line\n",
+                   "%s: line %d: unknown factor %s in \"security <factors>\" line\n",
                                            fname, lineno, cargv[i] );
                                        return( 1 );
                                }