]> git.sur5r.net Git - openldap/commitdiff
Grammar cleanup
authorLuke Howard <lukeh@openldap.org>
Fri, 24 Jan 2003 11:56:27 +0000 (11:56 +0000)
committerLuke Howard <lukeh@openldap.org>
Fri, 24 Jan 2003 11:56:27 +0000 (11:56 +0000)
servers/slapd/slapi/slapi_utils.c

index 9cfe1ec9a541cbf8bcd3c8740eddedc37b99ff1d..4f24b6c2c5422ec1ff9fd92408dce64d87c6f83c 100644 (file)
@@ -852,9 +852,9 @@ slapi_register_supported_control(
        unsigned long   controlops )
 {
 #if defined(LDAP_SLAPI)
-       /* FIXME -- can not add controls to openLDAP dynamically */
+       /* FIXME -- can not add controls to OpenLDAP dynamically */
        slapi_log_error( SLAPI_LOG_FATAL, "SLAPI_CONTROLS",
-                       "can not add controls to openLDAP dynamically\n" );
+                       "OpenLDAP does not support dynamic registration of LDAP controls\n" );
 #endif /* defined(LDAP_SLAPI) */
 }
 
@@ -931,9 +931,9 @@ void
 slapi_register_supported_saslmechanism( char *mechanism )
 {
 #if defined(LDAP_SLAPI)
-       /* FIXME -- can not add saslmechanism to openLDAP dynamically */
+       /* FIXME -- can not add saslmechanism to OpenLDAP dynamically */
        slapi_log_error( SLAPI_LOG_FATAL, "SLAPI_SASL",
-                       "can not add saslmechanism to openLDAP dynamically\n" );
+                       "OpenLDAP does not support dynamic registration of SASL mechanisms\n" );
 #endif /* defined(LDAP_SLAPI) */
 }