[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#3653) ldapsearch -b option doesn't work if there isn't a space
Full_Name: Quanah Gibson-mount
Version: 2.2.24
OS: Solaris 8
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (171.66.182.82)
When running ldapsearch, this will work:
ldapsearch -x -s base -hlocalhost -b '' +
but this will not:
ldapsearch -x -s base -hlocalhost -b'' +
giving:
# extended LDIF
#
# LDAPv3
# base <+> with scope base
# filter: (objectclass=*)
# requesting: ALL
#
instead of
# extended LDIF
#
# LDAPv3
# base <> with scope base
# filter: (objectclass=*)
# requesting: +
#
--Quanah