atom feed15 messages in net.sourceforge.lists.courier-imapRe: [Courier-imap] advanced courier l...
FromSent OnAttachments
JaxApr 1, 2007 10:06 pm 
Sam VarshavchikApr 2, 2007 3:59 am 
JaxApr 2, 2007 11:30 am 
JaxApr 2, 2007 12:02 pm 
Christian RostApr 2, 2007 12:58 pm 
Sam VarshavchikApr 2, 2007 3:23 pm 
JaxApr 2, 2007 4:23 pm 
Brian CandlerApr 5, 2007 12:18 pm 
JaxApr 5, 2007 7:50 pm 
Sam VarshavchikApr 5, 2007 9:37 pm 
Brian CandlerApr 5, 2007 11:01 pm 
Brian CandlerApr 5, 2007 11:40 pm 
JaxApr 5, 2007 11:40 pm 
Sam VarshavchikApr 6, 2007 6:39 am 
JaxApr 6, 2007 5:48 pm 
Subject:Re: [Courier-imap] advanced courier ldap auth problem
From:Jax (cybe@gmail.com)
Date:Apr 5, 2007 7:50:01 pm
List:net.sourceforge.lists.courier-imap

Brian Candler wrote:

On Tue, Apr 03, 2007 at 01:23:58AM +0200, Jax wrote:

authdaemon: starting client module authdaemon: REJECT authdaemon: REJECT

Turn up debugging. Set DEBUG_LOGIN=2 in authdaemonrc.

Does not help too much. Btw this login debugging sounds familiar from the imapd config DEBUG_LOGIN=2 is there not in this file and I already set it to 2.

No, logging from the imap daemon and logging from authdaemond are two different things.

Oh sorry I didn't mean I don't trust you so I already put debug_login to the authrc :)

But at this point it gets more interesting because I installed courier ldap on an other ubuntu machine (up2date in vmware) for testing and I got exactly the same error which means that I must have some problem with the LDAP schema so I did a dump. Here is my john user what I created for test:

dn: cn=john,ou=Courier,ou=Services,dc=logonserver,dc=lan uid: use@test.com mail: use@test.com sn: john cn: john uidNumber: 1005 gidNumber: 102 homeDirectory: /home/users/user1 userPassword:: e01ENX1UbHU2NnZ5Q3EzcWhPRnZxanZYVENnPT0= objectClass: inetOrgPerson objectClass: CourierMailAccount objectClass: top structuralObjectClass: inetOrgPerson entryUUID: 393153d0-7599-102b-9e73-b993dfe12554 creatorsName: cn=admin,dc=logonserver,dc=lan createTimestamp: 20070402190802Z entryCSN: 20070402190802Z#000000#00#000000 modifiersName: cn=admin,dc=logonserver,dc=lan modifyTimestamp: 20070402190802Z

See http://www.courier-mta.org/authlib/README.authdebug.html which gives some examples of the enhanced debugging you can expect to see.