]> git.sur5r.net Git - openldap/blobdiff - clients/tools/ldapsearch.c
Be a bit more liberal
[openldap] / clients / tools / ldapsearch.c
index 3bf768c88a55ff4aee4b53ae86c2ccbc440463fe..dd47ecbb03f6cdb0b942dd010c6971e5b9ae2461 100644 (file)
@@ -836,7 +836,8 @@ main( int argc, char **argv )
        }
 
        if (ldif < 2 ) {
-               printf( "#\n# filter%s: %s\n# requesting: ",
+               printf( "#\n# LDAPv%d\n# filter%s: %s\n# requesting: ",
+                       version,
                        infile != NULL ? " pattern" : "",
                        filtpattern );