PAM and nullok

From: Hervé Kergourlay (herve.kergourlay_at_atempo.com)
Date: 05/26/05

  • Next message: Jeremie Le Hen: "Re: Opening raw disk while mounted in 5.x?"
    Date: Thu, 26 May 2005 09:37:00 +0200
    To: freebsd-hackers@freebsd.org
    
    
    

    PAM

    it's working, the only problem is with the null password users, the
    answer is allways NO. the nullok doesn't seem active

    here is my PAM file

    auth required /usr/lib/pam_unix.so nullok
    account required /usr/lib/pam_unix.so nullok

    is it a bug ?

    or a configuration problem

    I test it on FreeBSD 5.3 and 5.4

    best regards
    hervé

    
    

    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"


  • Next message: Jeremie Le Hen: "Re: Opening raw disk while mounted in 5.x?"