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

openldap2.0.23 does not work with eudora 5.2.1 , but works with netscape mail 7.0



server: openldap (3.0.23) running  on suse Linux 8.0
client: eudora 5.2.1 for windows (not working)
          netcape7.0 mail (working)

sample record:

dn: uid=aacuna,ou=People,dc=monterey,dc=k12,dc=ca,dc=us
uid: aacuna
cn: Angela Acuna
telephoneNumber: null
facsimileTelephoneNumber: null
departmentNumber: null
givenName: Angela
sn: Acuna
mail: aacuna@monterey.k12.ca.us
mailRoutingAddress: aacuna@monterey.k12.ca.us
mailHost: monterey.k12.ca.us
objectClass: inetLocalMailRecipient
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
objectClass: account
objectClass: posixAccount
objectClass: top
objectClass: shadowAccount
userPassword: {crypt}1wsWdo1xFBoi6
shadowLastChange: 10457
loginShell: /bin/noshell
uidNumber: 3249
gidNumber: 2270
homeDirectory: monterey.k12.ca.us
gecos: Angela Acuna


when use netscpae mail to run queury:
getting the following server log:
daemon: conn=60 fd=17 connection from IP=10.10.1.254:1110 (IP=:: 34049) accepted.
Jun 3 02:21:09 ldap slapd[4282]: conn=60 op=0 BIND dn="" method=128
Jun 3 02:21:09 ldap slapd[4282]: conn=60 op=0 RESULT tag=97 err=0 text=
Jun 3 02:21:09 ldap slapd[4281]: conn=60 op=1 SRCH base="dc=monterey,dc=k12,dc=ca,dc=us" scope=2 filter="(|(mail=*angela*)(cn=*angela*)(givenName=*angela*)(sn=*angela*))"
Jun 3 02:21:12 ldap slapd[4281]: conn=60 op=1 SEARCH RESULT tag=101 err=0 text=


in the front end, I am getting data back.



when use eudora run query:
0.1.254:1112 (IP=:: 34049) accepted.
Jun 3 02:23:22 ldap slapd[6481]: conn=61 op=0 BIND dn="" method=128
Jun 3 02:23:22 ldap slapd[6481]: conn=61 op=0 RESULT tag=97 err=0 text=
Jun 3 02:23:22 ldap slapd[4282]: conn=61 op=1 SRCH base="dc=monterey,dc=k12,dc=ca,dc=us" scope=2 filter="(cn=*angela*)"
Jun 3 02:23:22 ldap slapd[6481]: conn=61 op=3 UNBIND
Jun 3 02:23:22 ldap slapd[4282]: conn=-1 fd=18 closed


frontend return nothing.

attached is my slapd.conf


no difference even after I changed eudora's query to be same as netscape's"
(|(mail=*^0*)(cn=*^0*)(givenName=*^0*)(sn=*^0*)) under word-wise search filter for eudora.




You help is greatly needed! Thanks a lot.




# $OpenLDAP: pkg/ldap/servers/slapd/slapd.conf,v 1.8.8.7 2001/09/27 20:00:31 kurt Exp $
#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include		/etc/openldap/schema/core.schema
include         /etc/openldap/schema/cosine.schema
include         /etc/openldap/schema/nis.schema
include         /etc/openldap/schema/inetorgperson.schema
include         /etc/openldap/schema/openldap.schema
include		/etc/openldap/schema/misc.schema
include         /etc/openldap/schema/krb5-kdc.schema        



# Define global ACLs to disable default read access.

# Do not enable referrals until AFTER you have a working directory
# service AND an understanding of referrals.
#referral	ldap://root.openldap.org

pidfile		/var/run/slapd.pid
argsfile	/var/run/slapd.args

# Load dynamic backend modules:
# modulepath	/usr/lib/openldap/openldap
# moduleload	back_ldap.la
# moduleload	back_ldbm.la
# moduleload	back_passwd.la
# moduleload	back_shell.la

#
# Sample Access Control
#	Allow read access of root DSE
#	Allow self write access
#	Allow authenticated users read access
#	Allow anonymous users to authenticate
#
#access to dn="" by * read
access to * by anonymous read
#	by self write
#	by users read
#	by anonymous read
#
# if no access controls are present, the default is:
#	Allow read by all
#
# rootdn can always write!

#######################################################################
# ldbm database definitions
#######################################################################

database	ldbm
suffix		"dc=monterey, dc=k12, dc=ca, dc=us"
#suffix		"o=My Organization Name,c=US"
rootdn		"cn=Manager, dc=monterey, dc=k12, dc=ca, dc=us"
#rootdn		"cn=Manager,o=My Organization Name,c=US"
# Cleartext passwords, especially for the rootdn, should
# be avoid.  See slappasswd(8) and slapd.conf(5) for details.
# Use of strong authentication encouraged.
rootpw		secret
# The database directory MUST exist prior to running slapd AND 
# should only be accessible by the slapd/tools. Mode 700 recommended.
directory	/var/lib/ldap
# Indices to maintain
index	objectClass	eq