[389-users] "Re:Binding Directory Manager as default Bind when using SSL/TLS certificate (please help)"

fosiul alam expertalert at gmail.com
Mon Dec 30 15:47:36 UTC 2013


Further to this :-

As you can see, bellow should give me the full Entry , but it does not ..



[root at test ~]# /usr/bin/ldapsearch -xZZ   -b 'dc=fosiul,dc=lan'
# extended LDIF
#
# LDAPv3
# base <dc=fosiul,dc=lan> with scope subtree
# filter: (objectclass=*)
# requesting: ALL
#

# search result
search: 3
result: 0 Success

# numResponses: 1


No Error, but no Entries
------------------------------------------------

[root at test ~]# /usr/bin/ldapsearch -xZZ -D 'cn=Directory Manager'  -b
'dc=fosiul,dc=lan'
# extended LDIF
#
# LDAPv3
# base <dc=fosiul,dc=lan> with scope subtree
# filter: (objectclass=*)
# requesting: ALL
#

# search result
search: 3
result: 0 Success

# numResponses: 1
[root at test ~]#



Only Works :--
------------------

[root at test ~]# /usr/bin/ldapsearch -xZZ -D 'cn=Directory Manager' -w
'xxx' -b 'dc=fosiul,dc=lan'
# extended LDIF
#
# LDAPv3
# base <dc=fosiul,dc=lan> with scope subtree
# filter: (objectclass=*)
# requesting: ALL
#

# fosiul.lan
dn: dc=fosiul,dc=lan
dc: fosiul
objectClass: domain
objectClass: top

# groups, fosiul.lan
dn: ou=groups,dc=fosiul,dc=lan
ou: groups
objectClass: organizationalUnit
objectClass: top

# search result
search: 3
result: 0 Success

# numResponses: 3
# numEntries: 2
[root at test ~]#



More information about the 389-users mailing list