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

Re: BIND problem



At 13.57 01/03/2002 +0100, you wrote:
You don't seem to have an entry in your DIT which corresponds to
uid=druid,ou=people,...

If you do an `ldapsearch uid=druid', do you get results ?

-JP

I tried this:

 ldapsearch -x -b 'uid=druid,ou=people,dc=evectors,dc=it'

and got this:

#
# filter: (objectclass=*)
# requesting: ALL
#

# druid, People, evectors, it
dn: uid=druid,ou=People,dc=evectors,dc=it
uid: druid
cn: bestia
objectClass: account
objectClass: posixAccount
objectClass: top
objectClass: shadowAccount
userPassword:: e2NyeXB0fSQxJEpzeHMzQ2VPJHRaczZ0STBRbUZuS0ZXa054a2laTDE=
shadowLastChange: 11572
shadowMax: 99999
shadowWarning: 7
loginShell: /bin/bash
uidNumber: 510
gidNumber: 10
homeDirectory: /home/druid
gecos: bestia

# search result
search: 2-
result: 0 Success

# numResponses: 2
# numEntries: 1

There is anything that I can do?