8 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Fedora + courier ...
FromSent OnAttachments
Dan DelaneyMar 15, 2007 10:57 pm 
Gordon MessmerMar 16, 2007 3:59 pm 
Dan DelaneyMar 20, 2007 9:14 am 
Gordon MessmerMar 20, 2007 11:20 am 
Dan DelaneyMar 20, 2007 11:42 am 
Dan DelaneyMar 22, 2007 6:47 am 
Gordon MessmerMar 22, 2007 8:52 am 
Dan DelaneyMar 22, 2007 10:04 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] Fedora + courier + authlib + radiusActions...
From:Dan Delaney (dr@dls.net)
Date:Mar 22, 2007 10:04:36 am
List:net.sourceforge.lists.courier-users

-----Original Message----- From: cour@lists.sourceforge.net [mailto:courier-users- boun@lists.sourceforge.net] On Behalf Of Gordon Messmer Sent: Thursday, March 22, 2007 10:53 AM To: cour@lists.sourceforge.net Subject: Re: [courier-users] Fedora + courier + authlib + radius

Dan Delaney wrote:

I believe I have pinpointed where this error is coming from. User1 is more of a management account (mine) which allows full access to everything, while user2 is a simple "mailbox only" account. What appears to be happening is that our OpenVMS radius server is allowing user1 because it will permit the interactive-logon, but failing user2 because it does not allow interactive-logins. When we manually allowed these logins for user2, it went through without any problems.

OK. I took a look at pam_radius_auth. It does appear to implement session management functions, contrary to my expectations (oh, those crazy expectations). Try removing the "account" and "session" lines from the pam configuration file, and see if you still need to change things on your radius server.

So my next issue is selectively choosing what service type is used for which protocol. I Saw a patch from 2000 which added a service_type function to pam_radius_auth, but it does not seem to be in the current release. I Was going to try to manually patch and recompile. (copying and pasting the patch didn't seem to work right)

It'd be more maintenance if you had to go that way, but I'm curious what works. Let me know.

I think I am going to just leave it. Its working, and don't want to putz around anymore =)

Thanks for your help!