diff --git a/AUTHORS b/AUTHORS index 17039eb..db7f07f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1 @@ -Sergey Poznyakoff +Sergey Poznyakoff diff --git a/NEWS b/NEWS index 2891a35..996925a 100644 --- a/NEWS +++ b/NEWS @@ -2,9 +2,9 @@ pam-modules -- history of user-visible changes. 2007-08-11 Copyright (C) 2001,2004,2005,2007 Sergey Poznyakoff See the end of file for copying conditions. -Please send radius bug reports to +Please send radius bug reports to -Version 1.1 (CVS) +Version 1.1, 2007-08-11 * pam_fshadow allows to use virtual domains to specify alternate password databases. New options: regex, basic, extended, ignore-case, icase diff --git a/README b/README index 634b7ac..460d948 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ PAM-modules README -Copyright 2005 Sergey Poznyakoff +Copyright (C) 2001, 2004, 2005, 2007 Sergey Poznyakoff See the end of file for copying conditions. * Introduction @@ -10,7 +10,7 @@ using them. It is *not* intended as a replacement for the documentation, it is provided as a brief reference only. The complete documentation for PAM-modules is available in doc/ subdirectory. To read it without installing the package run `info -f -doc/pam-modules'. After installation the documentation can be accessed +doc/pam-modules'. After installation, the documentation can be accessed running `info pam-modules'. The online copy of the documentation in various formats is available @@ -23,30 +23,43 @@ To install the package, do ** ./configure [options] For the list of available options consult file INSTALL. -The only applications-specific option is: +The applications-specific options are: -*** --with-pamdir=DIR + --with-pamdir=DIR Set installation directory for PAM loadable files. Default is PREFIX/lib/security + + --without-mysql + Do not build pam_mysql + --without-pgsql + --without-postgres + Do not build pam_pgsql + + --without-sql + Do not build SQL-dependent modules (i.e. pam_mysql and + pam_pgsql) + + --with-pamdir=DIR + Install PAM modiles in DIR (default is PREFIX/lib/security) + ** Run make ** Run make install * Usage -See accompanying documentation for the detailed discussion. +See the accompanying documentation for the detailed description. * Bug reporting -Send bug reports to . Take a look at chapter -"Reporting Bugs" in the accompanying documentation, it can contain -some useful hints. +Send bug reports to . Read the chapter +"Reporting Bugs" in the accompanying documentation for more information. * Copyright information: -Copyright (C) 2001,2004,2005 Sergey Poznyakoff +Copyright (C) 2001, 2004, 2005, 2007 Sergey Poznyakoff Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the diff --git a/configure.ac b/configure.ac index 23373e0..3010f3e 100644 --- a/configure.ac +++ b/configure.ac @@ -63,9 +63,13 @@ AC_ARG_WITH(mysql, AC_HELP_STRING([--without-mysql], [Configure to work without MySQL]), [MYSQL=$withval]) +AC_ARG_WITH(pgsql, + AC_HELP_STRING([--without-pgsql], + [Configure to work without Postgres]), + [PGSQL=$withval]) AC_ARG_WITH(postgres, AC_HELP_STRING([--without-postgres], - [Configure to work without Postgres]), + [Same as --without-pgsql]), [PGSQL=$withval]) AC_ARG_WITH(sql, AC_HELP_STRING([--without-sql],