Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Mar 2011 11:12:30 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libpam/modules/pam_group pam_group.8 pam_group.c
Message-ID:  <201103121112.p2CBCp1J087350@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2011-03-12 11:12:30 UTC

  FreeBSD src repository

  Modified files:
    lib/libpam/modules/pam_group pam_group.8 pam_group.c 
  Log:
  SVN rev 219563 on 2011-03-12 11:12:30Z by des
  
  Add "ruser" and "luser" options.  The former corresponds to the current
  behavior, where the module checks that the supplicant is a member of the
  required group.  The latter checks the target user instead.  If neither
  option was specified, pam_group(8) assumes "ruser" and issues a warning.
  I intend to eventually change the default to "luser" to match the
  behavior of similarly-named service modules in other operating systems.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.4       +15 -1     src/lib/libpam/modules/pam_group/pam_group.8
  1.5       +20 -4     src/lib/libpam/modules/pam_group/pam_group.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103121112.p2CBCp1J087350>