Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2001 04:23:58 -0700 (PDT)
From:      Mark Murray <markm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpam/libpam Makefile src/lib/libpam/modules Makefile src/lib/libpam/modules/pam_krb5 COPYRIGHT Makefile README TODO compat_heimdal.c pam_krb5.8 pam_krb5.h pam_krb5_acct.c pam_krb5_auth.c pam_krb5_pass.c pam_krb5_sess.c support.c ...
Message-ID:  <200105141123.f4EBNw609765@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
markm       2001/05/14 04:23:58 PDT

  Modified files:
    lib/libpam/libpam    Makefile 
    lib/libpam/modules   Makefile 
  Added files:
    lib/libpam/modules/pam_krb5 COPYRIGHT Makefile README TODO 
                                compat_heimdal.c pam_krb5.8 
                                pam_krb5.h pam_krb5_acct.c 
                                pam_krb5_auth.c pam_krb5_pass.c 
                                pam_krb5_sess.c support.c 
    lib/libpam/modules/pam_nologin Makefile 
    lib/libpam/modules/pam_rootok Makefile 
    lib/libpam/modules/pam_wheel Makefile 
  Log:
  Bring in a few useful PAM modules.
  
  pam_krb5 is a Kerberos 5 (Heimdal) authentication module.
  
  pam_nologin checks for /etc/nologin and does the "usual stuff"
  	if it is found, otherwise it silently succeeds.
  
  pam_rootok silently succeeds if the user is root, otherwise
  	it fails.
  
  pam_wheel silently succeeds if the user is a member of group
  	"wheel" (or another nominated group), and fails
  	otherwise.
  
  There is an issue with kerberosIV and kerberos5 - if both are
  being built, then static linking fails with duplicate symbols.
  This will take a bit of work to sort out in the kerberii.
  
  Revision  Changes    Path
  1.17      +6 -3      src/lib/libpam/libpam/Makefile
  1.11      +6 -3      src/lib/libpam/modules/Makefile


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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