1997-06-17 20:47:15 +00:00
|
|
|
diff -ru orig/Makefile ./Makefile
|
|
|
|
--- orig/Makefile Sun Sep 22 14:00:16 1996
|
1997-07-28 15:29:29 +00:00
|
|
|
+++ Makefile Mon Jul 28 11:07:04 1997
|
1996-11-20 21:22:06 +00:00
|
|
|
@@ -51,11 +51,11 @@
|
|
|
|
# Where the configuration files live.
|
|
|
|
RADDB = ./raddb
|
|
|
|
# Some installation stuff.
|
|
|
|
-DAEMON_INSDIR = /usr/private/etc
|
|
|
|
-BIN_INSDIR = /usr/private/etc
|
|
|
|
-MAN_INSDIR = /usr/local/man
|
|
|
|
-RADDB_INSDIR = /usr/private/etc/raddb
|
|
|
|
-RADACCT_INSDIR = /usr/private/etc/radacct
|
|
|
|
+DAEMON_INSDIR = ${PREFIX}/sbin
|
|
|
|
+BIN_INSDIR = ${PREFIX}/bin
|
|
|
|
+MAN_INSDIR = ${PREFIX}/man
|
|
|
|
+RADDB_INSDIR = ${PREFIX}/lib/radius/db
|
|
|
|
+RADACCT_INSDIR = ${PREFIX}/lib/radius/acct
|
|
|
|
# The server does not need to be owned by root, unless some shadow password
|
|
|
|
# scheme needs it. You might create a user id "radius" for just this purpose.
|
|
|
|
# The O G and M macros are for AIX, OSF/1 and HP-UX, see below.
|
|
|
|
@@ -66,7 +66,7 @@
|
|
|
|
RADGRP = bin
|
|
|
|
|
|
|
|
# Define COMPRESS to hold the name of your favourite compress program:
|
|
|
|
-#COMPRESS = -DRADIUS_COMPRESS=\"/usr/local/bin/gzip\"
|
|
|
|
+COMPRESS = -DRADIUS_COMPRESS=\"/usr/bin/gzip\"
|
|
|
|
|
|
|
|
# Define SRV to hold any combination of server names you'd like to override:
|
|
|
|
#SRV3 = -DDEFAULT_TACACS_SERVER=\"vms.dns.name\"
|
1997-07-28 15:29:29 +00:00
|
|
|
@@ -110,17 +110,22 @@
|
1997-06-17 20:47:15 +00:00
|
|
|
# radiusd -- the default
|
|
|
|
#
|
|
|
|
#--------------------------------------------------------------------------
|
|
|
|
+.if !defined(MAKE_EBONES)
|
|
|
|
DEFS = -DHAVE_SETVBUF -DNOSHADOW $(MERIT) $(STUFF)
|
|
|
|
RADLIBS =
|
|
|
|
INCS =
|
|
|
|
+.endif
|
|
|
|
|
|
|
|
#
|
|
|
|
# mkerb
|
|
|
|
#
|
|
|
|
#--------------------------------------------------------------------------
|
|
|
|
-#DEFS = -DHAVE_SETVBUF -DM_KERB -DNOSHADOW $(MERIT) $(STUFF)
|
|
|
|
-#RADLIBS = /usr/kerberos/lib/libkrb.a /usr/kerberos/lib/libdes.a
|
|
|
|
-#INCS = -I/usr/kerberos/include
|
|
|
|
+.if defined(MAKE_EBONES)
|
1997-07-28 15:29:29 +00:00
|
|
|
+DEFS = -DHAVE_SETVBUF -DM_KERB -DKRB_INSTANCE=\"$(KRB_INSTANCE)\" \
|
|
|
|
+ -DNOSHADOW $(MERIT) $(STUFF)
|
1997-06-17 20:47:15 +00:00
|
|
|
+RADLIBS = -lkrb -ldes
|
|
|
|
+INCS = -I/usr/include/kerberosIV
|
|
|
|
+.endif
|
|
|
|
|
|
|
|
#
|
|
|
|
# akerb
|
1997-07-28 15:29:29 +00:00
|
|
|
@@ -219,12 +224,12 @@
|
1996-11-20 21:22:06 +00:00
|
|
|
#
|
|
|
|
#--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
-CC = cc
|
|
|
|
-CFLAGS = -g $(DEFS) $(INCS)
|
|
|
|
-LDFLAGS =
|
|
|
|
-LIBS =
|
|
|
|
-RANLIB = ranlib
|
|
|
|
-INSTALL = /bin/install
|
|
|
|
+#CC = cc
|
|
|
|
+#CFLAGS = -g $(DEFS) $(INCS)
|
|
|
|
+#LDFLAGS =
|
|
|
|
+#LIBS =
|
|
|
|
+#RANLIB = ranlib
|
|
|
|
+#INSTALL = /bin/install
|
|
|
|
|
|
|
|
#
|
|
|
|
# Solaris 2.x
|
1997-07-28 15:29:29 +00:00
|
|
|
@@ -304,14 +309,17 @@
|
1996-11-20 21:22:06 +00:00
|
|
|
#
|
|
|
|
#--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
-#CC = cc
|
|
|
|
-#CFLAGS = -O $(DEFS) $(INCS)
|
|
|
|
-#LDFLAGS =
|
|
|
|
-#LIBS = -lcrypt -lcompat
|
|
|
|
-#MOSTUTIL = $(RADCHECK) $(RADPWTST) $(RADPASS) $(DNSCHECK)
|
|
|
|
-#RANLIB = ranlib
|
|
|
|
-#INSTALL = /usr/bin/install
|
|
|
|
-
|
|
|
|
+CC = cc
|
1997-07-28 15:29:29 +00:00
|
|
|
+CFLAGS += -DRADIUS_DIR=\"${RADDB_INSDIR}\" -DDEFAULT_DIR2=\"${RADDB_INSDIR}\" \
|
1996-11-20 21:22:06 +00:00
|
|
|
+ -DRADACCT_DIR=\"${PREFIX}/lib/radius/acct\" \
|
|
|
|
+ -DRADIUS_COMPRESS=\"/usr/bin/gzip\" \
|
1997-06-17 20:47:15 +00:00
|
|
|
+ $(DEFS) $(INCS)
|
1996-11-20 21:22:06 +00:00
|
|
|
+LDFLAGS =
|
|
|
|
+LIBS = -lcrypt -lcompat
|
|
|
|
+MOSTUTIL = $(RADCHECK) $(RADPWTST) $(RADPASS) $(DNSCHECK)
|
|
|
|
+RANLIB = ranlib
|
|
|
|
+INSTALL = /usr/bin/install -c
|
|
|
|
+
|
|
|
|
#
|
|
|
|
# AIX 3.2.5 (if using xlc(1) add -D_ALL_SOURCE to CFLAGS below)
|
|
|
|
#
|
1997-07-28 15:29:29 +00:00
|
|
|
@@ -604,8 +612,6 @@
|
1996-11-20 21:22:06 +00:00
|
|
|
$(MAN_INSDIR)/man5/clients.5
|
|
|
|
$(INSTALL) $(M) 644 $(O) $(RADOWN) $(G) $(RADGRP) $(MAN)/dictionary.5 \
|
|
|
|
$(MAN_INSDIR)/man5/dictionary.5
|
|
|
|
- $(INSTALL) $(M) 644 $(O) $(RADOWN) $(G) $(RADGRP) $(MAN)/radbnr.conf.5 \
|
|
|
|
- $(MAN_INSDIR)/man5/radbnr.conf.5
|
|
|
|
$(INSTALL) $(M) 644 $(O) $(RADOWN) $(G) $(RADGRP) $(MAN)/radius.fsm.5 \
|
|
|
|
$(MAN_INSDIR)/man5/radius.fsm.5
|
|
|
|
$(INSTALL) $(M) 644 $(O) $(RADOWN) $(G) $(RADGRP) $(MAN)/users.5 \
|
1997-07-28 15:29:29 +00:00
|
|
|
@@ -625,17 +631,17 @@
|
1996-11-20 21:22:06 +00:00
|
|
|
/bin/mkdir -p $(RADDB_INSDIR) ;\
|
|
|
|
fi
|
|
|
|
$(INSTALL) $(M) 660 $(O) $(RADOWN) $(G) $(RADGRP) $(RADDB)/authfile \
|
|
|
|
- $(RADDB_INSDIR)/authfile
|
|
|
|
+ $(RADDB_INSDIR)/authfile.sample
|
|
|
|
$(INSTALL) $(M) 660 $(O) $(RADOWN) $(G) $(RADGRP) $(RADDB)/clients \
|
|
|
|
- $(RADDB_INSDIR)/clients
|
|
|
|
+ $(RADDB_INSDIR)/clients.sample
|
|
|
|
$(INSTALL) $(M) 755 $(O) $(RADOWN) $(G) $(RADGRP) $(RADDB)/conversion.pl \
|
|
|
|
- $(RADDB_INSDIR)/conversion.pl
|
|
|
|
+ $(RADDB_INSDIR)/conversion.pl.sample
|
|
|
|
$(INSTALL) $(M) 644 $(O) $(RADOWN) $(G) $(RADGRP) $(RADDB)/dictionary \
|
|
|
|
- $(RADDB_INSDIR)/dictionary
|
|
|
|
+ $(RADDB_INSDIR)/dictionary.sample
|
|
|
|
$(INSTALL) $(M) 660 $(O) $(RADOWN) $(G) $(RADGRP) $(RADDB)/users \
|
|
|
|
- $(RADDB_INSDIR)/users
|
|
|
|
+ $(RADDB_INSDIR)/users.sample
|
|
|
|
$(INSTALL) $(M) 644 $(O) $(RADOWN) $(G) $(RADGRP) $(RADDB)/xas.fsm \
|
|
|
|
- $(RADDB_INSDIR)/xas.fsm
|
|
|
|
+ $(RADDB_INSDIR)/xas.fsm.sample
|
|
|
|
-if [ ! -d $(RADACCT_INSDIR) ] ;\
|
|
|
|
then \
|
|
|
|
/bin/mkdir -p $(RADACCT_INSDIR) ;\
|
1997-07-28 15:29:29 +00:00
|
|
|
|