INN commit: trunk (2 files)

INN Commit rra at isc.org
Tue Dec 16 20:46:03 UTC 2014


    Date: Tuesday, December 16, 2014 @ 12:46:02
  Author: iulius
Revision: 9772

nnrp.access2readers.conf:  add default username when none is specified

Modified:
  trunk/contrib/nnrp.access2readers.conf.in
  trunk/doc/pod/news.pod

-------------------------------------+
 contrib/nnrp.access2readers.conf.in |    1 +
 doc/pod/news.pod                    |    6 ++++++
 2 files changed, 7 insertions(+)

Modified: contrib/nnrp.access2readers.conf.in
===================================================================
--- contrib/nnrp.access2readers.conf.in	2014-12-14 20:55:49 UTC (rev 9771)
+++ contrib/nnrp.access2readers.conf.in	2014-12-16 20:46:02 UTC (rev 9772)
@@ -84,6 +84,7 @@
     print $OUT "    key: \"line$.\"\n";
     print $OUT "    auth: \"ckpasswd -f $passwd\"\n" unless $user eq '';
     print $OUT "    auth: \"ckpasswd -s\"\n" if $shadow;
+    print $OUT "    default: \"<all>\"\n" if $user eq '' and not $shadow;
     print $OUT "}\n";
     print $OUT "access \"$address\" {\n";
     print $OUT "    key: \"line$.\"\n";

Modified: doc/pod/news.pod
===================================================================
--- doc/pod/news.pod	2014-12-14 20:55:49 UTC (rev 9771)
+++ doc/pod/news.pod	2014-12-16 20:46:02 UTC (rev 9772)
@@ -245,6 +245,12 @@
 flag now permits to remove headers matching (or not) a given regexp,
 and B<rnews> reporting is improved.
 
+=item *
+
+Add the B<nnrp.access2readers.conf> contribution script written by
+Jeffrey S<M. Vinocur> to convert old-style F<nnrp.access> file to
+F<readers.conf>.
+
 =back
 
 =head1 Changes in 2.5.4



More information about the inn-committers mailing list