From 8cfd270f3441094390d16df9c0d59b0c7ce42284 Mon Sep 17 00:00:00 2001 From: John Dennis Date: Sat, 3 Nov 2007 12:22:20 -0400 Subject: merge initial radius work --- ipa-server/ipa-install/share/Makefile.am | 42 +++++++++++++++++--------------- 1 file changed, 22 insertions(+), 20 deletions(-) (limited to 'ipa-server/ipa-install/share/Makefile.am') diff --git a/ipa-server/ipa-install/share/Makefile.am b/ipa-server/ipa-install/share/Makefile.am index 50d81c3ad..cdccb5893 100644 --- a/ipa-server/ipa-install/share/Makefile.am +++ b/ipa-server/ipa-install/share/Makefile.am @@ -1,28 +1,30 @@ NULL = appdir = $(IPA_DATA_DIR) -app_DATA = \ - 60kerberos.ldif \ - 60samba.ldif \ - bootstrap-template.ldif \ - default-aci.ldif \ - kerberos.ldif \ - indeces.ldif \ - bind.named.conf.template\ - bind.zone.db.template \ - certmap.conf.template \ - kdc.conf.template \ - krb5.conf.template \ - krb5.ini.template \ - krb.con.template \ - krbrealm.con.template \ - ntp.conf.server.template \ +app_DATA = \ + 60kerberos.ldif \ + 60samba.ldif \ + 60radius.ldif \ + bootstrap-template.ldif \ + default-aci.ldif \ + kerberos.ldif \ + indeces.ldif \ + bind.named.conf.template \ + bind.zone.db.template \ + certmap.conf.template \ + kdc.conf.template \ + krb5.conf.template \ + krb5.ini.template \ + krb.con.template \ + krbrealm.con.template \ + ntp.conf.server.template \ + radius.radiusd.conf.template \ $(NULL) -EXTRA_DIST = \ - $(app_DATA) \ +EXTRA_DIST = \ + $(app_DATA) \ $(NULL) -MAINTAINERCLEANFILES = \ - *~ \ +MAINTAINERCLEANFILES = \ + *~ \ Makefile.in -- cgit