]> git.sur5r.net Git - openldap/blobdiff - clients/tools/ldappasswd.c
Sync with HEAD
[openldap] / clients / tools / ldappasswd.c
index 3f7af44dbe8dd4b9ec4057a83b951807e9b8c537..d20daf9d658964fa1678a73081f60f75a89f6f06 100644 (file)
@@ -88,7 +88,7 @@ handle_private_option( int i )
 {
        switch ( i ) {
 #if 0
-       case 'E': /* passwd controls */ {
+       case 'E': /* passwd extensions */ {
                int             crit;
                char    *control, *cvalue;
                if( protocol == LDAP_VERSION2 ) {
@@ -112,7 +112,7 @@ handle_private_option( int i )
                if ( (cvalue = strchr( control, '=' )) != NULL ) {
                        *cvalue++ = '\0';
                }
-               fprintf( stderr, _("Invalid passwd control name: %s\n"), control );
+               fprintf( stderr, _("Invalid passwd extension name: %s\n"), control );
                usage();
                }
 #endif