[4002] in linux-announce channel archive

home help back first fref pref prev next nref lref last post

Linux-Announce Digest #294

daemon@ATHENA.MIT.EDU (Digestifier)
Mon Jan 20 17:13:09 2003

From: Digestifier <Linux-Announce-Request@senator-bedfellow.mit.edu>
To: Linux-Announce@senator-bedfellow.mit.edu
Reply-To: Linux-Announce@senator-bedfellow.mit.edu
Date:     Mon, 20 Jan 2003 17:13:03 EST

Linux-Announce Digest #294, Volume #4          Mon, 20 Jan 2003 17:13:03 EST

Contents:
  [SLUG] Suncoast LUG Meetings ("Paul M. Foster")
  CGIpaf 1.2.1 released (stable) (Staf Wagemakers)

----------------------------------------------------------------------------

From: "Paul M. Foster" <paulf@quillandmouse.com>
Subject: [SLUG] Suncoast LUG Meetings
Date: Sun, 19 Jan 2003 23:38:41 CST

                     *************************************
                     * Suncoast Linux Users Group (SLUG) *
                     *        Meeting Schedule           *
                     *************************************

DUNEDIN **************************************************

     25 January 10:00-12:00 Dunedin
     (usually fourth Saturday of each month)
     Dunedin Public Library,
     223 Douglas Ave.,
     Community Room A.
     Dunedin, FL

     See http://www.suncoastlug.org/meetings.html#dunedin for directions.

NEW PORT RICHEY ******************************************

     1 February 13:00-15:00 New Port Richey
     (first Saturday of each month)
     New Port Richey Public Library
     (second level meeting rooms)
     5939 Main St.
     New Port Richey, FL

     See http://www.suncoastlug.org/meetings.html#npr for directions.

BRANDON **************************************************

     6 February 20:00-22:00 Brandon
     (first Thursday of each month)
     Brandon Barnes & Noble
     Brandon Town Center
     Brandon, FL

     See http://www.suncoastlug.org/meetings.html#Brandon for directions.

TAMPA ****************************************************

     12 February 19:00-21:00 Tampa
     (second Wednesday of each month)
     PricewaterhouseCoopers -- Room 684
     3109 W. Dr. Martin Luther King Jr, Blvd
     Lakepointe I Building
     Tampa, FL 33607

     * FEATURING: Ian Blenke of NKS, speaking on "User Mode Linux"

     See http://www.suncoastlug.org/meetings.html#tampa for directions.

SARASOTA/BRADENTON ***************************************

     19 February 18:00-21:00 Sarasota
     (third Wednesday of each month)
     Baker Electronics
     8323 Lindbergh Court
     Sarasota, FL

     See http://www.bish.net/directions/

***********************************************************

ACTIVITIES:

     Meetings include:

     1) Presentation: As indicated.

     2) Question & Answer Session.

     3) Raffle and free stuff!

     Bring your boxes, questions, problems, and plenty of good cheer!
     (And don't forget to start your installs early!)

##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------

From: Staf Wagemakers <staf@patat.org>
Subject: CGIpaf 1.2.1 released (stable)
Date: Mon, 20 Jan 2003 08:31:26 CST

* What is CGIpaf?

  "cgipaf" allows users to change their un*x Password, Autoreply and
   mail Forwarding by a web interface.

  CGIpaf 1.2.1 is the latest "stable" release.

  CGIpaf 1.2.1 is available at http://staf.patat.org/cgipaf/

  Debian ( woody ) packages are available at  
  http://staf.patat.org/debian/

* Requirements

  o a Un*x server
  o a mailserver that uses procmail 
    ( vacation is supported by an external perl mailcfg script )
  o webserver
  o gcc, ndbm or gdbm

* License

  GNU General Public License.

* Changelog

* o version 1.2.1         ( 20 Jan 2003 )
    + example php files in Brazilian Portuguese added 
      ( Thanks to Fabricio Machado )
    + improved forward_to emailaddress testing
    + added test for mail headers like 'Precedence: bulk' to avoid
      replying to maillinglists etc.
    + code cleanup

  o version 1.2.0         (  7 Dec 2002)
    + 1.2.0RC1 has been released as 1.2.0

  o version 1.2.0RC1      ( 26 Nov 2002 )
    + setreuid(user_uid,0) added in cgipaf.c
      passwd.cgi should now support all pam options in the PAM 
      configuration (cracklib, minimum/ maximum password length etc.) 
      on all systems with PAM support.
    + The set_PAM_CHANGE_EXPIRED_AUTHTOK directive is obsolete and 
      will be removed in the next releases of CGIpaf

  o version 1.2.0pre1     ( 24 Oct 2002 )
    + Access Control List added 
      ( AclOrder, AllowUsers, AllowGroups, DenyUsers, 
        DenyGroups directives )

* Overview

  cgipaf is a combination of three cgi programs:

     + passwd.cgi      : allows users to update their password
     + viewmailcfg.cgi : allows users to view their current mail 
                         configuration.
     + mailcfg.cgi     : update the mail configuration

  o All programs use PAM for user authentication, systems without PAM 
    are only supported if they use the standard password file location 
    (/etc/passwd ,/etc/shadow) and the standard crypt or md5 passwords.
  o If a password is changed it is possible to run a script to update 
    SAMBA passwords, NIS configuration, etc.
  o The mail configuration is done by procmail, mailcfg.cgi creates a 
    .procmailrc in the user's home directory. If autoreply is enabled 
    the autoreply message is stored in ~/vacations.txt. When a user 
    enables mail forwarding the user can choose to keep the messages.
  o For user authentication viewmailcfg.cgi creates a cookie, this 
    cookie is stored in the accessdb. mailcfg.cgi reads the cookie out 
    the accessdb and compares it with the cookie send by the users 
    browser.
  o User with too many invalid logins can be locked.
  o The minimum and maximum uid can be set in the configuration file, 
    so  you can specify a range of uid's that are allowed to use 
    cgipasswd.
  o You can specify html files with a few PHP extensions for the login 
    screen and error messages.
  o It's possible to use a redirect for the error messages, instead of 
    plain html files.
  o It's is possible to define an external script to update the the 
    mail configuration to support other mail configurations than 
    procmail a sample script with vacation support is included.
  o CGIpaf also contains the "changepass" utility which is basically a 
    clone of the chpasswd(8) Linux command, it might be useful on 
    platforms that doesn't have such a command like Solaris.

regards,

-- 
staf

##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: Linux-Announce-Request@NEWS-DIGESTS.MIT.EDU

You can submit announcements to be moderated via:

    Internet: linux-announce@NEWS.ORNL.GOV

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi				pub/Linux
    tsx-11.mit.edu				pub/linux
    sunsite.unc.edu				pub/Linux

End of Linux-Announce Digest
******************************

home help back first fref pref prev next nref lref last post