Date: Thu, 24 Apr 2003 05:26:25 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c Message-ID: <200304241226.h3OCQPZK058806@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
des         2003/04/24 05:26:25 PDT
  FreeBSD src repository
  Modified files:
    lib/libpam/modules/pam_unix pam_unix.c 
  Log:
  Remove a bogus null password check which assumed that a user with an empty
  password must necessarily have an empty pwd->pw_passwd.  Also add a check
  that prevents users from setting a blank password unless the nullok option
  was specified.  Root is still allowed to give anyone a blank password.
  
  Revision  Changes    Path
  1.41      +8 -2      src/lib/libpam/modules/pam_unix/pam_unix.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304241226.h3OCQPZK058806>
