mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-09 22:04:12 -05:00
objectclass=* -> (objectclass=*)
This commit is contained in:
parent
250a816549
commit
51993c8e79
2 changed files with 2 additions and 2 deletions
|
|
@ -755,7 +755,7 @@ NeoX_LdapTargetObjCmd (clientData, interp, objc, objv)
|
|||
"filter",
|
||||
0);
|
||||
if (filterPatternString == (char *)NULL) {
|
||||
filterPatternString = "objectclass=*";
|
||||
filterPatternString = "(objectclass=*)";
|
||||
}
|
||||
|
||||
/* Fetch scope setting from control array.
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ extern int optind;
|
|||
int option;
|
||||
int portnum = LDAP_PORT;
|
||||
char *progname;
|
||||
char true_filter[] = "objectClass=*"; /* Always succeeds */
|
||||
char true_filter[] = "(objectClass=*)"; /* Always succeeds */
|
||||
char *username;
|
||||
|
||||
int cmd_help(char **cmdargv, int cmdargc);
|
||||
|
|
|
|||
Loading…
Reference in a new issue