After installing the server, ensure that the naspasswd file
authoraland <aland>
Mon, 21 Oct 2002 16:12:35 +0000 (16:12 +0000)
committeraland <aland>
Mon, 21 Oct 2002 16:12:35 +0000 (16:12 +0000)
is readable ONLY by the owner, to minimize security issues...

Makefile

index 946af68..8081f9f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,7 @@ install:
                [ $$i != radiusd.conf.in -a ! -f $(R)$(raddbdir)/$$i ] && \
                 $(INSTALL) -m 644 $$i $(R)$(raddbdir); \
        done; \
+       chmod go-rwx $(R)$(raddbdir)/naspasswd; \
        for i in dictionary*; do \
                [ ! -f $(R)$(raddbdir)/$$i ] && $(INSTALL) -m 644 $$i $(R)$(raddbdir); \
                if [ "`find $$i -newer $(R)$(raddbdir)/$$i`" ]; then \