43 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: LDAP authenti...
FromSent OnAttachments
Graham LeggettJul 17, 2001 7:21 am 
Graham LeggettJul 17, 2001 2:35 pm 
Sam VarshavchikJul 17, 2001 2:47 pm 
Graham LeggettJul 17, 2001 3:23 pm 
Sam VarshavchikJul 17, 2001 3:34 pm 
pop cornJul 17, 2001 3:41 pm 
Graham LeggettJul 17, 2001 3:54 pm 
pop cornJul 17, 2001 3:57 pm 
Sam VarshavchikJul 17, 2001 4:17 pm 
Sam VarshavchikJul 17, 2001 4:18 pm 
Sam VarshavchikJul 17, 2001 4:19 pm 
pop cornJul 17, 2001 4:26 pm 
pop cornJul 17, 2001 4:36 pm 
Sam VarshavchikJul 17, 2001 4:39 pm 
Sam VarshavchikJul 17, 2001 4:48 pm 
Graham LeggettJul 17, 2001 4:49 pm 
pop cornJul 17, 2001 4:52 pm 
pop cornJul 17, 2001 4:53 pm 
pop cornJul 17, 2001 4:55 pm 
Sam VarshavchikJul 17, 2001 6:59 pm 
Sam VarshavchikJul 17, 2001 7:03 pm 
pop cornJul 17, 2001 8:07 pm 
pop cornJul 17, 2001 8:08 pm 
Sam VarshavchikJul 17, 2001 8:25 pm 
pop cornJul 17, 2001 10:06 pm 
Graham LeggettJul 18, 2001 2:02 am 
Sam VarshavchikJul 18, 2001 4:49 am 
pop cornJul 18, 2001 5:20 am 
Sam VarshavchikJul 18, 2001 2:34 pm 
pop cornJul 18, 2001 8:36 pm 
Sam VarshavchikJul 18, 2001 9:42 pm 
Eric SmithJul 18, 2001 9:50 pm 
Sam VarshavchikJul 18, 2001 10:09 pm 
Eric SmithJul 18, 2001 10:35 pm 
pop cornJul 18, 2001 10:44 pm 
Daniel BiddleJul 18, 2001 10:51 pm 
Daniel BiddleJul 18, 2001 11:01 pm 
Sam VarshavchikJul 19, 2001 5:05 am 
Eric SmithJul 19, 2001 2:23 pm 
Gordon MessmerJul 20, 2001 3:29 pm 
Eric SmithJul 20, 2001 5:10 pm 
Sam VarshavchikJul 20, 2001 6:17 pm 
Gordon MessmerJul 20, 2001 7:34 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Re: LDAP authentication fails with nothing loggedActions...
From:pop corn (pop3@hotmail.com)
Date:Jul 17, 2001 8:07:53 pm
List:net.sourceforge.lists.courier-users

auth_imap is not a part of Courier-IMAP

I'm dropping auth_imap in favor of the Courier-IMAP authldap.

I've been going through your documentation again in detail. In particular, I have the following modules compiled:

# ./authinfo AUTHENTICATION_MODULES="authcustom authcram authuserdb authpam" SASL_AUTHENTICATION_MODULES="CRAM-SHA1 CRAM-MD5 PLAIN LOGIN"

1) Clearly, the authldap module did not compile. I understand that I need to set the CPPFLAGS and LDFLAGS environment variables. What I don't know is exactly what are the names of the openldap 1.2.11 libraries are you looking for?

2) Do you recommend that OpenLDAP 1.2.11 ldappasswd be used to generate the MD5 encrypted password, or what utility should be used?

# man ldappasswd -H none|crypt|md5|smd5|sha|ssha

Apparently, crypt is not an option?