Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2001 09:00:26 -0700 (PDT)
From:      Akinori MUSHA <knu@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/security Makefile ports/security/ruby-pam Makefile distinfo pkg-comment pkg-descr pkg-plist
Message-ID:  <200105301600.f4UG0QD87212@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
knu         2001/05/30 09:00:26 PDT

  Modified files:
    security             Makefile 
  Added files:
    security/ruby-pam    Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  Add ruby-pam, a Ruby extension to use PAM library.
  
  It doesn't work properly yet, but I'd appreciate if someone could
  investigate the problem further.  (Seems it always fails to
  authenticate due to PAM_MODULE_UNKNOWN)
  
  ALso, note that it doesn't even load a module successfully because
  FreeBSD's PAM modules are not linked with libpam.so.  Add -lpam to
  LDADD, then rebuild and reinstall PAM modules before trying this
  library out.
  
  Revision  Changes    Path
  1.194     +2 -1      ports/security/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?200105301600.f4UG0QD87212>