13 messages in net.sourceforge.lists.courier-usersRe: [courier-users] courier-authlib: ...
FromSent OnAttachments
Mike PeacheyAug 20, 2007 3:13 am 
Enda CronnollyAug 20, 2007 3:23 am 
Mike PeacheyAug 20, 2007 3:24 am 
Enda CronnollyAug 20, 2007 3:38 am 
Sam VarshavchikAug 20, 2007 3:59 am 
Mike PeacheyAug 20, 2007 4:03 am 
Mike PeacheyAug 20, 2007 4:04 am 
Stefan HornburgAug 20, 2007 4:50 am 
Mike PeacheyAug 20, 2007 4:51 am 
Sam VarshavchikAug 20, 2007 4:19 pm 
Mike PeacheyAug 21, 2007 12:28 am 
Sam VarshavchikAug 21, 2007 4:00 am 
Mike PeacheyAug 21, 2007 4:03 am 
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] courier-authlib: authpam, authpasswd, authshadow not compiling/installingActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Aug 21, 2007 4:00:26 am
List:net.sourceforge.lists.courier-users

Mike Peachey writes:

Sam Varshavchik wrote:

Mike Peachey writes:

However, this means I want to authenticate with libauthpasswd or libauthshadow instead - but these do not compile either and this time I can't work out why!

I've gone through the output of the configure script which is available here:

http://pastebin.com/m14b7899a

and although it is clear in the output that pam is unavailable - everything seems ok for passwd/shadow so I've no idea why it's not compiling them.

Can't really say. According to the above, authshadow should get compiled and installed.

I've opened up and debugged the configure script and it seems that authshadow is not built unless you explicitly define --with-authshadow to the script - surely this is not supposed to be the case?

No. Unless explicitly specified, authshadow will be built, if neither authpam nor authldap is built. Do you get authldap built by default? If so, that's your answer -- the expectation is that you'll authenticate via LDAP.

If you don't, manually specify --with-authshadow.