[Date Prev][Date Next] [Chronological] [Thread] [Top]

ldapsearch question



Hello,

I migrated my ldap server from openldap 1.2.11 to 2.0.21 and finally put some
data into the db.
An ldap client on another machine still running version 1.2.11 can retrieve and
_display_ data
from the server for example:

# ldapsearch 'uid=mark5'
uid=mark5, o=ScaleOn GmbH, c=D
objectClass=account
objectClass=posixAccount
objectClass=shadowAccount
objectClass=top
uid=mark5
cn=Marky Mustermark5
.
.
.

When I issue the same command on the server (new version!), only the information
_that_ something is found is display but unfortunately
not the real data. What did I miss?

 # ldapsearch -s base 'uid=mark5'
version: 2

#
# filter: uid=mark5
# requesting: ALL
#

# search result
search: 2
result: 0 Success

# numResponses: 1


regards,
Thomas