PAM and login.conf + SSH and IMAP

From: Paul Sandys (myj_at_nyct.net)
Date: 02/08/05

  • Next message: James Dooley: "New email address for jdooley"
    Date: Tue, 8 Feb 2005 00:05:01 -0500 (EST)
    To: freebsd-isp@freebsd.org
    
    

    I need to block ssh access to wheel only and at the same time allow IMAP access
    to any user.

    When I put following in /etc/login.access, the ssh behaves the way I want:
    +:wheel:ALL
    -:ALL:ALL

    However, it also denies imap access. I'm trying different options in
    /etc/pam.d/imap without any success. Is there a PAM module that would
    authenticate using system password file and disregarded /etc/login.access ?

    Any suggestions ?

    Thanks,
    Paul

    Paul Sandys
    network operations manager
    http://www.nyct.net/
    212.293.2620
    _______________________________________________
    freebsd-isp@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-isp
    To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"


  • Next message: James Dooley: "New email address for jdooley"

    Relevant Pages

    • Re: PAM and login.conf + SSH and IMAP
      ... I have never used the the /etc/login.access to limit access. ... > I need to block ssh access to wheel only and at the same time allow IMAP access ... it also denies imap access. ... > Paul Sandys ...
      (freebsd-isp)
    • Re: PAM and login.conf + SSH and IMAP
      ... On Fri, 11 Feb 2005, Theodore Knab wrote: ... it also denies imap access. ... >> Paul Sandys ...
      (freebsd-isp)