[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
LDAP + Courier
Hi everybody,
I´m running a LDAP-Server and want to use courier with LDAP-authentication.
Courierauthtest brings the right result but when I want to login to imap via
Kmail or evolution authentification fails and I get the following messages in
syslog:
Sep 16 11:02:23 thor imaplogin: Connection, ip=[::ffff:192.168.2.2]
Sep 16 11:02:23 thor imaplogin: LOGIN: DEBUG: ip=[::ffff:192.168.2.2],
command=CAPABILITY
Sep 16 11:02:23 thor imaplogin: LOGIN: DEBUG: ip=[::ffff:192.168.2.2],
command=LOGIN
Sep 16 11:02:23 thor imaplogin: LOGIN: DEBUG: ip=[::ffff:192.168.2.2],
username=andi
Sep 16 11:02:23 thor imaplogin: LOGIN: DEBUG: ip=[::ffff:192.168.2.2],
password=andi
Sep 16 11:02:23 thor imaplogin: authdaemon: starting client module
Sep 16 11:02:23 thor slapd[22355]: conn=247 fd=8 ACCEPT from
IP=192.168.2.1:3125 (IP=0.0.0.0:389)
Sep 16 11:02:23 thor slapd[22355]: conn=247 op=0 BIND
dn="cn=Manager,o=OctoSoft,dc=de" method=128
Sep 16 11:02:23 thor slapd[22355]: conn=247 op=0 BIND
dn="cn=Manager,o=OctoSoft,dc=de" mech=SIMPLE ssf=0
Sep 16 11:02:23 thor slapd[22355]: conn=247 op=0 RESULT tag=97 err=0 text=
Sep 16 11:02:23 thor slapd[22355]: conn=247 op=1 SRCH base="o=OctoSoft,dc=de"
scope=2 deref=0
filter="(&(objectClass=CourierMailAccount)(mail=andi@octosoft.de))"
Sep 16 11:02:23 thor slapd[22355]: conn=247 op=1 SRCH attr=homeDirectory
mailbox cn userPassword uidNumber gidNumber mail
Sep 16 11:02:23 thor slapd[22355]: conn=247 op=1 SEARCH RESULT tag=101 err=0
nentries=1 text=
Sep 16 11:02:23 thor imaplogin: authdaemon: REJECT
Sep 16 11:02:28 thor imaplogin: LOGIN FAILED, ip=[::ffff:192.168.2.2]
Sep 16 11:02:44 thor imaplogin: Disconnected, ip=[::ffff:192.168.2.2]
Sep 16 11:03:08 thor slapd[22355]: conn=247 fd=8 closed
Logging into konsole with user andi and all the other stuff works on the
machine.
Regards andi